Searched refs:error_offset (Results 1 – 3 of 3) sorted by relevance
/PHP-5.6/ext/oci8/ |
H A D | php_oci8_int.h | 408 int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset TS…
|
H A D | oci8_interface.c | 1611 ub2 error_offset = 0; local 1624 if (php_oci_fetch_sqltext_offset(statement, &sqltext, &error_offset TSRMLS_CC)) { 1664 add_assoc_long(return_value, "offset", error_offset);
|
H A D | oci8.c | 1726 int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset TS… in php_oci_fetch_sqltext_offset() 1731 *error_offset = 0; in php_oci_fetch_sqltext_offset() 1740 …status, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (ub2 *)error_offset, (ub4 *)0, OCI_… in php_oci_fetch_sqltext_offset()
|
Completed in 22 milliseconds