ub2 139 ext/oci8/oci8.c static OCIEnv *php_oci_create_env(ub2 charsetid TSRMLS_DC); ub2 1726 ext/oci8/oci8.c int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset TSRMLS_DC) ub2 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)); ub2 1812 ext/oci8/oci8.c ub2 charsetid = 0; ub2 1813 ext/oci8/oci8.c ub2 charsetid_nls_lang = 0; ub2 3037 ext/oci8/oci8.c static OCIEnv *php_oci_create_env(ub2 charsetid TSRMLS_DC) ub2 802 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCIObjectFree, (connection->env, connection->err, (dvoid *)collection->collection, (ub2)OCI_OBJECTFREE_FORCE)); ub2 100 ext/oci8/oci8_interface.c ub2 bind_type = SQLT_CHR; /* unterminated string */ ub2 113 ext/oci8/oci8_interface.c bind_type = (ub2) type; ub2 1611 ext/oci8/oci8_interface.c ub2 error_offset = 0; ub2 2091 ext/oci8/oci8_interface.c ub2 type; ub2 301 ext/oci8/oci8_lob.c ub2 charset_id = 0; ub2 356 ext/oci8/oci8_lob.c (ub2) descriptor->charset_id, /* The character set ID of the buffer data. */ ub2 436 ext/oci8/oci8_lob.c (ub2) descriptor->charset_id, ub2 748 ext/oci8/oci8_lob.c (ub2) descriptor->charset_id, ub2 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) ub2 487 ext/oci8/oci8_statement.c ub2 define_type; ub2 490 ext/oci8/oci8_statement.c ub2 dynamic; ub2 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)); 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 1082 ext/oci8/oci8_statement.c int php_oci_bind_by_name(php_oci_statement *statement, char *name, int name_len, zval *var, long maxlength, ub2 type TSRMLS_DC) ub2 1251 ext/oci8/oci8_statement.c (ub2 *)0, /* size array (ignored) */ ub2 1252 ext/oci8/oci8_statement.c (ub2 *)&bindp->retcode, /* return code (ignored) */ ub2 1373 ext/oci8/oci8_statement.c ub2 **rcodepp) /* return code */ ub2 1488 ext/oci8/oci8_statement.c int php_oci_statement_get_type(php_oci_statement *statement, ub2 *type TSRMLS_DC) ub2 1490 ext/oci8/oci8_statement.c ub2 statement_type; ub2 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)); ub2 1611 ext/oci8/oci8_statement.c (ub2)type, ub2 1613 ext/oci8/oci8_statement.c (ub2 *)bind->array.element_lengths, ub2 1614 ext/oci8/oci8_statement.c (ub2 *)0, /* bindp->array.retcodes, */ ub2 1662 ext/oci8/oci8_statement.c bind->array.element_lengths = safe_emalloc(max_table_length, sizeof(ub2), 0); ub2 1663 ext/oci8/oci8_statement.c memset(bind->array.element_lengths, 0, max_table_length*sizeof(ub2)); ub2 1720 ext/oci8/oci8_statement.c bind->array.element_lengths = safe_emalloc(max_table_length, sizeof(ub2), 0); ub2 1721 ext/oci8/oci8_statement.c memset(bind->array.element_lengths, 0, max_table_length * sizeof(ub2)); ub2 1759 ext/oci8/oci8_statement.c bind->array.element_lengths = safe_emalloc(max_table_length, sizeof(ub2), 0); ub2 1760 ext/oci8/oci8_statement.c memset(bind->array.element_lengths, 0, max_table_length * sizeof(ub2)); ub2 1799 ext/oci8/oci8_statement.c bind->array.element_lengths = safe_emalloc(max_table_length, sizeof(ub2), 0); ub2 1800 ext/oci8/oci8_statement.c memset(bind->array.element_lengths, 0, max_table_length * sizeof(ub2)); ub2 137 ext/oci8/php_oci8_int.h ub2 charset; /* charset ID */ ub2 177 ext/oci8/php_oci8_int.h ub2 charset_id; /* charset ID */ ub2 232 ext/oci8/php_oci8_int.h ub2 stmttype; /* statement type */ ub2 244 ext/oci8/php_oci8_int.h ub2 type; /* bind type */ ub2 248 ext/oci8/php_oci8_int.h ub2 *element_lengths; ub2 255 ext/oci8/php_oci8_int.h ub2 retcode; ub2 267 ext/oci8/php_oci8_int.h ub2 data_type; /* column data type */ ub2 268 ext/oci8/php_oci8_int.h ub2 data_size; /* data size */ ub2 271 ext/oci8/php_oci8_int.h ub2 retcode; /* code returned when fetching this particular column */ ub2 272 ext/oci8/php_oci8_int.h ub2 retlen; ub2 274 ext/oci8/php_oci8_int.h ub2 is_descr; /* column contains a descriptor */ ub2 275 ext/oci8/php_oci8_int.h ub2 is_cursor; /* column contains a cursor */ ub2 285 ext/oci8/php_oci8_int.h ub2 charset_id; /* charset ID */ ub2 408 ext/oci8/php_oci8_int.h int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset TSRMLS_DC); ub2 480 ext/oci8/php_oci8_int.h int php_oci_bind_by_name(php_oci_statement *statement, char *name, int name_len, zval *var, long maxlength, ub2 type TSRMLS_DC); ub2 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); ub2 485 ext/oci8/php_oci8_int.h int php_oci_statement_get_type(php_oci_statement *statement, ub2 *type TSRMLS_DC); ub2 331 ext/pdo_oci/oci_driver.c ub2 stmt_type; ub2 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) /* {{{ */ ub2 481 ext/pdo_oci/oci_statement.c ub4 **alenpp, ub1 *piecep, dvoid **indpp, ub2 **rcodepp) ub2 509 ext/pdo_oci/oci_statement.c ub2 dtype, data_size, scale, precis; ub2 38 ext/pdo_oci/php_pdo_oci_int.h ub2 charset; ub2 49 ext/pdo_oci/php_pdo_oci_int.h ub2 fetched_len; ub2 50 ext/pdo_oci/php_pdo_oci_int.h ub2 retcode; ub2 56 ext/pdo_oci/php_pdo_oci_int.h ub2 dtype; ub2 65 ext/pdo_oci/php_pdo_oci_int.h ub2 stmt_type; ub2 76 ext/pdo_oci/php_pdo_oci_int.h ub2 retcode;