ub4              1094 ext/oci8/oci8.c 			&& OCIErrorGet(OCI_G(env), (ub4)1, NULL, &ora_error_code, tmp_buf, (ub4)PHP_OCI_ERRBUF_LEN, (ub4)OCI_HTYPE_ENV) == OCI_SUCCESS
ub4              1116 ext/oci8/oci8.c 		ub4 cpoolmode = 0x80000000;	/* Pass invalid mode to OCIConnectionPoolCreate */
ub4              1123 ext/oci8/oci8.c 		OCIErrorGet(OCI_G(env), (ub4)1, NULL, &ora_error_code, tmp_buf, (ub4)PHP_OCI_ERRBUF_LEN, (ub4)OCI_HTYPE_ERROR);
ub4              1704 ext/oci8/oci8.c 	PHP_OCI_CALL(OCIErrorGet, (error_handle, (ub4)1, NULL, &error_code, error_buf, (ub4)error_buf_size, (ub4)OCI_HTYPE_ERROR));
ub4              1727 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              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));
ub4              2243 ext/oci8/oci8.c 		OCIErrorGet(OCI_G(err), (ub4)1, NULL, &error_code, tmp_buf, (ub4)PHP_OCI_ERRBUF_LEN, (ub4)OCI_HTYPE_ERROR);
ub4              2260 ext/oci8/oci8.c 	ub4 ss = OCI_SERVER_NOT_CONNECTED;
ub4              2264 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              2283 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(errstatus, OCITransRollback, (connection->svc, connection->err, (ub4) 0));
ub4              2304 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(errstatus, OCITransCommit, (connection->svc, connection->err, (ub4) 0));
ub4              2338 ext/oci8/oci8.c 		PHP_OCI_CALL(OCISessionEnd, (connection->svc, connection->err, connection->session, (ub4) 0));
ub4              2342 ext/oci8/oci8.c 		PHP_OCI_CALL(OCIHandleFree, ((dvoid *) connection->err, (ub4) OCI_HTYPE_ERROR));
ub4              2345 ext/oci8/oci8.c 		PHP_OCI_CALL(OCIHandleFree, ((dvoid *) connection->authinfo, (ub4) OCI_HTYPE_AUTHINFO));
ub4              2359 ext/oci8/oci8.c 			PHP_OCI_CALL(OCIHandleFree, ((dvoid *) connection->svc, (ub4) OCI_HTYPE_SVCCTX));
ub4              2363 ext/oci8/oci8.c 			PHP_OCI_CALL(OCIHandleFree, ((dvoid *) connection->server, (ub4) OCI_HTYPE_SERVER));
ub4              2444 ext/oci8/oci8.c 		ub4 rlsMode = OCI_DEFAULT;
ub4              2542 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(errstatus, OCIServerVersion, (connection->svc, connection->err, (text *)version, (ub4) version_size, OCI_HTYPE_SVCCTX));
ub4              2561 ext/oci8/oci8.c 	ub4 lob_length;
ub4              2657 ext/oci8/oci8.c 	ub4 nrows = 1;
ub4              2728 ext/oci8/oci8.c 						    (ub4 *)NULL, OCI_ATTR_IMPLICIT_RESULT_COUNT, invokedstatement->err));
ub4              2735 ext/oci8/oci8.c 			if (!statement || php_oci_statement_execute(statement, (ub4)OCI_DEFAULT))
ub4              2751 ext/oci8/oci8.c 			if (!statement || php_oci_statement_execute(statement, (ub4)OCI_DEFAULT))
ub4              2856 ext/oci8/oci8.c 	ub4 poolmode = OCI_DEFAULT;	/* Mode to be passed to OCISessionPoolCreate */
ub4              2895 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              2923 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              2934 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              2944 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              2957 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              2971 ext/oci8/oci8.c 		PHP_OCI_CALL(OCIHandleFree, ((dvoid *) spoolAuth, (ub4) OCI_HTYPE_AUTHINFO));
ub4              3084 ext/oci8/oci8.c 			&& OCIErrorGet(retenv, (ub4)1, NULL, &ora_error_code, ora_msg_buf, (ub4)PHP_OCI_ERRBUF_LEN, (ub4)OCI_HTYPE_ENV) == OCI_SUCCESS
ub4              3102 ext/oci8/oci8.c 	ub4 statement_cache_size = 0;
ub4              3106 ext/oci8/oci8.c 			statement_cache_size = (ub4) SB4MAXVAL;
ub4              3108 ext/oci8/oci8.c 			statement_cache_size = (ub4) OCI_G(statement_cache_size);
ub4              3126 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              3164 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              3175 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              3187 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              3199 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              3235 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              3244 ext/oci8/oci8.c 		ub4 cred_type = OCI_CRED_RDBMS;
ub4              3254 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              3274 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              3294 ext/oci8/oci8.c 	ub4 purity = -2;				/* Illegal value to initialize */
ub4              3297 ext/oci8/oci8.c 	ub4 statement_cache_size = 0;
ub4              3301 ext/oci8/oci8.c 			statement_cache_size = (ub4) SB4MAXVAL;
ub4              3303 ext/oci8/oci8.c 			statement_cache_size = (ub4) OCI_G(statement_cache_size);
ub4              3352 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              3364 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              3377 ext/oci8/oci8.c 		ub4 numfree = 0, numbusy = 0, numopen = 0;
ub4              3378 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              3379 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              3394 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              3409 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              3411 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              3432 ext/oci8/oci8.c 				PHP_OCI_CALL(OCISessionRelease, (connection->svc, connection->err, NULL,0, (ub4) OCI_SESSRLS_DROPSESS));
ub4              3440 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              3550 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               495 ext/oci8/oci8_collection.c 			 (ub4)index,
ub4               594 ext/oci8/oci8_collection.c 	PHP_OCI_CALL_RETURN(errstatus, OCICollAssignElem, (connection->env, connection->err, (ub4) index, (dvoid *)"", &null_index, collection->collection));
ub4               629 ext/oci8/oci8_collection.c 			 (ub4)index,
ub4               671 ext/oci8/oci8_collection.c 			 (ub4) index,
ub4               710 ext/oci8/oci8_collection.c 			 (ub4)index,
ub4                94 ext/oci8/oci8_interface.c 	define->name_len = (ub4) name_len;
ub4                95 ext/oci8/oci8_interface.c 	define->type = (ub4) type;
ub4               201 ext/oci8/oci8_interface.c 	ub4 bytes_written;
ub4               226 ext/oci8/oci8_interface.c 	if (php_oci_lob_write(descriptor, (ub4) offset, data, (ub4) data_len, &bytes_written)) {
ub4               290 ext/oci8/oci8_interface.c 	ub4 buffer_len;
ub4               328 ext/oci8/oci8_interface.c 	ub4 buffer_len;
ub4               373 ext/oci8/oci8_interface.c 	ub4 lob_length;
ub4               454 ext/oci8/oci8_interface.c 	ub4 lob_length;
ub4               480 ext/oci8/oci8_interface.c 			descriptor->lob_current_position += (ub4) offset;
ub4               484 ext/oci8/oci8_interface.c 				descriptor->lob_current_position = descriptor->lob_size + (ub4) offset;
ub4               492 ext/oci8/oci8_interface.c 				descriptor->lob_current_position = (offset > 0) ? (ub4) offset : 0;
ub4               509 ext/oci8/oci8_interface.c 	ub4 lob_length;
ub4               539 ext/oci8/oci8_interface.c 	ub4 bytes_written;
ub4               572 ext/oci8/oci8_interface.c 	if (php_oci_lob_write(descriptor, descriptor->lob_current_position, data, (ub4) data_len, &bytes_written)) {
ub4               625 ext/oci8/oci8_interface.c 	ub4 ub_trim_length;
ub4               648 ext/oci8/oci8_interface.c 	ub_trim_length = (ub4) trim_length;
ub4               664 ext/oci8/oci8_interface.c 	ub4 bytes_erased;
ub4               705 ext/oci8/oci8_interface.c 	if (php_oci_lob_erase(descriptor, offset, (ub4) length, &bytes_erased)) {
ub4               899 ext/oci8/oci8_interface.c 	ub4 lob_length;
ub4               997 ext/oci8/oci8_interface.c 		ub4 tmp_bytes_read = 0;
ub4              1350 ext/oci8/oci8_interface.c 	if (php_oci_statement_execute(statement, (ub4) mode)) {
ub4              1383 ext/oci8/oci8_interface.c 	ub4 nrows = 1; /* only one row at a time is supported for now */
ub4              1415 ext/oci8/oci8_interface.c 	ub4 nrows = 1;
ub4              1761 ext/oci8/oci8_interface.c 	if (php_oci_statement_set_prefetch(statement, (ub4)size)) {
ub4              1784 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              1868 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              1900 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              1932 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              1964 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              2176 ext/oci8/oci8_interface.c 	ub4 rowcount;
ub4              2490 ext/oci8/oci8_interface.c 		if (php_oci_statement_execute(imp_statement, (ub4)OCI_DEFAULT))
ub4                72 ext/oci8/oci8_lob.c 	descriptor->type = (ub4) type;
ub4               121 ext/oci8/oci8_lob.c int php_oci_lob_get_length (php_oci_descriptor *descriptor, ub4 *length)
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               215 ext/oci8/oci8_lob.c 	ub4 chunk_size;
ub4               243 ext/oci8/oci8_lob.c int php_oci_lob_read (php_oci_descriptor *descriptor, zend_long read_length, zend_long initial_offset, char **data, ub4 *data_len)
ub4               246 ext/oci8/oci8_lob.c 	ub4 length = 0;
ub4               281 ext/oci8/oci8_lob.c 	if ((ub4) requested_len > (length - (ub4) initial_offset)) {
ub4               327 ext/oci8/oci8_lob.c 	ctx.alloc_len = ((ub4) requested_len + 1) * bytes_per_char;
ub4               403 ext/oci8/oci8_lob.c int php_oci_lob_write (php_oci_descriptor *descriptor, ub4 offset, char *data, int data_len, ub4 *bytes_written)
ub4               407 ext/oci8/oci8_lob.c 	ub4 lob_length;
ub4               428 ext/oci8/oci8_lob.c 				(ub4 *)&data_len,
ub4               429 ext/oci8/oci8_lob.c 				(ub4) offset + 1,
ub4               431 ext/oci8/oci8_lob.c 				(ub4) data_len,
ub4               514 ext/oci8/oci8_lob.c 	ub4 length_dest, length_from, copy_len;
ub4               528 ext/oci8/oci8_lob.c 		copy_len = (ub4) length;
ub4               645 ext/oci8/oci8_lob.c 	PHP_OCI_CALL_RETURN(errstatus, OCILobFlushBuffer, (connection->svc, connection->err, lob, (ub4) flush_flag));
ub4               712 ext/oci8/oci8_lob.c 	ub4 loblen;
ub4               716 ext/oci8/oci8_lob.c 	ub4 offset = 1;
ub4               775 ext/oci8/oci8_lob.c 	ub4 dest_len, from_len;
ub4               808 ext/oci8/oci8_lob.c 	ub4 lob_length;
ub4               829 ext/oci8/oci8_lob.c 	PHP_OCI_CALL_RETURN(errstatus, OCILobTrim, (connection->svc, connection->err, lob, (ub4) new_lob_length));
ub4               837 ext/oci8/oci8_lob.c 	descriptor->lob_size = (ub4) new_lob_length;
ub4               846 ext/oci8/oci8_lob.c int php_oci_lob_erase (php_oci_descriptor *descriptor, zend_long offset, ub4 length, ub4 *bytes_erased)
ub4               850 ext/oci8/oci8_lob.c 	ub4 lob_length;
ub4               867 ext/oci8/oci8_lob.c 	PHP_OCI_CALL_RETURN(errstatus, OCILobErase, (connection->svc, connection->err, lob, (ub4 *)&length, (ub4) offset+1));
ub4               908 ext/oci8/oci8_lob.c 	ub4 bytes_written = 0;
ub4               113 ext/oci8/oci8_statement.c 		php_oci_statement_set_prefetch(statement, (ub4)OCI_G(default_prefetch));
ub4               115 ext/oci8/oci8_statement.c 		php_oci_statement_set_prefetch(statement, (ub4)100); /* semi-arbitrary, "sensible default" */
ub4               135 ext/oci8/oci8_statement.c 	ub4   rtype;
ub4               187 ext/oci8/oci8_statement.c int php_oci_statement_set_prefetch(php_oci_statement *statement, ub4 prefetch )
ub4               245 ext/oci8/oci8_statement.c int php_oci_statement_fetch(php_oci_statement *statement, ub4 nrows)
ub4               249 ext/oci8/oci8_statement.c 	ub4 typep, iterp, idxp;
ub4               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)
ub4               480 ext/oci8/oci8_statement.c int php_oci_statement_execute(php_oci_statement *statement, ub4 mode)
ub4               485 ext/oci8/oci8_statement.c 	ub4 counter;
ub4               487 ext/oci8/oci8_statement.c 	ub4 iters;
ub4               488 ext/oci8/oci8_statement.c 	ub4 colcount;
ub4               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));
ub4               579 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               608 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               618 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               628 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               671 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              1156 ext/oci8/oci8_statement.c 			bind_data = (ub4 *)&Z_LVAL_P(var);
ub4              1157 ext/oci8/oci8_statement.c 			value_sz = sizeof(ub4);
ub4              1271 ext/oci8/oci8_statement.c 			(ub4)0,							 /* maxarr_len (PL/SQL only?) */
ub4              1272 ext/oci8/oci8_statement.c 			(ub4 *)0,						 /* actual array size (PL/SQL only?) */
ub4              1310 ext/oci8/oci8_statement.c 				 (ub4 *) 0,
ub4              1312 ext/oci8/oci8_statement.c 				 (ub4 *) 0
ub4              1333 ext/oci8/oci8_statement.c 					ub4 iter,		  /* 0-based execute iteration value */
ub4              1334 ext/oci8/oci8_statement.c 					ub4 index,		  /* index of current array for PL/SQL or row index for SQL */
ub4              1336 ext/oci8/oci8_statement.c 					ub4 *alenp,		  /* size after value/piece has been read */
ub4              1359 ext/oci8/oci8_statement.c 		*alenp = (ub4) Z_STRLEN_P(val);
ub4              1392 ext/oci8/oci8_statement.c 					ub4 iter,		   /* 0-based execute iteration value */
ub4              1393 ext/oci8/oci8_statement.c 					ub4 index,		   /* index of current array for PL/SQL or row index for SQL */
ub4              1395 ext/oci8/oci8_statement.c 					ub4 **alenpp,	   /* size after value/piece has been read */
ub4              1461 ext/oci8/oci8_statement.c 		*alenpp = (ub4*) &Z_STRLEN_P(phpbind->zval);
ub4              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));
ub4              1544 ext/oci8/oci8_statement.c int php_oci_statement_get_numrows(php_oci_statement *statement, ub4 *numrows)
ub4              1546 ext/oci8/oci8_statement.c 	ub4 statement_numrows;
ub4              1551 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              1640 ext/oci8/oci8_statement.c 								(ub4) max_table_length,
ub4              1641 ext/oci8/oci8_statement.c 								(ub4 *) &(bind->array.current_length),
ub4              1642 ext/oci8/oci8_statement.c 								(ub4) OCI_DEFAULT
ub4              1686 ext/oci8/oci8_statement.c 	ub4 i;
ub4              1710 ext/oci8/oci8_statement.c 	bind->array.max_length		= (ub4) maxlength;
ub4              1758 ext/oci8/oci8_statement.c 	ub4 i;
ub4              1765 ext/oci8/oci8_statement.c 	bind->array.elements		= (ub4 *)safe_emalloc(max_table_length, sizeof(ub4), 0);
ub4              1768 ext/oci8/oci8_statement.c 	bind->array.max_length		= sizeof(ub4);
ub4              1776 ext/oci8/oci8_statement.c 			bind->array.element_lengths[i] = sizeof(ub4);
ub4              1780 ext/oci8/oci8_statement.c 			((ub4 *)bind->array.elements)[i] = (ub4) Z_LVAL_P(entry);
ub4              1783 ext/oci8/oci8_statement.c 			((ub4 *)bind->array.elements)[i] = 0;
ub4              1797 ext/oci8/oci8_statement.c 	ub4 i;
ub4              1836 ext/oci8/oci8_statement.c 	ub4 i;
ub4              1861 ext/oci8/oci8_statement.c 			PHP_OCI_CALL_RETURN(errstatus, OCIDateFromText, (connection->err, (CONST text *)Z_STRVAL_P(entry), (ub4) Z_STRLEN_P(entry), NULL, 0, NULL, 0, &oci_date));
ub4               178 ext/oci8/php_oci8_int.h 	ub4					 type;					/* descriptor type (FILE/LOB) */
ub4               179 ext/oci8/php_oci8_int.h 	ub4					 lob_current_position;	/* LOB internal pointer */
ub4               182 ext/oci8/php_oci8_int.h 	ub4					 chunk_size;			/* chunk size of the LOB. 0 - unknown */
ub4               192 ext/oci8/php_oci8_int.h 	ub4					*lob_len;				/* address of LOB length variable (bytes) */
ub4               193 ext/oci8/php_oci8_int.h 	ub4					 alloc_len;
ub4               214 ext/oci8/php_oci8_int.h 	ub4			 name_len;		/* placeholder's name length */
ub4               215 ext/oci8/php_oci8_int.h 	ub4			 type;			/* define type */
ub4               224 ext/oci8/php_oci8_int.h 	ub4                  impres_count;          /* count of remaining Implicit Result children on parent statement handle */
ub4               240 ext/oci8/php_oci8_int.h 	ub4                  prefetch_count;        /* current prefetch count */
ub4               256 ext/oci8/php_oci8_int.h 		ub4		 current_length;
ub4               257 ext/oci8/php_oci8_int.h 		ub4		 old_length;
ub4               258 ext/oci8/php_oci8_int.h 		ub4		 max_length;
ub4               263 ext/oci8/php_oci8_int.h 	ub4					 dummy_len;				/* a dummy var to store alenpp value in bind OUT callback */
ub4               273 ext/oci8/php_oci8_int.h 	ub4					 name_len;				/* column name length */
ub4               276 ext/oci8/php_oci8_int.h 	ub4					 storage_size4;			/* size used when allocating buffers */
ub4               280 ext/oci8/php_oci8_int.h 	ub4					 retlen4;
ub4               288 ext/oci8/php_oci8_int.h 	ub4					 cb_retlen;
ub4               293 ext/oci8/php_oci8_int.h 	ub4					 chunk_size;			/* LOB chunk size */
ub4               324 ext/oci8/php_oci8_int.h 		ub4 serverStatus = OCI_SERVER_NORMAL;	  \
ub4               355 ext/oci8/php_oci8_int.h 										  (ub4 *)0, OCI_ATTR_SERVER_STATUS, (connection)->err)); \
ub4               434 ext/oci8/php_oci8_int.h void php_oci_dtrace_check_connection(php_oci_connection *connection, sb4 errcode, ub4 serverStatus);
ub4               441 ext/oci8/php_oci8_int.h int php_oci_lob_get_length(php_oci_descriptor *descriptor, ub4 *length);
ub4               442 ext/oci8/php_oci8_int.h int php_oci_lob_read(php_oci_descriptor *descriptor, zend_long read_length, zend_long inital_offset, char **data, ub4 *data_len);
ub4               443 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);
ub4               455 ext/oci8/php_oci8_int.h int php_oci_lob_erase(php_oci_descriptor *descriptor, zend_long offset, ub4 length, ub4 *bytes_erased);
ub4               487 ext/oci8/php_oci8_int.h int php_oci_statement_set_prefetch(php_oci_statement *statement, ub4 prefetch);
ub4               488 ext/oci8/php_oci8_int.h int php_oci_statement_fetch(php_oci_statement *statement, ub4 nrows);
ub4               490 ext/oci8/php_oci8_int.h int php_oci_statement_execute(php_oci_statement *statement, ub4 mode);
ub4               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);
ub4               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);
ub4               501 ext/oci8/php_oci8_int.h int php_oci_statement_get_numrows(php_oci_statement *statement, ub4 *numrows);
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) /* {{{ */
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               290 ext/pdo_oci/oci_driver.c 		H->last_err = OCIStmtPrepare(S->stmt, H->err, (text*)sql, (ub4) sql_len, OCI_NTV_SYNTAX, OCI_DEFAULT);
ub4               330 ext/pdo_oci/oci_driver.c 	ub4 rowcount;
ub4               335 ext/pdo_oci/oci_driver.c 	H->last_err = OCIStmtPrepare(stmt, H->err, (text*)sql, (ub4) sql_len, OCI_NTV_SYNTAX, OCI_DEFAULT);
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               569 ext/pdo_oci/oci_driver.c 	OCIErrorGet (H->err, (ub4)1, NULL, &error_code, NULL, 0, OCI_HTYPE_ERROR);
ub4               669 ext/pdo_oci/oci_driver.c 			   	dbh->username, (ub4) strlen(dbh->username),
ub4               680 ext/pdo_oci/oci_driver.c 			   	dbh->password, (ub4) strlen(dbh->password),
ub4               728 ext/pdo_oci/oci_driver.c static inline ub4 pdo_oci_sanitize_prefetch(long prefetch) /* {{{ */
ub4               735 ext/pdo_oci/oci_driver.c 	return ((ub4)prefetch);
ub4               133 ext/pdo_oci/oci_statement.c 	ub4 rowcount;
ub4               162 ext/pdo_oci/oci_statement.c 		ub4 colcount;
ub4               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) /* {{{ */
ub4               228 ext/pdo_oci/oci_statement.c 		*alenp = (ub4) Z_STRLEN_P(parameter);
ub4               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) /* {{{ */
ub4               271 ext/pdo_oci/oci_statement.c 	P->actual_len = (ub4) Z_STRLEN_P(parameter);
ub4               351 ext/pdo_oci/oci_statement.c 							&P->bind, S->err, ((ub4)param->paramno)+1,
ub4               368 ext/pdo_oci/oci_statement.c 					ub4 empty = 0;
ub4               405 ext/pdo_oci/oci_statement.c 						ub4 amt, offset = 1;
ub4               419 ext/pdo_oci/oci_statement.c 									amt = (ub4) n;
ub4               421 ext/pdo_oci/oci_statement.c 											&amt, offset, consume, (ub4) n,
ub4               438 ext/pdo_oci/oci_statement.c 									amt = (ub4) n;
ub4               440 ext/pdo_oci/oci_statement.c 											&amt, offset, consume, (ub4) n,
ub4               465 ext/pdo_oci/oci_statement.c 	ub4 ociori;
ub4               502 ext/pdo_oci/oci_statement.c static sb4 oci_define_callback(dvoid *octxp, OCIDefine *define, ub4 iter, dvoid **bufpp,
ub4               503 ext/pdo_oci/oci_statement.c 		ub4 **alenpp, ub1 *piecep, dvoid **indpp, ub2 **rcodepp)
ub4               531 ext/pdo_oci/oci_statement.c 	ub4 namelen;
ub4               603 ext/pdo_oci/oci_statement.c 				S->cols[colno].datalen = (ub4) col->maxlen;
ub4               639 ext/pdo_oci/oci_statement.c 	ub4 offset;
ub4               645 ext/pdo_oci/oci_statement.c 	ub4 amt;
ub4               648 ext/pdo_oci/oci_statement.c 	amt = (ub4) count;
ub4               650 ext/pdo_oci/oci_statement.c 		&amt, self->offset, (char*)buf, (ub4) count,
ub4               665 ext/pdo_oci/oci_statement.c 	ub4 amt;
ub4               668 ext/pdo_oci/oci_statement.c 	amt = (ub4) count;
ub4               670 ext/pdo_oci/oci_statement.c 		&amt, self->offset, buf, (ub4) count,
ub4               717 ext/pdo_oci/oci_statement.c 		self->offset = (ub4) offset + 1;  /* Oracle LOBS are 1-based, but PHP is 0-based */
ub4                67 ext/pdo_oci/pdo_oci.c const ub4 PDO_OCI_INIT_MODE =
ub4                38 ext/pdo_oci/php_pdo_oci_int.h 	ub4			prefetch;
ub4                55 ext/pdo_oci/php_pdo_oci_int.h 	ub4 datalen;
ub4                67 ext/pdo_oci/php_pdo_oci_int.h 	ub4			exec_type;
ub4                79 ext/pdo_oci/php_pdo_oci_int.h 	ub4			actual_len;
ub4                86 ext/pdo_oci/php_pdo_oci_int.h extern const ub4 PDO_OCI_INIT_MODE;
ub4                90 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);