Home
last modified time | relevance | path

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

/PHP-7.4/ext/oci8/
H A Dphp_oci8_int.h425 int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset);
H A Doci8_interface.c1719 ub2 error_offset = 0; in PHP_FUNCTION() local
1733 if (php_oci_fetch_sqltext_offset(statement, &sqltext, &error_offset)) { in PHP_FUNCTION()
1774 add_assoc_long(return_value, "offset", error_offset); in PHP_FUNCTION()
H A Doci8.c1595 int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset) in php_oci_fetch_sqltext_offset() argument
1600 *error_offset = 0; in php_oci_fetch_sqltext_offset()
1609 …status, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (ub2 *)error_offset, (ub4 *)0, OCI_… in php_oci_fetch_sqltext_offset()

Completed in 24 milliseconds