errh              144 ext/oci8/oci8.c static sword php_oci_ping_init(php_oci_connection *connection, OCIError *errh TSRMLS_DC);
errh             3464 ext/oci8/oci8.c static sword php_oci_ping_init(php_oci_connection *connection, OCIError *errh TSRMLS_DC)
errh             3468 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             3475 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             3489 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             3491 ext/oci8/oci8.c 		OCIMemoryFree(connection->session, errh, next_pingp);
errh             1610 ext/oci8/oci8_interface.c 	dvoid *errh = NULL;
errh             1621 ext/oci8/oci8_interface.c 			errh = statement->err;
errh             1632 ext/oci8/oci8_interface.c 			errh = connection->err;
errh             1639 ext/oci8/oci8_interface.c 			errh = connection->err;
errh             1644 ext/oci8/oci8_interface.c 		errh = OCI_G(err);
errh             1653 ext/oci8/oci8_interface.c 	if (!errh) {
errh             1658 ext/oci8/oci8_interface.c 	errcode = php_oci_fetch_errmsg(errh, &errbuf TSRMLS_CC);