ub2               133 ext/oci8/oci8.c static OCIEnv *php_oci_create_env(ub2 charsetid);
ub2              1721 ext/oci8/oci8.c int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset)
ub2              1735 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (ub2 *)error_offset, (ub4 *)0, OCI_ATTR_PARSE_ERROR_OFFSET, statement->err));
ub2              1808 ext/oci8/oci8.c 	ub2 charsetid = 0;
ub2              1809 ext/oci8/oci8.c 	ub2 charsetid_nls_lang = 0;
ub2              3067 ext/oci8/oci8.c static OCIEnv *php_oci_create_env(ub2 charsetid)
ub2               796 ext/oci8/oci8_collection.c 		PHP_OCI_CALL_RETURN(errstatus, OCIObjectFree, (connection->env, connection->err, (dvoid *)collection->collection, (ub2)OCI_OBJECTFREE_FORCE));
ub2               107 ext/oci8/oci8_interface.c 	ub2	bind_type = SQLT_CHR; /* unterminated string */
ub2               120 ext/oci8/oci8_interface.c 		bind_type = (ub2) type;
ub2              1638 ext/oci8/oci8_interface.c 	ub2 error_offset = 0;
ub2              2121 ext/oci8/oci8_interface.c 	ub2 type;
ub2               300 ext/oci8/oci8_lob.c 		ub2 charset_id = 0;
ub2               355 ext/oci8/oci8_lob.c 			(ub2) descriptor->charset_id,			   /* The character set ID of the buffer data. */
ub2               435 ext/oci8/oci8_lob.c 				(ub2) descriptor->charset_id,
ub2               747 ext/oci8/oci8_lob.c 					(ub2) descriptor->charset_id,
ub2               411 ext/oci8/oci8_statement.c sb4 php_oci_define_callback(dvoid *ctx, OCIDefine *define, ub4 iter, dvoid **bufpp, ub4 **alenpp, ub1 *piecep, dvoid **indpp, ub2 **rcpp)
ub2               486 ext/oci8/oci8_statement.c 	ub2 define_type;
ub2               489 ext/oci8/oci8_statement.c 	ub2 dynamic;
ub2               512 ext/oci8/oci8_statement.c 		PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (ub2 *)&statement->stmttype, (ub4 *)0, OCI_ATTR_STMT_TYPE, statement->err));
ub2               784 ext/oci8/oci8_statement.c 						(ub2 *)NULL,								/* IN/OUT Pointer to array of length of data fetched */
ub2               785 ext/oci8/oci8_statement.c 						(ub2 *)NULL,								/* OUT	  Pointer to array of column-level return codes */
ub2               802 ext/oci8/oci8_statement.c 						(ub2 *)&outcol->retlen,						/* IN/OUT Pointer to array of length of data fetched */
ub2               803 ext/oci8/oci8_statement.c 						(ub2 *)&outcol->retcode,					/* OUT	  Pointer to array of column-level return codes */
ub2              1087 ext/oci8/oci8_statement.c int php_oci_bind_by_name(php_oci_statement *statement, char *name, size_t name_len, zval *var, zend_long maxlength, ub2 type)
ub2              1269 ext/oci8/oci8_statement.c 			(ub2 *)0,						 /* size array (ignored) */
ub2              1270 ext/oci8/oci8_statement.c 			(ub2 *)&bindp->retcode,			 /* return code (ignored) */
ub2              1398 ext/oci8/oci8_statement.c 					ub2 **rcodepp)	   /* return code */
ub2              1521 ext/oci8/oci8_statement.c int php_oci_statement_get_type(php_oci_statement *statement, ub2 *type)
ub2              1523 ext/oci8/oci8_statement.c 	ub2 statement_type;
ub2              1528 ext/oci8/oci8_statement.c 	PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (ub2 *)&statement_type, (ub4 *)0, OCI_ATTR_STMT_TYPE, statement->err));
ub2              1636 ext/oci8/oci8_statement.c 								(ub2)type,
ub2              1638 ext/oci8/oci8_statement.c 								(ub2 *)bind->array.element_lengths,
ub2              1639 ext/oci8/oci8_statement.c 								(ub2 *)0, /* bindp->array.retcodes, */
ub2              1711 ext/oci8/oci8_statement.c 	bind->array.element_lengths	= safe_emalloc(max_table_length, sizeof(ub2), 0);
ub2              1712 ext/oci8/oci8_statement.c 	memset(bind->array.element_lengths, 0, max_table_length*sizeof(ub2));
ub2              1721 ext/oci8/oci8_statement.c 			bind->array.element_lengths[i] = (ub2) Z_STRLEN_P(entry);
ub2              1769 ext/oci8/oci8_statement.c 	bind->array.element_lengths	= safe_emalloc(max_table_length, sizeof(ub2), 0);
ub2              1770 ext/oci8/oci8_statement.c 	memset(bind->array.element_lengths, 0, max_table_length * sizeof(ub2));
ub2              1808 ext/oci8/oci8_statement.c 	bind->array.element_lengths	= safe_emalloc(max_table_length, sizeof(ub2), 0);
ub2              1809 ext/oci8/oci8_statement.c 	memset(bind->array.element_lengths, 0, max_table_length * sizeof(ub2));
ub2              1848 ext/oci8/oci8_statement.c 	bind->array.element_lengths	= safe_emalloc(max_table_length, sizeof(ub2), 0);
ub2              1849 ext/oci8/oci8_statement.c 	memset(bind->array.element_lengths, 0, max_table_length * sizeof(ub2));
ub2               144 ext/oci8/php_oci8_int.h 	ub2				charset;					/* charset ID */
ub2               184 ext/oci8/php_oci8_int.h 	ub2					 charset_id;			/* charset ID */
ub2               239 ext/oci8/php_oci8_int.h 	ub2					 stmttype;				/* statement type */
ub2               251 ext/oci8/php_oci8_int.h 	ub2 type;						/* bind type */
ub2               255 ext/oci8/php_oci8_int.h 		ub2		*element_lengths;
ub2               262 ext/oci8/php_oci8_int.h 	ub2					 retcode;
ub2               274 ext/oci8/php_oci8_int.h 	ub2					 data_type;				/* column data type */
ub2               275 ext/oci8/php_oci8_int.h 	ub2					 data_size;				/* data size */
ub2               278 ext/oci8/php_oci8_int.h 	ub2					 retcode;				/* code returned when fetching this particular column */
ub2               279 ext/oci8/php_oci8_int.h 	ub2					 retlen;
ub2               281 ext/oci8/php_oci8_int.h 	ub2					 is_descr;				/* column contains a descriptor */
ub2               282 ext/oci8/php_oci8_int.h 	ub2					 is_cursor;				/* column contains a cursor */
ub2               292 ext/oci8/php_oci8_int.h 	ub2					 charset_id;			/* charset ID */
ub2               423 ext/oci8/php_oci8_int.h int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset);
ub2               495 ext/oci8/php_oci8_int.h int php_oci_bind_by_name(php_oci_statement *statement, char *name, size_t name_len, zval *var, zend_long maxlength, ub2 type);
ub2               497 ext/oci8/php_oci8_int.h sb4 php_oci_bind_out_callback(dvoid *octxp, OCIBind *bindp, ub4 iter, ub4 index, dvoid **bufpp, ub4 **alenpp, ub1 *piecep, dvoid **indpp, ub2 **rcodepp);
ub2               500 ext/oci8/php_oci8_int.h int php_oci_statement_get_type(php_oci_statement *statement, ub2 *type);
ub2               329 ext/pdo_oci/oci_driver.c 	ub2 stmt_type;
ub2               235 ext/pdo_oci/oci_statement.c static sb4 oci_bind_output_cb(dvoid *ctx, OCIBind *bindp, ub4 iter, ub4 index, dvoid **bufpp, ub4 **alenpp, ub1 *piecep, dvoid **indpp, ub2 **rcodepp) /* {{{ */
ub2               503 ext/pdo_oci/oci_statement.c 		ub4 **alenpp, ub1 *piecep, dvoid **indpp, ub2 **rcodepp)
ub2               530 ext/pdo_oci/oci_statement.c 	ub2 dtype, data_size, scale, precis;
ub2                39 ext/pdo_oci/php_pdo_oci_int.h 	ub2			charset;
ub2                50 ext/pdo_oci/php_pdo_oci_int.h 	ub2			fetched_len;
ub2                51 ext/pdo_oci/php_pdo_oci_int.h 	ub2			retcode;
ub2                57 ext/pdo_oci/php_pdo_oci_int.h 	ub2 dtype;
ub2                66 ext/pdo_oci/php_pdo_oci_int.h 	ub2			stmt_type;
ub2                77 ext/pdo_oci/php_pdo_oci_int.h 	ub2			retcode;