Home
last modified time | relevance | path

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

/PHP-5.5/ext/oci8/
H A Doci8_interface.c1629 ub2 error_offset = 0; local
1643 if (php_oci_fetch_sqltext_offset(statement, &sqltext, &error_offset TSRMLS_CC)) {
1683 add_assoc_long(return_value, "offset", error_offset);
H A Doci8.c1699 int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset TS… in php_oci_fetch_sqltext_offset()
1704 *error_offset = 0; in php_oci_fetch_sqltext_offset()
1713 …status, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (ub2 *)error_offset, (ub4 *)0, OCI_… in php_oci_fetch_sqltext_offset()

Completed in 22 milliseconds