OCIAuthInfo      2857 ext/oci8/oci8.c 	OCIAuthInfo *spoolAuth = NULL;
OCIAuthInfo      3394 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode),OCISessionGet, (connection->env, OCI_G(err), &(connection->svc), (OCIAuthInfo *)connection->authinfo, (OraText *)actual_spool->poolname, (ub4)actual_spool->poolname_len, NULL, 0, NULL, NULL, NULL, OCI_SESSGET_SPOOL));
OCIAuthInfo       148 ext/oci8/php_oci8_int.h 	OCIAuthInfo	   *authinfo;					/* Cached authinfo handle for OCISessionGet */