Searched refs:evrpc_status (Results 1 – 3 of 3) sorted by relevance
/external/chromium/third_party/libevent/ |
D | evrpc.h | 116 struct evrpc_status; 160 void (*done)(struct evrpc_status *, \ 165 void (*)(struct evrpc_status *, \ 182 void (*cb)(struct evrpc_status *, \ 185 struct evrpc_status status; \ 198 ctx->cb = (void (*)(struct evrpc_status *, \ 328 struct evrpc_status { struct 356 void (*cb)(struct evrpc_status*, void *request, void *reply, void *arg); argument
|
D | evrpc.c | 513 struct evrpc_status status; in evrpc_schedule_request() 591 struct evrpc_status status; in evrpc_reply_done()
|
/external/chromium/third_party/libevent/test/ |
D | regress_rpc.c | 342 GotKillCb(struct evrpc_status *status, in GotKillCb() 380 GotKillCbTwo(struct evrpc_status *status, in GotKillCbTwo() 556 GotErrorCb(struct evrpc_status *status, in GotErrorCb()
|