Home
last modified time | relevance | path

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

/PHP-7.4/ext/com_dotnet/
H A Dcom_com.c48 COAUTHINFO authinfo = { in PHP_FUNCTION() local
163 info.pAuthInfo = &authinfo; in PHP_FUNCTION()
/PHP-7.4/ext/oci8/
H A Doci8.c2225 if (connection->authinfo) { in php_oci_connection_close()
2226 PHP_OCI_CALL(OCIHandleFree, ((dvoid *) connection->authinfo, (ub4) OCI_HTYPE_AUTHINFO)); in php_oci_connection_close()
3251 if (!connection->authinfo) { in php_oci_create_session()
3252 …I_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->authinfo), OCI_HTYPE_AUTHI… in php_oci_create_session()
3261 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->authinfo,(ub4) OCI_HTYPE_SE… in php_oci_create_session()
3273 …PHP_OCI_CALL_RETURN(OCI_G(errcode),OCIAttrSet, ((dvoid *) connection->authinfo,(ub4) OCI_HTYPE_AUT… in php_oci_create_session()
3303 …ection->env, OCI_G(err), &(connection->svc), (OCIAuthInfo *)connection->authinfo, (OraText *)actua… in php_oci_create_session()
H A Dphp_oci8_int.h146 OCIAuthInfo *authinfo; /* Cached authinfo handle for OCISessionGet */ member

Completed in 18 milliseconds