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

  /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
  /external/libevent/
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...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
common.h 73 void *cb_arg; member in struct:__anon44120
  /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...]
  /external/boringssl/src/include/openssl/
bio.h 717 char *cb_arg; /* first argument for the callback */ member in struct:bio_st
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
common.h 148 void *cb_arg; member in struct:__anon40102
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...]
  /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 488 milliseconds