Searched refs:authinfo (Results 1 – 3 of 3) sorted by relevance
/PHP-5.6/ext/com_dotnet/ |
H A D | com_com.c | 50 COAUTHINFO authinfo = { in PHP_FUNCTION() local 150 info.pAuthInfo = &authinfo; in PHP_FUNCTION()
|
/PHP-5.6/ext/oci8/ |
H A D | oci8.c | 2336 if (connection->authinfo) { in php_oci_connection_close() 2337 PHP_OCI_CALL(OCIHandleFree, ((dvoid *) connection->authinfo, (ub4) OCI_HTYPE_AUTHINFO)); in php_oci_connection_close() 3299 if (!connection->authinfo) { in php_oci_create_session() 3300 …I_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->authinfo), OCI_HTYPE_AUTHI… in php_oci_create_session() 3309 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->authinfo,(ub4) OCI_HTYPE_SE… in php_oci_create_session() 3321 …PHP_OCI_CALL_RETURN(OCI_G(errcode),OCIAttrSet, ((dvoid *) connection->authinfo,(ub4) OCI_HTYPE_AUT… in php_oci_create_session() 3351 …ection->env, OCI_G(err), &(connection->svc), (OCIAuthInfo *)connection->authinfo, (OraText *)actua… in php_oci_create_session()
|
H A D | php_oci8_int.h | 141 OCIAuthInfo *authinfo; /* Cached authinfo handle for OCISessionGet */ member
|
Completed in 28 milliseconds