Home
last modified time | relevance | path

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

/PHP-8.3/ext/oci8/
H A Doci8.c196 …text tmp_buf[PHP_OCI_ERRBUF_LEN]; /* Use traditional smaller size: non-PL/SQL errors should fit … in PHP_INI_END()
207 …&& OCIErrorGet(OCI_G(env), (ub4)1, NULL, &ora_error_code, tmp_buf, (ub4)PHP_OCI_ERRBUF_LEN, (ub4)O… in PHP_INI_END()
220 …OCIErrorGet(OCI_G(env), (ub4)1, NULL, &ora_error_code, tmp_buf, (ub4)PHP_OCI_ERRBUF_LEN, (ub4)OCI_… in PHP_INI_END()
634 text errbuf[PHP_OCI_ERRBUF_LEN]; in php_oci_error()
1223 text tmp_buf[PHP_OCI_ERRBUF_LEN]; in php_oci_connection_ping()
1226 …OCIErrorGet(OCI_G(err), (ub4)1, NULL, &error_code, tmp_buf, (ub4)PHP_OCI_ERRBUF_LEN, (ub4)OCI_HTYP… in php_oci_connection_ping()
2056 …text ora_msg_buf[PHP_OCI_ERRBUF_LEN]; /* Use traditional smaller size: non-PL/SQL errors should … in php_oci_create_env()
2064 …&& OCIErrorGet(retenv, (ub4)1, NULL, &ora_error_code, ora_msg_buf, (ub4)PHP_OCI_ERRBUF_LEN, (ub4)O… in php_oci_create_env()
H A Dphp_oci8_int.h102 #define PHP_OCI_ERRBUF_LEN OCI_ERROR_MAXMSG_SIZE2 macro
104 #define PHP_OCI_ERRBUF_LEN OCI_ERROR_MAXMSG_SIZE macro
H A Doci8_interface.c1503 text errbuf[PHP_OCI_ERRBUF_LEN]; in PHP_FUNCTION()

Completed in 27 milliseconds