Home
last modified time | relevance | path

Searched refs:error_offset (Results 1 – 3 of 3) sorted by relevance

/PHP-5.6/ext/oci8/
H A Dphp_oci8_int.h408 int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset TS…
H A Doci8_interface.c1611 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 Doci8.c1726 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