HomeSort by relevance Sort by last modified time
    Searched defs:cb_arg (Results 1 - 8 of 8) sorted by null

  /external/chromium/third_party/libevent/
evhttp.h 230 void *cb_arg; member in struct:evhttp_request
evrpc.h 103 void *cb_arg; member in struct:evrpc
200 ctx->cb_arg = cbarg; \
357 void *cb_arg; member in struct:evrpc_request_wrapper
461 * @param cb_arg an additional argument for the callback
468 void *cb_arg);
http-internal.h 86 void *cb_arg; member in struct:evhttp_connection
http.c 345 evcon->cb_arg = arg;
624 (*req->cb)(req, req->cb_arg);
636 void *cb_arg; local
655 cb_arg = req->cb_arg;
671 (*cb)(NULL, cb_arg);
706 (*evcon->cb)(evcon, evcon->cb_arg);
763 (*req->cb)(req, req->cb_arg);
829 (*req->chunk_cb)(req, req->cb_arg);
1191 request->cb(request, request->cb_arg);
    [all...]
  /external/openssl/ssl/
ssltest.c 2244 struct app_verify_arg *cb_arg = arg; local
    [all...]
  /external/openssl/crypto/bio/
bio.h 315 char *cb_arg; /* first argument for the callback */ member in struct:bio_st
    [all...]
  /external/openssl/include/openssl/
bio.h 315 char *cb_arg; /* first argument for the callback */ member in struct:bio_st
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 790 void *cb_arg; /* arg to completion callback function */ member in struct:wl_rm_req
    [all...]

Completed in 306 milliseconds