HomeSort by relevance Sort by last modified time
    Searched refs:BIND (Results 1 - 11 of 11) 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/ppapi/shared_impl/
ppb_tcp_socket_shared.h 32 enum TransitionType { NONE, BIND, CONNECT, SSL_CONNECT, LISTEN, CLOSE };
ppb_tcp_socket_shared.cc 28 case BIND:
61 case BIND:
  /external/chromium_org/net/http/
http_auth_gssapi_posix.cc 456 // Only return this library if we can bind the functions we need.
467 #define BIND(lib, x) \
472 LOG(WARNING) << "Unable to bind function \"" << "gss_" #x << "\""; \
476 #define BIND(lib, x) gss_##x##_type x = gss_##x
480 BIND(lib, import_name);
481 BIND(lib, release_name);
482 BIND(lib, release_buffer);
483 BIND(lib, display_name);
484 BIND(lib, display_status);
485 BIND(lib, init_sec_context)
    [all...]
  /external/chromium_org/ppapi/proxy/
tcp_socket_resource_base.cc 9 #include "base/bind.h"
75 if (state_.IsPending(TCPSocketState::BIND))
77 if (!state_.IsValidTransition(TCPSocketState::BIND))
81 state_.SetPendingTransition(TCPSocketState::BIND);
86 base::Bind(&TCPSocketResourceBase::OnPluginMsgBindReply,
109 base::Bind(&TCPSocketResourceBase::OnPluginMsgConnectReply,
131 base::Bind(&TCPSocketResourceBase::OnPluginMsgConnectReply,
177 base::Bind(&TCPSocketResourceBase::OnPluginMsgSSLHandshakeReply,
220 base::Bind(&TCPSocketResourceBase::OnPluginMsgReadReply,
247 base::Bind(&TCPSocketResourceBase::OnPluginMsgWriteReply
    [all...]
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_tcp_socket_message_filter.cc 9 #include "base/bind.h"
189 base::Bind(&PepperTCPSocketMessageFilter::DoBind,
228 base::Bind(&PepperTCPSocketMessageFilter::DoConnect,
256 base::Bind(&PepperTCPSocketMessageFilter::DoConnectWithNetAddress,
309 base::Bind(&PepperTCPSocketMessageFilter::OnSSLHandshakeCompleted,
340 base::Bind(&PepperTCPSocketMessageFilter::OnReadCompleted,
348 base::Bind(&PepperTCPSocketMessageFilter::OnReadCompleted,
405 base::Bind(&PepperTCPSocketMessageFilter::DoListen,
427 base::Bind(&PepperTCPSocketMessageFilter::OnAcceptCompleted,
501 if (state_.IsPending(TCPSocketState::BIND)) {
    [all...]
  /external/chromium_org/v8/src/
hydrogen-environment-liveness.cc 112 DCHECK(marker->kind() == HEnvironmentMarker::BIND);
201 // Only collect bind/lookup instructions during the first pass.
215 // Finally, remove the HEnvironment{Bind,Lookup} markers.
hydrogen.h 594 void Bind(Variable* variable, HValue* value) {
595 Bind(IndexFor(variable), value);
598 void Bind(int index, HValue* value);
601 Bind(parameter_count(), value);
2250 HEnvironmentMarker* bind = local
    [all...]
hydrogen-instructions.cc 925 return os << (kind() == BIND ? "bind" : "lookup") << " var[" << index()
    [all...]
hydrogen-instructions.h     [all...]
  /external/srec/config/en.us/dictionary/
c0.6     [all...]

Completed in 322 milliseconds