Searched refs:errh (Results 1 – 2 of 2) sorted by relevance
/PHP-8.1/ext/oci8/ |
H A D | oci8_interface.c | 1505 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 D | oci8.c | 119 static sword php_oci_ping_init(php_oci_connection *connection, OCIError *errh); 2642 static sword php_oci_ping_init(php_oci_connection *connection, OCIError *errh) in php_oci_ping_init() argument 2646 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIContextGetValue, (connection->session, errh, (ub1 *)"NEXT_P… in php_oci_ping_init() 2653 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIMemoryAlloc, (connection->session, errh, (void **)&next_pin… in php_oci_ping_init() 2667 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIContextSetValue, (connection->session, errh, OCI_DURATION_S… in php_oci_ping_init() 2669 OCIMemoryFree(connection->session, errh, next_pingp); in php_oci_ping_init()
|
Completed in 16 milliseconds