Searched refs:PHP_OCI_ERRBUF_LEN (Results 1 – 3 of 3) sorted by relevance
/PHP-8.2/ext/oci8/ |
H A D | oci8.c | 196 …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 D | php_oci8_int.h | 100 #define PHP_OCI_ERRBUF_LEN OCI_ERROR_MAXMSG_SIZE2 macro 102 #define PHP_OCI_ERRBUF_LEN OCI_ERROR_MAXMSG_SIZE macro
|
H A D | oci8_interface.c | 1503 text errbuf[PHP_OCI_ERRBUF_LEN]; in PHP_FUNCTION()
|
Completed in 24 milliseconds