Home
last modified time | relevance | path

Searched refs:errh (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/ext/oci8/
H A Doci8_interface.c1505 dvoid *errh = NULL; in PHP_FUNCTION() local
1517 errh = statement->err; in PHP_FUNCTION()
1528 errh = connection->err; in PHP_FUNCTION()
1535 errh = connection->err; in PHP_FUNCTION()
1540 errh = OCI_G(err); in PHP_FUNCTION()
1549 if (!errh) { in PHP_FUNCTION()
1554 errcode = php_oci_fetch_errmsg(errh, errbuf, sizeof(errbuf)); in PHP_FUNCTION()
H A Doci8.c119 static sword php_oci_ping_init(php_oci_connection *connection, OCIError *errh);
2636 static sword php_oci_ping_init(php_oci_connection *connection, OCIError *errh) in php_oci_ping_init() argument
2640 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIContextGetValue, (connection->session, errh, (ub1 *)"NEXT_P… in php_oci_ping_init()
2647 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIMemoryAlloc, (connection->session, errh, (void **)&next_pin… in php_oci_ping_init()
2661 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIContextSetValue, (connection->session, errh, OCI_DURATION_S… in php_oci_ping_init()
2663 OCIMemoryFree(connection->session, errh, next_pingp); in php_oci_ping_init()

Completed in 14 milliseconds