HomeSort by relevance Sort by last modified time
    Searched defs:BIND (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/http/
http_auth_gssapi_posix.cc 455 // Only return this library if we can bind the functions we need.
466 #define BIND(lib, x) \
471 LOG(WARNING) << "Unable to bind function \"" << "gss_" #x << "\""; \
475 #define BIND(lib, x) gss_##x##_type x = gss_##x
479 BIND(lib, import_name);
480 BIND(lib, release_name);
481 BIND(lib, release_buffer);
482 BIND(lib, display_name);
483 BIND(lib, display_status);
484 BIND(lib, init_sec_context)
    [all...]
  /external/chromium/net/http/
http_auth_gssapi_posix.cc 457 // Only return this library if we can bind the functions we need.
467 #define BIND(lib, x) \
471 LOG(WARNING) << "Unable to bind function \"" << "gss_" #x << "\""; \
478 BIND(lib, import_name);
479 BIND(lib, release_name);
480 BIND(lib, release_buffer);
481 BIND(lib, display_name);
482 BIND(lib, display_status);
483 BIND(lib, init_sec_context);
484 BIND(lib, wrap_size_limit)
    [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.h     [all...]

Completed in 284 milliseconds