HomeSort by relevance Sort by last modified time
    Searched refs:delete_sec_context (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/net/http/
http_auth_gssapi_posix.h 88 virtual OM_uint32 delete_sec_context(
159 virtual OM_uint32 delete_sec_context(
http_auth_gssapi_posix.cc 487 BIND(lib, delete_sec_context);
497 delete_sec_context_ = delete_sec_context;
599 OM_uint32 GSSAPISharedLibrary::delete_sec_context( function in class:net::GSSAPISharedLibrary
645 OM_uint32 major_status = gssapi_lib_->delete_sec_context(
mock_gssapi_library_posix.h 170 virtual OM_uint32 delete_sec_context(
http_auth_gssapi_posix_unittest.cc 173 major_status = mock_library->delete_sec_context(&minor_status,
mock_gssapi_library_posix.cc 426 OM_uint32 MockGSSAPILibrary::delete_sec_context( function in class:net::test::MockGSSAPILibrary

Completed in 59 milliseconds