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

  /external/chromium_org/sandbox/win/src/
sharedmem_ipc_server.cc 75 // 3) initialize the channel (client_context) with the state.
79 ChannelControl* client_context = &client_control_->channels[ix]; local
85 &client_context->ping_event,
86 &client_context->pong_event)) {
90 client_context->channel_base = base_start;
91 client_context->state = kFreeChannel;
98 service_context->channel = client_context;
100 client_context->channel_base;
  /external/mdnsresponder/mDNSShared/
dnssd_ipc.h 179 client_context_t client_context; // context passed from client, returned by server in corresponding reply variable

Completed in 1191 milliseconds