Home
last modified time | relevance | path

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

/PHP-8.0/ext/oci8/
H A Dphp_oci8_int.h96 #define PHP_OCI_ERRBUF_LEN OCI_ERROR_MAXMSG_SIZE2 macro
98 #define PHP_OCI_ERRBUF_LEN OCI_ERROR_MAXMSG_SIZE macro
H A Doci8.c178 …text tmp_buf[PHP_OCI_ERRBUF_LEN]; /* Use traditional smaller size: non-PL/SQL errors should fit … in PHP_INI_END()
189 …&& OCIErrorGet(OCI_G(env), (ub4)1, NULL, &ora_error_code, tmp_buf, (ub4)PHP_OCI_ERRBUF_LEN, (ub4)O… in PHP_INI_END()
218 …OCIErrorGet(OCI_G(env), (ub4)1, NULL, &ora_error_code, tmp_buf, (ub4)PHP_OCI_ERRBUF_LEN, (ub4)OCI_… in PHP_INI_END()
750 text errbuf[PHP_OCI_ERRBUF_LEN]; in php_oci_error()
1350 text tmp_buf[PHP_OCI_ERRBUF_LEN]; in php_oci_connection_ping()
1353 …OCIErrorGet(OCI_G(err), (ub4)1, NULL, &error_code, tmp_buf, (ub4)PHP_OCI_ERRBUF_LEN, (ub4)OCI_HTYP… in php_oci_connection_ping()
2204 …text ora_msg_buf[PHP_OCI_ERRBUF_LEN]; /* Use traditional smaller size: non-PL/SQL errors should … in php_oci_create_env()
2212 …&& 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 Doci8_interface.c1503 text errbuf[PHP_OCI_ERRBUF_LEN]; in PHP_FUNCTION()

Completed in 35 milliseconds