sb4              1088 ext/oci8/oci8.c 	sb4   ora_error_code = 0;
sb4              1633 ext/oci8/oci8.c sb4 php_oci_error(OCIError *err_p, sword errstatus TSRMLS_DC)
sb4              1636 ext/oci8/oci8.c 	sb4 errcode = 0; /* Oracle error number */
sb4              1699 ext/oci8/oci8.c sb4 php_oci_fetch_errmsg(OCIError *error_handle, text **error_buf TSRMLS_DC)
sb4              1701 ext/oci8/oci8.c 	sb4 error_code = 0;
sb4              2231 ext/oci8/oci8.c 		sb4 error_code = 0;
sb4              3045 ext/oci8/oci8.c 		sb4   ora_error_code = 0;
sb4              3506 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 TSRMLS_DC)
sb4               249 ext/oci8/oci8_collection.c 	PHP_OCI_CALL_RETURN(errstatus, OCICollSize, (connection->env, connection->err, collection->collection, (sb4 *)size));
sb4              1609 ext/oci8/oci8_interface.c 	sb4 errcode = 0;
sb4              2336 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               255 ext/oci8/oci8_lob.c 	sb4 bytes_per_char = 1;
sb4               410 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              1093 ext/oci8/oci8_statement.c 	sb4 value_sz = -1;
sb4              1312 ext/oci8/oci8_statement.c sb4 php_oci_bind_in_callback(
sb4              1364 ext/oci8/oci8_statement.c sb4 php_oci_bind_out_callback(
sb4              1377 ext/oci8/oci8_statement.c 	sb4 retval = OCI_ERROR;
sb4              1610 ext/oci8/oci8_statement.c 								(sb4) bind->array.max_length,
sb4               144 ext/oci8/php_oci8_int.h 	sb4				errcode;					/* last ORA- error number */
sb4               219 ext/oci8/php_oci8_int.h 	sb4					 errcode;				/* last ORA- error number */
sb4               406 ext/oci8/php_oci8_int.h sb4 php_oci_error(OCIError *err_p, sword status TSRMLS_DC);
sb4               407 ext/oci8/php_oci8_int.h sb4 php_oci_fetch_errmsg(OCIError *error_handle, text **error_buf TSRMLS_DC);
sb4               419 ext/oci8/php_oci8_int.h void php_oci_dtrace_check_connection(php_oci_connection *connection, sb4 errcode, ub4 serverStatus);
sb4               442 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               448 ext/oci8/php_oci8_int.h int php_oci_collection_size(php_oci_collection *collection, sb4 *size TSRMLS_DC);
sb4               481 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               482 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               496 ext/oci8/php_oci8_int.h 	sb4			 errcode;						/* global last ORA- error number. Used when connect fails, for example */
sb4               539 ext/pdo_oci/oci_driver.c 	sb4 error_code = 0;
sb4               187 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               219 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               268 ext/pdo_oci/oci_statement.c 		sb4 value_sz = -1;
sb4               480 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;