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

  /external/libevent/
evrpc-internal.h 137 struct evrpc_hook_meta *hook_meta; member in struct:evrpc_req_generic
168 struct evrpc_hook_meta *hook_meta; member in struct:evrpc_request_wrapper
evrpc.c 304 evrpc_hook_associate_meta(&rpc_state->hook_meta, req->evcon);
389 if (rpc_state->hook_meta != NULL)
390 evrpc_hook_context_free(rpc_state->hook_meta);
430 evrpc_hook_associate_meta(&rpc_state->hook_meta, req->evcon);
533 if (request->hook_meta != NULL)
534 evrpc_hook_context_free(request->hook_meta);
683 evrpc_hook_associate_meta(&ctx->hook_meta, connection);
840 ctx->hook_meta = NULL;
880 evrpc_hook_associate_meta(&ctx->hook_meta, ctx->evcon);
1039 if ((store = req->hook_meta) == NULL
    [all...]
  /external/libevent/include/event2/
rpc.h 174 struct evrpc_hook_meta *hook_meta; \

Completed in 41 milliseconds