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

  /external/chromium/third_party/libevent/
evrpc-internal.h 83 TAILQ_HEAD(evrpc_requestq, evrpc_request_wrapper) requests;
evrpc.h 186 struct evrpc_request_wrapper *ctx; \
187 ctx = (struct evrpc_request_wrapper *) \
188 malloc(sizeof(struct evrpc_request_wrapper)); \
340 struct evrpc_request_wrapper { struct
341 TAILQ_ENTRY(evrpc_request_wrapper) next;
390 int evrpc_make_request(struct evrpc_request_wrapper *);
evrpc.c 380 struct evrpc_request_wrapper *ctx);
402 evrpc_request_wrapper_free(struct evrpc_request_wrapper *request)
412 struct evrpc_request_wrapper *request;
467 struct evrpc_request_wrapper *request =
509 struct evrpc_request_wrapper *ctx)
563 evrpc_make_request(struct evrpc_request_wrapper *ctx)
589 struct evrpc_request_wrapper *ctx = arg;
636 struct evrpc_request_wrapper *ctx = TAILQ_FIRST(&pool->requests);
652 struct evrpc_request_wrapper *ctx = arg;

Completed in 30 milliseconds