errh              138 ext/oci8/oci8.c static sword php_oci_ping_init(php_oci_connection *connection, OCIError *errh);
errh             3508 ext/oci8/oci8.c static sword php_oci_ping_init(php_oci_connection *connection, OCIError *errh)
errh             3512 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIContextGetValue, (connection->session, errh, (ub1 *)"NEXT_PING", (ub1)sizeof("NEXT_PING"), (void **)&next_pingp));
errh             3519 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIMemoryAlloc, (connection->session, errh, (void **)&next_pingp, OCI_DURATION_SESSION, sizeof(time_t), OCI_MEMORY_CLEARED));
errh             3533 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIContextSetValue, (connection->session, errh, OCI_DURATION_SESSION, (ub1 *)"NEXT_PING", (ub1)sizeof("NEXT_PING"), next_pingp));
errh             3535 ext/oci8/oci8.c 		OCIMemoryFree(connection->session, errh, next_pingp);
errh             1637 ext/oci8/oci8_interface.c 	dvoid *errh = NULL;
errh             1648 ext/oci8/oci8_interface.c 			errh = statement->err;
errh             1659 ext/oci8/oci8_interface.c 			errh = connection->err;
errh             1666 ext/oci8/oci8_interface.c 			errh = connection->err;
errh             1671 ext/oci8/oci8_interface.c 		errh = OCI_G(err);
errh             1680 ext/oci8/oci8_interface.c 	if (!errh) {
errh             1685 ext/oci8/oci8_interface.c 	errcode = php_oci_fetch_errmsg(errh, errbuf, sizeof(errbuf));