Searched defs:evrpc (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/libevent/
H A Devrpc.h34 /** @file evrpc.h
74 struct evrpc { struct
75 TAILQ_ENTRY(evrpc) next;
130 struct evrpc *rpc;
158 struct evrpc* rpc; \
161 struct evrpc* rpc, void *request, void *reply); \
270 * Frees the evrpc base
297 struct evrpc* rpc = (struct evrpc *)calloc(1, sizeof(struct evrpc)); \
[all...]
/external/chromium_org/third_party/libevent/
H A Devrpc.h34 /** @file evrpc.h
74 struct evrpc { struct
75 TAILQ_ENTRY(evrpc) next;
130 struct evrpc *rpc;
158 struct evrpc* rpc; \
161 struct evrpc* rpc, void *request, void *reply); \
270 * Frees the evrpc base
297 struct evrpc* rpc = (struct evrpc *)calloc(1, sizeof(struct evrpc)); \
[all...]

Completed in 120 milliseconds