Searched defs:phContext (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/http/
H A Dmock_sspi_library_win.cc36 PCtxtHandle phContext,
55 if (phNewContext != phContext)
81 SECURITY_STATUS MockSSPILibrary::DeleteSecurityContext(PCtxtHandle phContext) { argument
82 EXPECT_TRUE(phContext->dwLower == ((ULONG_PTR) ((INT_PTR) 0)));
83 EXPECT_TRUE(phContext->dwUpper == ((ULONG_PTR) ((INT_PTR) 0)));
84 SecInvalidateHandle(phContext);
34 InitializeSecurityContext( PCredHandle phCredential, PCtxtHandle phContext, SEC_WCHAR* pszTargetName, unsigned long fContextReq, unsigned long Reserved1, unsigned long TargetDataRep, PSecBufferDesc pInput, unsigned long Reserved2, PCtxtHandle phNewContext, PSecBufferDesc pOutput, unsigned long* contextAttr, PTimeStamp ptsExpiry) argument
H A Dhttp_auth_sspi_win.h48 PCtxtHandle phContext,
65 virtual SECURITY_STATUS DeleteSecurityContext(PCtxtHandle phContext) = 0;
91 PCtxtHandle phContext,
102 return ::InitializeSecurityContext(phCredential, phContext, pszTargetName,
117 virtual SECURITY_STATUS DeleteSecurityContext(PCtxtHandle phContext) { argument
118 return ::DeleteSecurityContext(phContext);
90 InitializeSecurityContext(PCredHandle phCredential, PCtxtHandle phContext, SEC_WCHAR* pszTargetName, unsigned long fContextReq, unsigned long Reserved1, unsigned long TargetDataRep, PSecBufferDesc pInput, unsigned long Reserved2, PCtxtHandle phNewContext, PSecBufferDesc pOutput, unsigned long* contextAttr, PTimeStamp ptsExpiry) argument

Completed in 123 milliseconds