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

  /external/libevent/include/event2/
rpc_struct.h 66 void *(*request_new)(void *); member in struct:evrpc
  /external/libevent/
evdns.c 404 static struct request *request_new(struct evdns_base *base, struct evdns_request *handle, int type, const char *name, int flags, evdns_callback_type callback, void *ptr);
666 /* it was initialized during request_new / evtimer_assign */
2747 request_new(struct evdns_base *base, struct evdns_request *handle, int type, function
    [all...]
evrpc.c 352 rpc_state->request = rpc->request_new(rpc->request_new_arg);
1119 rpc->request_new = req_new;

Completed in 91 milliseconds