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

  /external/boringssl/src/decrepit/dh/
dh_decrepit.c 71 void (*callback)(int, int, void *), void *cb_arg) {
88 wrapped.arg = cb_arg;
  /external/boringssl/src/decrepit/dsa/
dsa_decrepit.c 72 void (*callback)(int, int, void *), void *cb_arg) {
89 wrapped.arg = cb_arg;
  /external/libevent/include/event2/
rpc_struct.h 90 void *cb_arg; member in struct:evrpc
http_struct.h 115 void *cb_arg; member in struct:evhttp_request
rpc.h 488 * @param cb_arg an additional argument for the callback
495 void *cb_arg);
562 void *cb_arg,
590 void *cb_arg);
http.h 213 @param cb_arg an additional context argument for the callback
217 void (*cb)(struct evhttp_request *, void *), void *cb_arg);
  /external/openssh/
atomicio.c 53 int (*cb)(void *, size_t), void *cb_arg)
82 if (cb != NULL && cb(cb_arg, (size_t)res) == -1) {
103 int (*cb)(void *, size_t), void *cb_arg)
157 if (cb != NULL && cb(cb_arg, (size_t)res) == -1) {
  /external/boringssl/src/decrepit/rsa/
rsa_decrepit.c 65 void *cb_arg) {
67 assert(cb_arg == NULL);
  /external/libevent/
evrpc.c 122 void *cb_arg)
142 hook->process_arg = cb_arg;
228 void (*cb)(struct evrpc_req_generic *, void *), void *cb_arg)
234 rpc->cb_arg = cb_arg;
369 rpc->cb(rpc_state, rpc->cb_arg);
714 (*ctx->cb)(&status, ctx->request, ctx->reply, ctx->cb_arg);
759 (*ctx->cb)(&status, ctx->request, ctx->reply, ctx->cb_arg);
848 ctx->cb_arg = cbarg;
943 (*ctx->cb)(&status, ctx->request, ctx->reply, ctx->cb_arg);
    [all...]
evrpc-internal.h 189 void *cb_arg; member in struct:evrpc_request_wrapper
http-internal.h 98 void *cb_arg; member in struct:evhttp_connection
http.c 384 evcon->cb_arg = arg;
413 evcon->cb_arg = NULL;
687 (*req->cb)(req, req->cb_arg);
703 void *cb_arg; local
726 cb_arg = req->cb_arg;
729 cb_arg = NULL;
748 (*cb)(NULL, cb_arg);
760 (*evcon->cb)(evcon, evcon->cb_arg);
817 (*req->cb)(req, req->cb_arg);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_macsec_linux.c 33 struct cb_arg { struct
45 struct cb_arg cb_arg; member in struct:macsec_genl_ctx
152 memset(&ctx->cb_arg, 0, sizeof(ctx->cb_arg));
153 ctx->cb_arg.drv = drv;
156 &ctx->cb_arg);
454 struct cb_arg *arg = (struct cb_arg *) argp;
579 ctx->cb_arg.ifindex = drv->ifi
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
common.cpp 66 info->event_cb[info->num_event_cb].cb_arg = arg;
92 info->event_cb[info->num_event_cb].cb_arg = arg;
117 info->event_cb[i].cb_arg, info->event_cb[i].cb_func, cmd, i);
141 info->event_cb[i].cb_arg, info->event_cb[i].cb_func, id, subcmd, i);
common.h 148 void *cb_arg; member in struct:__anon41989
wifi_hal.cpp 363 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg;
387 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg;
518 void *cb_arg = cbi->cb_arg; local
519 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg;
525 (*cb_func)(msg, cb_arg);
    [all...]
  /external/boringssl/src/include/openssl/
dh.h 226 void *cb_arg);
dsa.h 387 void *cb_arg);
rsa.h 506 * and |cb_arg| parameters must be NULL. */
508 void *cb_arg);
bio.h 719 char *cb_arg; /* first argument for the callback */ member in struct:bio_st
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
common.cpp 69 info->event_cb[i].cb_arg == arg) {
83 info->event_cb[info->num_event_cb].cb_arg = arg;
109 info->event_cb[i].cb_arg = arg;
122 info->event_cb[info->num_event_cb].cb_arg = arg;
common.h 73 void *cb_arg; member in struct:__anon47388
wifi_hal.cpp 920 (*(cbi->cb_func))(msg, cbi->cb_arg);
    [all...]
  /external/boringssl/src/crypto/bio/
bio.c 371 bio->cb_arg = arg;
375 return bio->cb_arg;
  /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 3353 milliseconds