Searched refs:evrpc_status (Results 1 – 5 of 5) sorted by relevance
/external/libevent/include/event2/ |
D | rpc.h | 158 struct evrpc_status; 183 void (*)(struct evrpc_status *, \ 196 void (*cb)(struct evrpc_status *, void *, void *, void *), 220 (void (*)(struct evrpc_status *, void *, void *, void *))cb, \ 236 void (*cb)(struct evrpc_status *, \ 240 (void (*)(struct evrpc_status *, void *, void *, void *))cb, \ 357 struct evrpc_status; 561 void (*cb)(struct evrpc_status *, void *, void *, void *), 589 void (*cb)(struct evrpc_status*, void *request, void *reply, void *arg),
|
D | rpc_struct.h | 44 struct evrpc_status { struct
|
/external/libevent/ |
D | evrpc.c | 663 struct evrpc_status status; in evrpc_schedule_request() 723 struct evrpc_status status; in evrpc_schedule_request_closure() 828 void (*cb)(struct evrpc_status *, void *, void *, void *), in evrpc_make_request_ctx() argument 918 struct evrpc_status status; in evrpc_reply_done_closure() 1081 void (*cb)(struct evrpc_status *, void *, void *, void *), in evrpc_send_request_generic() argument 1088 struct evrpc_status status; in evrpc_send_request_generic() 1166 void (*cb)(struct evrpc_status*, void *request, void *reply, void *arg), in evrpc_request_set_cb() argument
|
D | evrpc-internal.h | 189 void (*cb)(struct evrpc_status*, void *request, void *reply, void *arg);
|
/external/libevent/test/ |
D | regress_rpc.c | 326 GotKillCb(struct evrpc_status *status, in GotKillCb() 365 GotKillCbTwo(struct evrpc_status *status, in GotKillCbTwo() 581 GotErrorCb(struct evrpc_status *status, in GotErrorCb()
|