ub4              1100 ext/oci8/oci8.c 			&& OCIErrorGet(OCI_G(env), (ub4)1, NULL, &ora_error_code, tmp_buf, (ub4)OCI_ERROR_MAXMSG_SIZE, (ub4)OCI_HTYPE_ENV) == OCI_SUCCESS
ub4              1122 ext/oci8/oci8.c 		ub4 cpoolmode = 0x80000000;	/* Pass invalid mode to OCIConnectionPoolCreate */
ub4              1129 ext/oci8/oci8.c 		OCIErrorGet(OCI_G(env), (ub4)1, NULL, &ora_error_code, tmp_buf, (ub4)OCI_ERROR_MAXMSG_SIZE, (ub4)OCI_HTYPE_ERROR);
ub4              1705 ext/oci8/oci8.c 	PHP_OCI_CALL(OCIErrorGet, (error_handle, (ub4)1, NULL, &error_code, err_buf, (ub4)PHP_OCI_ERRBUF_LEN, (ub4)OCI_HTYPE_ERROR));
ub4              1732 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (dvoid *) sqltext, (ub4 *)0, OCI_ATTR_STATEMENT, statement->err));
ub4              1740 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));
ub4              2235 ext/oci8/oci8.c 		OCIErrorGet(OCI_G(err), (ub4)1, NULL, &error_code, tmp_buf, (ub4)OCI_ERROR_MAXMSG_SIZE, (ub4)OCI_HTYPE_ERROR);
ub4              2252 ext/oci8/oci8.c 	ub4 ss = OCI_SERVER_NOT_CONNECTED;
ub4              2256 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *)connection->server, OCI_HTYPE_SERVER, (dvoid *)&ss, (ub4 *)0, OCI_ATTR_SERVER_STATUS, OCI_G(err)));
ub4              2275 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(errstatus, OCITransRollback, (connection->svc, connection->err, (ub4) 0));
ub4              2296 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(errstatus, OCITransCommit, (connection->svc, connection->err, (ub4) 0));
ub4              2330 ext/oci8/oci8.c 		PHP_OCI_CALL(OCISessionEnd, (connection->svc, connection->err, connection->session, (ub4) 0));
ub4              2334 ext/oci8/oci8.c 		PHP_OCI_CALL(OCIHandleFree, ((dvoid *) connection->err, (ub4) OCI_HTYPE_ERROR));
ub4              2337 ext/oci8/oci8.c 		PHP_OCI_CALL(OCIHandleFree, ((dvoid *) connection->authinfo, (ub4) OCI_HTYPE_AUTHINFO));
ub4              2351 ext/oci8/oci8.c 			PHP_OCI_CALL(OCIHandleFree, ((dvoid *) connection->svc, (ub4) OCI_HTYPE_SVCCTX));
ub4              2355 ext/oci8/oci8.c 			PHP_OCI_CALL(OCIHandleFree, ((dvoid *) connection->server, (ub4) OCI_HTYPE_SERVER));
ub4              2429 ext/oci8/oci8.c 		ub4 rlsMode = OCI_DEFAULT;
ub4              2549 ext/oci8/oci8.c 	ub4 lob_length;
ub4              2642 ext/oci8/oci8.c 	ub4 nrows = 1;
ub4              2707 ext/oci8/oci8.c 						    (ub4 *)NULL, OCI_ATTR_IMPLICIT_RESULT_COUNT, invokedstatement->err));
ub4              2714 ext/oci8/oci8.c 			if (!statement || php_oci_statement_execute(statement, (ub4)OCI_DEFAULT TSRMLS_CC))
ub4              2730 ext/oci8/oci8.c 			if (!statement || php_oci_statement_execute(statement, (ub4)OCI_DEFAULT TSRMLS_CC))
ub4              2832 ext/oci8/oci8.c 	ub4 poolmode = OCI_DEFAULT;	/* Mode to be passed to OCISessionPoolCreate */
ub4              2871 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(errstatus, OCIHandleAlloc, ((dvoid *) session_pool->env, (dvoid **)&(session_pool->err), (ub4) OCI_HTYPE_ERROR,(size_t) 0, (dvoid **) 0));
ub4              2899 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(errstatus, OCIAttrSet, ((dvoid *) spoolAuth, (ub4) OCI_HTYPE_AUTHINFO, (dvoid *) OCI_G(edition), (ub4)(strlen(OCI_G(edition))), (ub4)OCI_ATTR_EDITION, OCI_G(err)));
ub4              2910 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(errstatus, OCIAttrSet, ((dvoid *) spoolAuth, (ub4) OCI_HTYPE_AUTHINFO, (dvoid *) PHP_OCI8_DRIVER_NAME, (ub4) sizeof(PHP_OCI8_DRIVER_NAME)-1, (ub4) OCI_ATTR_DRIVER_NAME, OCI_G(err)));
ub4              2920 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(errstatus, OCIAttrSet, ((dvoid *) (session_pool->poolh),(ub4) OCI_HTYPE_SPOOL, (dvoid *) spoolAuth, (ub4)0, (ub4)OCI_ATTR_SPOOL_AUTH, OCI_G(err)));
ub4              2933 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(errstatus, OCISessionPoolCreate,(session_pool->env, OCI_G(err), session_pool->poolh, (OraText **)&session_pool->poolname, &session_pool->poolname_len, (OraText *)dbname, (ub4)dbname_len, 0, UB4MAXVAL, 1,(OraText *)username, (ub4)username_len, (OraText *)password,(ub4)password_len, poolmode));
ub4              2947 ext/oci8/oci8.c 		PHP_OCI_CALL(OCIHandleFree, ((dvoid *) spoolAuth, (ub4) OCI_HTYPE_AUTHINFO));
ub4              3054 ext/oci8/oci8.c 			&& OCIErrorGet(retenv, (ub4)1, NULL, &ora_error_code, ora_msg_buf, (ub4)OCI_ERROR_MAXMSG_SIZE, (ub4)OCI_HTYPE_ENV) == OCI_SUCCESS
ub4              3072 ext/oci8/oci8.c 	ub4 statement_cache_size = (OCI_G(statement_cache_size) > 0) ? OCI_G(statement_cache_size) : 0;
ub4              3089 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIServerAttach, (connection->server, OCI_G(err), (text *)dbname, dbname_len, (ub4) OCI_DEFAULT));
ub4              3127 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) username, (ub4) username_len, (ub4) OCI_ATTR_USERNAME, OCI_G(err)));
ub4              3138 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) password, (ub4) password_len, (ub4) OCI_ATTR_PASSWORD, OCI_G(err)));
ub4              3150 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) OCI_G(edition), (ub4) (strlen(OCI_G(edition))), (ub4) OCI_ATTR_EDITION, OCI_G(err)));
ub4              3162 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) PHP_OCI8_DRIVER_NAME, (ub4) sizeof(PHP_OCI8_DRIVER_NAME)-1, (ub4) OCI_ATTR_DRIVER_NAME, OCI_G(err)));
ub4              3198 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrGet, ((dvoid *)connection->svc, OCI_HTYPE_SVCCTX, (dvoid *)&(connection->session), (ub4 *)0, OCI_ATTR_SESSION, OCI_G(err)));
ub4              3207 ext/oci8/oci8.c 		ub4 cred_type = OCI_CRED_RDBMS;
ub4              3217 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCISessionBegin, (connection->svc, OCI_G(err), connection->session, (ub4) cred_type, (ub4) session_mode));
ub4              3237 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->svc, (ub4) OCI_HTYPE_SVCCTX, (ub4 *) &statement_cache_size, 0, (ub4) OCI_ATTR_STMTCACHESIZE, OCI_G(err)));
ub4              3257 ext/oci8/oci8.c 	ub4 purity = -2;				/* Illegal value to initialize */
ub4              3260 ext/oci8/oci8.c 	ub4 statement_cache_size = (OCI_G(statement_cache_size) > 0) ? OCI_G(statement_cache_size) : 0;
ub4              3308 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->authinfo,(ub4) OCI_HTYPE_SESSION, (dvoid *) OCI_G(connection_class), (ub4)(strlen(OCI_G(connection_class))), (ub4)OCI_ATTR_CONNECTION_CLASS, OCI_G(err)));
ub4              3320 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode),OCIAttrSet, ((dvoid *) connection->authinfo,(ub4) OCI_HTYPE_AUTHINFO, (dvoid *) &purity, (ub4)0, (ub4)OCI_ATTR_PURITY, OCI_G(err)));
ub4              3333 ext/oci8/oci8.c 		ub4 numfree = 0, numbusy = 0, numopen = 0;
ub4              3334 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrGet, ((dvoid *)actual_spool->poolh, OCI_HTYPE_SPOOL, (dvoid *)&numopen, (ub4 *)0, OCI_ATTR_SPOOL_OPEN_COUNT, OCI_G(err)));
ub4              3335 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrGet, ((dvoid *)actual_spool->poolh, OCI_HTYPE_SPOOL, (dvoid *)&numbusy, (ub4 *)0, OCI_ATTR_SPOOL_BUSY_COUNT, OCI_G(err)));
ub4              3350 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode),OCISessionGet, (connection->env, OCI_G(err), &(connection->svc), (OCIAuthInfo *)connection->authinfo, (OraText *)actual_spool->poolname, (ub4)actual_spool->poolname_len, NULL, 0, NULL, NULL, NULL, OCI_SESSGET_SPOOL));
ub4              3365 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrGet, ((dvoid *)connection->svc, OCI_HTYPE_SVCCTX, (dvoid *)&(connection->server), (ub4 *)0, OCI_ATTR_SERVER, OCI_G(err)));
ub4              3367 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrGet, ((dvoid *)connection->svc, OCI_HTYPE_SVCCTX, (dvoid *)&(connection->session), (ub4 *)0, OCI_ATTR_SESSION, OCI_G(err))); 
ub4              3388 ext/oci8/oci8.c 				PHP_OCI_CALL(OCISessionRelease, (connection->svc, connection->err, NULL,0, (ub4) OCI_SESSRLS_DROPSESS));
ub4              3396 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->svc, (ub4) OCI_HTYPE_SVCCTX, (ub4 *) &statement_cache_size, 0, (ub4) OCI_ATTR_STMTCACHESIZE, OCI_G(err)));
ub4              3506 ext/oci8/oci8.c void php_oci_dtrace_check_connection(php_oci_connection *connection, sb4 errcode, ub4 serverStatus)
ub4                68 ext/oci8/oci8_collection.c 			 (ub4) schema_len,
ub4                70 ext/oci8/oci8_collection.c 			 (ub4) tdo_len,
ub4                72 ext/oci8/oci8_collection.c 			 (ub4) 0,
ub4                84 ext/oci8/oci8_collection.c 	PHP_OCI_CALL_RETURN(errstatus, OCIHandleAlloc, (connection->env, (dvoid **) &dschp1, (ub4) OCI_HTYPE_DESCRIBE, (size_t) 0, (dvoid **) 0));
ub4                96 ext/oci8/oci8_collection.c 			 (ub4) 0,
ub4               109 ext/oci8/oci8_collection.c 	PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *) dschp1, (ub4) OCI_HTYPE_DESCRIBE, (dvoid *)&parmp1, (ub4 *)0, (ub4)OCI_ATTR_PARAM, connection->err));
ub4               119 ext/oci8/oci8_collection.c 			 (ub4) OCI_DTYPE_PARAM,
ub4               121 ext/oci8/oci8_collection.c 			 (ub4 *) 0,
ub4               122 ext/oci8/oci8_collection.c 			 (ub4) OCI_ATTR_COLLECTION_TYPECODE,
ub4               138 ext/oci8/oci8_collection.c 					 (ub4) OCI_DTYPE_PARAM,
ub4               140 ext/oci8/oci8_collection.c 					 (ub4 *) 0,
ub4               141 ext/oci8/oci8_collection.c 					 (ub4) OCI_ATTR_COLLECTION_ELEMENT,
ub4               154 ext/oci8/oci8_collection.c 					 (ub4) OCI_DTYPE_PARAM,
ub4               156 ext/oci8/oci8_collection.c 					 (ub4 *) 0,
ub4               157 ext/oci8/oci8_collection.c 					 (ub4) OCI_ATTR_REF_TDO,
ub4               186 ext/oci8/oci8_collection.c 					 (ub4) OCI_DTYPE_PARAM,
ub4               188 ext/oci8/oci8_collection.c 					 (ub4 *) 0,
ub4               189 ext/oci8/oci8_collection.c 					 (ub4) OCI_ATTR_TYPECODE,
ub4               483 ext/oci8/oci8_collection.c 	ub4 buff_len = 1024;
ub4               496 ext/oci8/oci8_collection.c 			 (ub4)index,
ub4               600 ext/oci8/oci8_collection.c 	PHP_OCI_CALL_RETURN(errstatus, OCICollAssignElem, (connection->env, connection->err, (ub4) index, (dvoid *)"", &null_index, collection->collection));
ub4               635 ext/oci8/oci8_collection.c 			 (ub4)index,
ub4               677 ext/oci8/oci8_collection.c 			 (ub4) index,
ub4               716 ext/oci8/oci8_collection.c 			 (ub4)index,
ub4               194 ext/oci8/oci8_interface.c 	ub4 bytes_written;
ub4               283 ext/oci8/oci8_interface.c 	ub4 buffer_len;
ub4               318 ext/oci8/oci8_interface.c 	ub4 buffer_len;
ub4               361 ext/oci8/oci8_interface.c 	ub4 lob_length;
ub4               442 ext/oci8/oci8_interface.c 	ub4 lob_length;
ub4               493 ext/oci8/oci8_interface.c 	ub4 lob_length;
ub4               523 ext/oci8/oci8_interface.c 	ub4 bytes_written;
ub4               609 ext/oci8/oci8_interface.c 	ub4 ub_trim_length;
ub4               632 ext/oci8/oci8_interface.c 	ub_trim_length = (ub4) trim_length;
ub4               648 ext/oci8/oci8_interface.c 	ub4 bytes_erased;
ub4               883 ext/oci8/oci8_interface.c 	ub4 lob_length;
ub4               977 ext/oci8/oci8_interface.c 		ub4 tmp_bytes_read = 0;
ub4              1362 ext/oci8/oci8_interface.c 	ub4 nrows = 1; /* only one row at a time is supported for now */
ub4              1393 ext/oci8/oci8_interface.c 	ub4 nrows = 1;
ub4              1733 ext/oci8/oci8_interface.c 	if (php_oci_statement_set_prefetch(statement, (ub4)size TSRMLS_CC)) {
ub4              1756 ext/oci8/oci8_interface.c 	PHP_OCI_CALL_RETURN(errstatus, OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) client_id, (ub4) client_id_len, (ub4) OCI_ATTR_CLIENT_IDENTIFIER, connection->err));
ub4              1840 ext/oci8/oci8_interface.c 	PHP_OCI_CALL_RETURN(errstatus, OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) module, (ub4) module_len, (ub4) OCI_ATTR_MODULE, connection->err));
ub4              1872 ext/oci8/oci8_interface.c 	PHP_OCI_CALL_RETURN(errstatus, OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) action, (ub4) action_len, (ub4) OCI_ATTR_ACTION, connection->err));
ub4              1904 ext/oci8/oci8_interface.c 	PHP_OCI_CALL_RETURN(errstatus, OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) client_info, (ub4) client_info_len, (ub4) OCI_ATTR_CLIENT_INFO, connection->err));
ub4              1936 ext/oci8/oci8_interface.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) dbop_name, (ub4) dbop_name_len, (ub4) OCI_ATTR_DBOP, OCI_G(err)));
ub4              2146 ext/oci8/oci8_interface.c 	ub4 rowcount;
ub4              2462 ext/oci8/oci8_interface.c 		if (php_oci_statement_execute(imp_statement, (ub4)OCI_DEFAULT TSRMLS_CC))
ub4               121 ext/oci8/oci8_lob.c int php_oci_lob_get_length (php_oci_descriptor *descriptor, ub4 *length TSRMLS_DC)
ub4               141 ext/oci8/oci8_lob.c 		PHP_OCI_CALL_RETURN(errstatus, OCILobGetLength, (connection->svc, connection->err, descriptor->descriptor, (ub4 *)length));
ub4               171 ext/oci8/oci8_lob.c 	ub4 lenp = (ub4) len;
ub4               216 ext/oci8/oci8_lob.c 	ub4 chunk_size;
ub4               244 ext/oci8/oci8_lob.c int php_oci_lob_read (php_oci_descriptor *descriptor, long read_length, long initial_offset, char **data, ub4 *data_len TSRMLS_DC)
ub4               247 ext/oci8/oci8_lob.c 	ub4 length = 0;
ub4               404 ext/oci8/oci8_lob.c int php_oci_lob_write (php_oci_descriptor *descriptor, ub4 offset, char *data, int data_len, ub4 *bytes_written TSRMLS_DC)
ub4               408 ext/oci8/oci8_lob.c 	ub4 lob_length;
ub4               429 ext/oci8/oci8_lob.c 				(ub4 *)&data_len,
ub4               430 ext/oci8/oci8_lob.c 				(ub4) offset + 1,
ub4               432 ext/oci8/oci8_lob.c 				(ub4) data_len,
ub4               515 ext/oci8/oci8_lob.c 	ub4 length_dest, length_from, copy_len;
ub4               713 ext/oci8/oci8_lob.c 	ub4 loblen;
ub4               717 ext/oci8/oci8_lob.c 	ub4 offset = 1;
ub4               776 ext/oci8/oci8_lob.c 	ub4 dest_len, from_len;
ub4               809 ext/oci8/oci8_lob.c 	ub4 lob_length;
ub4               847 ext/oci8/oci8_lob.c int php_oci_lob_erase (php_oci_descriptor *descriptor, long offset, ub4 length, ub4 *bytes_erased TSRMLS_DC)
ub4               851 ext/oci8/oci8_lob.c 	ub4 lob_length;
ub4               868 ext/oci8/oci8_lob.c 	PHP_OCI_CALL_RETURN(errstatus, OCILobErase, (connection->svc, connection->err, lob, (ub4 *)&length, offset+1));
ub4               909 ext/oci8/oci8_lob.c 	ub4 bytes_written = 0;
ub4               112 ext/oci8/oci8_statement.c 		php_oci_statement_set_prefetch(statement, (ub4)OCI_G(default_prefetch) TSRMLS_CC);
ub4               114 ext/oci8/oci8_statement.c 		php_oci_statement_set_prefetch(statement, (ub4)100 TSRMLS_CC); /* semi-arbitrary, "sensible default" */
ub4               134 ext/oci8/oci8_statement.c 	ub4   rtype;
ub4               186 ext/oci8/oci8_statement.c int php_oci_statement_set_prefetch(php_oci_statement *statement, ub4 prefetch  TSRMLS_DC)
ub4               244 ext/oci8/oci8_statement.c int php_oci_statement_fetch(php_oci_statement *statement, ub4 nrows TSRMLS_DC)
ub4               248 ext/oci8/oci8_statement.c 	ub4 typep, iterp, idxp;
ub4               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)
ub4               480 ext/oci8/oci8_statement.c int php_oci_statement_execute(php_oci_statement *statement, ub4 mode TSRMLS_DC)
ub4               486 ext/oci8/oci8_statement.c 	ub4 counter;
ub4               488 ext/oci8/oci8_statement.c 	ub4 iters;
ub4               489 ext/oci8/oci8_statement.c 	ub4 colcount;
ub4               513 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));
ub4               580 ext/oci8/oci8_statement.c 		PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (dvoid *)&colcount, (ub4 *)0, OCI_ATTR_PARAM_COUNT, statement->err));
ub4               609 ext/oci8/oci8_statement.c 			PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *)param, OCI_DTYPE_PARAM, (dvoid *)&outcol->data_type, (ub4 *)0, OCI_ATTR_DATA_TYPE, statement->err));
ub4               619 ext/oci8/oci8_statement.c 			PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *)param, OCI_DTYPE_PARAM, (dvoid *)&outcol->charset_form, (ub4 *)0, OCI_ATTR_CHARSET_FORM, statement->err));
ub4               629 ext/oci8/oci8_statement.c 			PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *)param, OCI_DTYPE_PARAM, (dvoid *)&outcol->charset_id, (ub4 *)0, OCI_ATTR_CHARSET_ID, statement->err));
ub4               672 ext/oci8/oci8_statement.c 			PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *)param, OCI_DTYPE_PARAM, (dvoid **)&colname, (ub4 *)&outcol->name_len, (ub4)OCI_ATTR_NAME, statement->err));
ub4              1003 ext/oci8/oci8_statement.c 						ZVAL_LONG(*entry, ((ub4 *)(bind->array.elements))[i]);
ub4              1006 ext/oci8/oci8_statement.c 						add_next_index_long(bind->zval, ((ub4 *)(bind->array.elements))[i]);
ub4              1024 ext/oci8/oci8_statement.c 					ub4 buff_len = 1024;
ub4              1152 ext/oci8/oci8_statement.c 			bind_data = (ub4 *)&Z_LVAL_P(var);
ub4              1153 ext/oci8/oci8_statement.c 			value_sz = sizeof(ub4);
ub4              1253 ext/oci8/oci8_statement.c 			(ub4)0,							 /* maxarr_len (PL/SQL only?) */
ub4              1254 ext/oci8/oci8_statement.c 			(ub4 *)0,						 /* actual array size (PL/SQL only?) */
ub4              1292 ext/oci8/oci8_statement.c 				 (ub4 *) 0,
ub4              1294 ext/oci8/oci8_statement.c 				 (ub4 *) 0
ub4              1315 ext/oci8/oci8_statement.c 					ub4 iter,		  /* 0-based execute iteration value */
ub4              1316 ext/oci8/oci8_statement.c 					ub4 index,		  /* index of current array for PL/SQL or row index for SQL */
ub4              1318 ext/oci8/oci8_statement.c 					ub4 *alenp,		  /* size after value/piece has been read */
ub4              1367 ext/oci8/oci8_statement.c 					ub4 iter,		   /* 0-based execute iteration value */
ub4              1368 ext/oci8/oci8_statement.c 					ub4 index,		   /* index of current array for PL/SQL or row index for SQL */
ub4              1370 ext/oci8/oci8_statement.c 					ub4 **alenpp,	   /* size after value/piece has been read */
ub4              1428 ext/oci8/oci8_statement.c 		*alenpp = (ub4*) &Z_STRLEN_P(phpbind->zval);
ub4              1495 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));
ub4              1511 ext/oci8/oci8_statement.c int php_oci_statement_get_numrows(php_oci_statement *statement, ub4 *numrows TSRMLS_DC)
ub4              1513 ext/oci8/oci8_statement.c 	ub4 statement_numrows;
ub4              1518 ext/oci8/oci8_statement.c 	PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (ub4 *)&statement_numrows, (ub4 *)0, OCI_ATTR_ROW_COUNT, statement->err));
ub4              1615 ext/oci8/oci8_statement.c 								(ub4) max_table_length,
ub4              1616 ext/oci8/oci8_statement.c 								(ub4 *) &(bindp->array.current_length),
ub4              1617 ext/oci8/oci8_statement.c 								(ub4) OCI_DEFAULT
ub4              1639 ext/oci8/oci8_statement.c 	ub4 i;
ub4              1709 ext/oci8/oci8_statement.c 	ub4 i;
ub4              1716 ext/oci8/oci8_statement.c 	bind->array.elements		= (ub4 *)safe_emalloc(max_table_length, sizeof(ub4), 0);
ub4              1719 ext/oci8/oci8_statement.c 	bind->array.max_length		= sizeof(ub4);
ub4              1727 ext/oci8/oci8_statement.c 			bind->array.element_lengths[i] = sizeof(ub4);
ub4              1731 ext/oci8/oci8_statement.c 			((ub4 *)bind->array.elements)[i] = (ub4) Z_LVAL_PP(entry);
ub4              1734 ext/oci8/oci8_statement.c 			((ub4 *)bind->array.elements)[i] = 0;
ub4              1748 ext/oci8/oci8_statement.c 	ub4 i;
ub4              1787 ext/oci8/oci8_statement.c 	ub4 i;
ub4               171 ext/oci8/php_oci8_int.h 	ub4					 type;					/* descriptor type (FILE/LOB) */
ub4               175 ext/oci8/php_oci8_int.h 	ub4					 chunk_size;			/* chunk size of the LOB. 0 - unknown */
ub4               185 ext/oci8/php_oci8_int.h 	ub4					*lob_len;				/* address of LOB length variable (bytes) */
ub4               186 ext/oci8/php_oci8_int.h 	ub4					 alloc_len;
ub4               207 ext/oci8/php_oci8_int.h 	ub4			 name_len;		/* placeholder's name length */
ub4               208 ext/oci8/php_oci8_int.h 	ub4			 type;			/* define type */
ub4               217 ext/oci8/php_oci8_int.h 	ub4                  impres_count;          /* count of remaining Implicit Result children on parent statement handle */
ub4               233 ext/oci8/php_oci8_int.h 	ub4                  prefetch_count;        /* current prefetch count */
ub4               249 ext/oci8/php_oci8_int.h 		ub4		 current_length;
ub4               250 ext/oci8/php_oci8_int.h 		ub4		 old_length;
ub4               251 ext/oci8/php_oci8_int.h 		ub4		 max_length;
ub4               256 ext/oci8/php_oci8_int.h 	ub4					 dummy_len;				/* a dummy var to store alenpp value in bind OUT callback */
ub4               266 ext/oci8/php_oci8_int.h 	ub4					 name_len;				/* column name length */
ub4               269 ext/oci8/php_oci8_int.h 	ub4					 storage_size4;			/* size used when allocating buffers */
ub4               273 ext/oci8/php_oci8_int.h 	ub4					 retlen4;
ub4               281 ext/oci8/php_oci8_int.h 	ub4					 cb_retlen;
ub4               286 ext/oci8/php_oci8_int.h 	ub4					 chunk_size;			/* LOB chunk size */
ub4               317 ext/oci8/php_oci8_int.h 		ub4 serverStatus = OCI_SERVER_NORMAL;	  \
ub4               348 ext/oci8/php_oci8_int.h 										  (ub4 *)0, OCI_ATTR_SERVER_STATUS, (connection)->err)); \
ub4               419 ext/oci8/php_oci8_int.h void php_oci_dtrace_check_connection(php_oci_connection *connection, sb4 errcode, ub4 serverStatus);
ub4               426 ext/oci8/php_oci8_int.h int php_oci_lob_get_length(php_oci_descriptor *descriptor, ub4 *length TSRMLS_DC);
ub4               427 ext/oci8/php_oci8_int.h int php_oci_lob_read(php_oci_descriptor *descriptor, long read_length, long inital_offset, char **data, ub4 *data_len TSRMLS_DC);
ub4               428 ext/oci8/php_oci8_int.h int php_oci_lob_write(php_oci_descriptor *descriptor, ub4 offset, char *data, int data_len, ub4 *bytes_written TSRMLS_DC);
ub4               440 ext/oci8/php_oci8_int.h int php_oci_lob_erase(php_oci_descriptor *descriptor, long offset, ub4 length, ub4 *bytes_erased TSRMLS_DC);
ub4               472 ext/oci8/php_oci8_int.h int php_oci_statement_set_prefetch(php_oci_statement *statement, ub4 prefetch TSRMLS_DC);
ub4               473 ext/oci8/php_oci8_int.h int php_oci_statement_fetch(php_oci_statement *statement, ub4 nrows TSRMLS_DC);
ub4               475 ext/oci8/php_oci8_int.h int php_oci_statement_execute(php_oci_statement *statement, ub4 mode TSRMLS_DC);
ub4               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);
ub4               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);
ub4               486 ext/oci8/php_oci8_int.h int php_oci_statement_get_numrows(php_oci_statement *statement, ub4 *numrows TSRMLS_DC);
ub4                34 ext/pdo_oci/oci_driver.c static inline ub4 pdo_oci_sanitize_prefetch(long prefetch);
ub4                60 ext/pdo_oci/oci_driver.c ub4 _oci_error(OCIError *err, pdo_dbh_t *dbh, pdo_stmt_t *stmt, char *what, sword status, int isinit, const char *file, int line TSRMLS_DC) /* {{{ */
ub4                98 ext/pdo_oci/oci_driver.c 				OCIErrorGet(err, (ub4)1, NULL, &einfo->errcode, errbuf, (ub4)sizeof(errbuf), OCI_HTYPE_ERROR);
ub4               103 ext/pdo_oci/oci_driver.c 				OCIErrorGet(err, (ub4)1, NULL, &einfo->errcode, errbuf, (ub4)sizeof(errbuf), OCI_HTYPE_ERROR);
ub4               255 ext/pdo_oci/oci_driver.c 	ub4 prefetch;
ub4               332 ext/pdo_oci/oci_driver.c 	ub4 rowcount;
ub4               480 ext/pdo_oci/oci_driver.c 			ub4  vernum;
ub4               482 ext/pdo_oci/oci_driver.c 			if (OCIServerRelease(H->svc, H->err, infostr, (ub4)sizeof(infostr), (ub1)OCI_HTYPE_SVCCTX, &vernum))
ub4               566 ext/pdo_oci/oci_driver.c 	OCIErrorGet (H->err, (ub4)1, NULL, &error_code, NULL, 0, OCI_HTYPE_ERROR);
ub4               723 ext/pdo_oci/oci_driver.c static inline ub4 pdo_oci_sanitize_prefetch(long prefetch) /* {{{ */
ub4               730 ext/pdo_oci/oci_driver.c 	return ((ub4)prefetch);
ub4               122 ext/pdo_oci/oci_statement.c 	ub4 rowcount;
ub4               151 ext/pdo_oci/oci_statement.c 		ub4 colcount;
ub4               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) /* {{{ */
ub4               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) /* {{{ */
ub4               336 ext/pdo_oci/oci_statement.c 					ub4 empty = 0;
ub4               384 ext/pdo_oci/oci_statement.c 						ub4 amt, offset = 1;
ub4               443 ext/pdo_oci/oci_statement.c 	ub4 ociori;
ub4               480 ext/pdo_oci/oci_statement.c static sb4 oci_define_callback(dvoid *octxp, OCIDefine *define, ub4 iter, dvoid **bufpp,
ub4               481 ext/pdo_oci/oci_statement.c 		ub4 **alenpp, ub1 *piecep, dvoid **indpp, ub2 **rcodepp)
ub4               510 ext/pdo_oci/oci_statement.c 	ub4 namelen;
ub4               611 ext/pdo_oci/oci_statement.c 	ub4 offset;
ub4               617 ext/pdo_oci/oci_statement.c 	ub4 amt;
ub4               637 ext/pdo_oci/oci_statement.c 	ub4 amt;
ub4                71 ext/pdo_oci/pdo_oci.c const ub4 PDO_OCI_INIT_MODE = 
ub4                54 ext/pdo_oci/php_pdo_oci_int.h 	ub4 datalen;
ub4                66 ext/pdo_oci/php_pdo_oci_int.h 	ub4			exec_type;
ub4                78 ext/pdo_oci/php_pdo_oci_int.h 	ub4			actual_len;
ub4                85 ext/pdo_oci/php_pdo_oci_int.h extern const ub4 PDO_OCI_INIT_MODE;
ub4                89 ext/pdo_oci/php_pdo_oci_int.h ub4 _oci_error(OCIError *err, pdo_dbh_t *dbh, pdo_stmt_t *stmt, char *what, sword status, int isinit, const char *file, int line TSRMLS_DC);