Home
last modified time | relevance | path

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

/PHP-7.4/ext/oci8/
H A Dphp_oci8_int.h424 sb4 php_oci_fetch_errmsg(OCIError *error_handle, text *error_buf, size_t error_buf_size);
H A Doci8.c1520 errcode = php_oci_fetch_errmsg(err_p, errbuf, sizeof(errbuf)); in php_oci_error()
1531 errcode = php_oci_fetch_errmsg(err_p, errbuf, sizeof(errbuf)); in php_oci_error()
1539 errcode = php_oci_fetch_errmsg(err_p, errbuf, sizeof(errbuf)); in php_oci_error()
1574 sb4 php_oci_fetch_errmsg(OCIError *error_handle, text *error_buf, size_t error_buf_size) in php_oci_fetch_errmsg() function
H A Doci8_interface.c1767 errcode = php_oci_fetch_errmsg(errh, errbuf, sizeof(errbuf)); in PHP_FUNCTION()

Completed in 31 milliseconds