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 93 // 3) initialize the channel (client_context) with the state.
97 ChannelControl* client_context = &client_control_->channels[ix]; local
103 &client_context->ping_event,
104 &client_context->pong_event)) {
108 client_context->channel_base = base_start;
109 client_context->state = kFreeChannel;
116 service_context->channel = client_context;
118 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 617 milliseconds