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

  /external/mdnsresponder/mDNSShared/
dnsextd.conf 7 // on port 53, and forward them on as appropriate to BIND on localhost:5030.
17 // tell BIND to accept packets from localhost:5030, like this:
21 // You also need a "zone" statement in /etc/named.conf to tell BIND the update
  /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-environment-liveness.cc 135 ASSERT(marker->kind() == HEnvironmentMarker::BIND);
224 // Only collect bind/lookup instructions during the first pass.
238 // Finally, remove the HEnvironment{Bind,Lookup} markers.
hydrogen.h 572 void Bind(Variable* variable, HValue* value) {
573 Bind(IndexFor(variable), value);
576 void Bind(int index, HValue* value);
579 Bind(parameter_count(), value);
1841 HEnvironmentMarker* bind = local
    [all...]
hydrogen-instructions.cc 810 stream->Add("%s var[%d]", kind() == BIND ? "bind" : "lookup", index());
    [all...]
hydrogen-instructions.h     [all...]
  /external/srec/config/en.us/dictionary/
c0.6     [all...]

Completed in 89 milliseconds