Home
last modified time | relevance | path

Searched refs:authinfo (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/com_dotnet/
H A Dcom_com.c50 COAUTHINFO authinfo = { in PHP_FUNCTION() local
150 info.pAuthInfo = &authinfo; in PHP_FUNCTION()
/PHP-5.5/ext/oci8/
H A Doci8.c2290 if (connection->authinfo) { in php_oci_connection_close()
2291 PHP_OCI_CALL(OCIHandleFree, ((dvoid *) connection->authinfo, (ub4) OCI_HTYPE_AUTHINFO)); in php_oci_connection_close()
3163 if (!connection->authinfo) { in php_oci_create_session()
3164 …I_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->authinfo), OCI_HTYPE_AUTHI… in php_oci_create_session()
3173 …PHP_OCI_CALL_RETURN(OCI_G(errcode),OCIAttrSet, ((dvoid *) connection->authinfo,(ub4) OCI_HTYPE_SES… in php_oci_create_session()
3185 …PHP_OCI_CALL_RETURN(OCI_G(errcode),OCIAttrSet, ((dvoid *) connection->authinfo,(ub4) OCI_HTYPE_AUT… in php_oci_create_session()
3211 …ection->env, OCI_G(err), &(connection->svc), (OCIAuthInfo *)connection->authinfo, (OraText *)actua… in php_oci_create_session()
H A Dphp_oci8_int.h127 OCIAuthInfo *authinfo; /* Cached authinfo handle for OCISessionGet */ member

Completed in 24 milliseconds