Home
last modified time | relevance | path

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

/PHP-7.3/ext/oci8/
H A Dphp_oci8_int.h98 #define PHP_OCI_ERRBUF_LEN OCI_ERROR_MAXMSG_SIZE2 macro
100 #define PHP_OCI_ERRBUF_LEN OCI_ERROR_MAXMSG_SIZE macro
H A Doci8.c936 …text tmp_buf[PHP_OCI_ERRBUF_LEN]; /* Use traditional smaller size: non-PL/SQL errors should fit … in PHP_INI_END()
947 …&& OCIErrorGet(OCI_G(env), (ub4)1, NULL, &ora_error_code, tmp_buf, (ub4)PHP_OCI_ERRBUF_LEN, (ub4)O… in PHP_INI_END()
976 …OCIErrorGet(OCI_G(env), (ub4)1, NULL, &ora_error_code, tmp_buf, (ub4)PHP_OCI_ERRBUF_LEN, (ub4)OCI_… in PHP_INI_END()
1513 text errbuf[PHP_OCI_ERRBUF_LEN]; in php_oci_error()
2121 text tmp_buf[PHP_OCI_ERRBUF_LEN]; in php_oci_connection_ping()
2124 …OCIErrorGet(OCI_G(err), (ub4)1, NULL, &error_code, tmp_buf, (ub4)PHP_OCI_ERRBUF_LEN, (ub4)OCI_HTYP… in php_oci_connection_ping()
2985 …text ora_msg_buf[PHP_OCI_ERRBUF_LEN]; /* Use traditional smaller size: non-PL/SQL errors should … in php_oci_create_env()
2993 …&& 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.c1711 text errbuf[PHP_OCI_ERRBUF_LEN]; in PHP_FUNCTION()

Completed in 45 milliseconds