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

  /external/chromium/net/http/
http_auth_gssapi_posix.h 83 virtual OM_uint32 delete_sec_context(
154 virtual OM_uint32 delete_sec_context(
http_auth_gssapi_posix.cc 485 BIND(lib, delete_sec_context);
495 delete_sec_context_ = delete_sec_context;
597 OM_uint32 GSSAPISharedLibrary::delete_sec_context( function in class:net::GSSAPISharedLibrary
643 OM_uint32 major_status = gssapi_lib_->delete_sec_context(
mock_gssapi_library_posix.h 164 virtual OM_uint32 delete_sec_context(
http_auth_gssapi_posix_unittest.cc 169 major_status = mock_library->delete_sec_context(&minor_status,
mock_gssapi_library_posix.cc 427 OM_uint32 MockGSSAPILibrary::delete_sec_context( function in class:net::test::MockGSSAPILibrary

Completed in 109 milliseconds