sb4              1082 ext/oci8/oci8.c 	sb4   ora_error_code = 0;
sb4              1637 ext/oci8/oci8.c sb4 php_oci_error(OCIError *err_p, sword errstatus)
sb4              1640 ext/oci8/oci8.c 	sb4 errcode = 0; /* Oracle error number */
sb4              1700 ext/oci8/oci8.c sb4 php_oci_fetch_errmsg(OCIError *error_handle, text *error_buf, size_t error_buf_size)
sb4              1702 ext/oci8/oci8.c 	sb4 error_code = 0;
sb4              2239 ext/oci8/oci8.c 		sb4 error_code = 0;
sb4              3075 ext/oci8/oci8.c 		sb4   ora_error_code = 0;
sb4              3550 ext/oci8/oci8.c void php_oci_dtrace_check_connection(php_oci_connection *connection, sb4 errcode, ub4 serverStatus)
sb4               244 ext/oci8/oci8_collection.c int php_oci_collection_size(php_oci_collection *collection, sb4 *size)
sb4               249 ext/oci8/oci8_collection.c 	PHP_OCI_CALL_RETURN(errstatus, OCICollSize, (connection->env, connection->err, collection->collection, (sb4 *)size));
sb4               281 ext/oci8/oci8_collection.c 	PHP_OCI_CALL_RETURN(errstatus, OCICollTrim, (connection->env, connection->err, (sb4) trim_size, collection->collection));
sb4               160 ext/oci8/oci8_interface.c 	if (php_oci_bind_array_by_name(statement, name, (sb4) name_len, bind_var, max_array_len, max_item_len, type)) {
sb4              1636 ext/oci8/oci8_interface.c 	sb4 errcode = 0;
sb4              2364 ext/oci8/oci8_interface.c 	sb4 size = 0;
sb4               169 ext/oci8/oci8_lob.c sb4 php_oci_lob_callback (dvoid *ctxp, CONST dvoid *bufxp, oraub8 len, ub1 piece, dvoid **changed_bufpp, oraub8 *changed_lenp)
sb4               254 ext/oci8/oci8_lob.c 	sb4 bytes_per_char = 1;
sb4               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)
sb4              1098 ext/oci8/oci8_statement.c 	sb4 value_sz = -1;
sb4              1178 ext/oci8/oci8_statement.c 					value_sz = (sb4) Z_STRLEN_P(var);
sb4              1183 ext/oci8/oci8_statement.c 				value_sz = (sb4) maxlength;
sb4              1264 ext/oci8/oci8_statement.c 			(sb4) name_len,					 /* placeholder length */
sb4              1330 ext/oci8/oci8_statement.c sb4 php_oci_bind_in_callback(
sb4              1389 ext/oci8/oci8_statement.c sb4 php_oci_bind_out_callback(
sb4              1402 ext/oci8/oci8_statement.c 	sb4 retval = OCI_ERROR;
sb4              1633 ext/oci8/oci8_statement.c 								(sb4) name_len,
sb4              1635 ext/oci8/oci8_statement.c 								(sb4) bind->array.max_length,
sb4               151 ext/oci8/php_oci8_int.h 	sb4				errcode;					/* last ORA- error number */
sb4               226 ext/oci8/php_oci8_int.h 	sb4					 errcode;				/* last ORA- error number */
sb4               421 ext/oci8/php_oci8_int.h sb4 php_oci_error(OCIError *err_p, sword status);
sb4               422 ext/oci8/php_oci8_int.h sb4 php_oci_fetch_errmsg(OCIError *error_handle, text *error_buf, size_t error_buf_size);
sb4               434 ext/oci8/php_oci8_int.h void php_oci_dtrace_check_connection(php_oci_connection *connection, sb4 errcode, ub4 serverStatus);
sb4               457 ext/oci8/php_oci8_int.h sb4 php_oci_lob_callback(dvoid *ctxp, CONST dvoid *bufxp, oraub8 len, ub1 piece, dvoid **changed_bufpp, oraub8 *changed_lenp);
sb4               463 ext/oci8/php_oci8_int.h int php_oci_collection_size(php_oci_collection *collection, sb4 *size);
sb4               496 ext/oci8/php_oci8_int.h sb4 php_oci_bind_in_callback(dvoid *ictxp, OCIBind *bindp, ub4 iter, ub4 index, dvoid **bufpp, ub4 *alenp, ub1 *piecep, dvoid **indpp);
sb4               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);
sb4               511 ext/oci8/php_oci8_int.h 	sb4			 errcode;						/* global last ORA- error number. Used when connect fails, for example */
sb4               542 ext/pdo_oci/oci_driver.c 	sb4 error_code = 0;
sb4               637 ext/pdo_oci/oci_driver.c 		   	(sb4) strlen(vars[1].optval), OCI_DEFAULT);
sb4               198 ext/pdo_oci/oci_statement.c static sb4 oci_bind_input_cb(dvoid *ctx, OCIBind *bindp, ub4 iter, ub4 index, dvoid **bufpp, ub4 *alenp, ub1 *piecep, dvoid **indpp) /* {{{ */
sb4               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) /* {{{ */
sb4               288 ext/pdo_oci/oci_statement.c 		sb4 value_sz = -1;
sb4               330 ext/pdo_oci/oci_statement.c 						value_sz = (sb4) sizeof(OCILobLocator*);
sb4               336 ext/pdo_oci/oci_statement.c 						value_sz = (sb4) param->max_value_len;
sb4               338 ext/pdo_oci/oci_statement.c 							value_sz = (sb4) 1332; /* maximum size before value is interpreted as a LONG value */
sb4               346 ext/pdo_oci/oci_statement.c 							(sb4) param->name->len, 0, value_sz, P->oci_type,
sb4               478 ext/pdo_oci/oci_statement.c 	S->last_err = OCIStmtFetch2(S->stmt, S->err, 1, ociori, (sb4) offset, OCI_DEFAULT);
sb4               502 ext/pdo_oci/oci_statement.c static sb4 oci_define_callback(dvoid *octxp, OCIDefine *define, ub4 iter, dvoid **bufpp,
sb4                26 ext/pdo_oci/php_pdo_oci_int.h 	sb4 errcode;