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

  /external/chromium/third_party/libevent/
evrpc.h 81 void *(*request_new)(void); member in struct:evrpc
247 (rpc)->request_new = (void *(*)(void))request##_new; \
evdns.c 331 static struct request *request_new(int type, const char *name, int flags, evdns_callback_type callback, void *ptr);
2234 request_new(int type, const char *name, int flags, function
    [all...]
evrpc.c 283 rpc_state->request = rpc->request_new();

Completed in 40 milliseconds