OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DeleteSecurityContext
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/http/
mock_sspi_library_win.cc
81
SECURITY_STATUS MockSSPILibrary::
DeleteSecurityContext
(PCtxtHandle phContext) {
http_auth_sspi_win.h
63
virtual SECURITY_STATUS
DeleteSecurityContext
(PCtxtHandle phContext) = 0;
115
virtual SECURITY_STATUS
DeleteSecurityContext
(PCtxtHandle phContext) {
116
return ::
DeleteSecurityContext
(phContext);
Completed in 38 milliseconds