Home
last modified time | relevance | path

Searched refs:evrpc_status (Results 1 – 4 of 4) sorted by relevance

/external/libevent/include/event2/
Drpc.h158 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),
Drpc_struct.h44 struct evrpc_status { struct
/external/libevent/
Devrpc.c666 struct evrpc_status status; in evrpc_schedule_request()
726 struct evrpc_status status; in evrpc_schedule_request_closure()
831 void (*cb)(struct evrpc_status *, void *, void *, void *), in evrpc_make_request_ctx() argument
921 struct evrpc_status status; in evrpc_reply_done_closure()
1084 void (*cb)(struct evrpc_status *, void *, void *, void *), in evrpc_send_request_generic() argument
1091 struct evrpc_status status; in evrpc_send_request_generic()
1169 void (*cb)(struct evrpc_status*, void *request, void *reply, void *arg), in evrpc_request_set_cb() argument
Devrpc-internal.h188 void (*cb)(struct evrpc_status*, void *request, void *reply, void *arg);