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

  /external/chromium/net/http/
http_auth_gssapi_posix.cc 391 gssapi_library_(NULL),
404 if (gssapi_library_) {
405 base::UnloadNativeLibrary(gssapi_library_);
406 gssapi_library_ = NULL;
418 gssapi_library_ = LoadSharedLibrary();
419 if (gssapi_library_ == NULL)
http_auth_gssapi_posix.h 183 base::NativeLibrary gssapi_library_; member in class:net::GSSAPISharedLibrary

Completed in 357 milliseconds