OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cb_arg
(Results
1 - 10
of
10
) 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
74
void *
cb_arg
;
member in struct:__anon34290
/external/boringssl/src/include/openssl/
bio.h
801
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:__anon29732
wifi_hal.cpp
347
WifiCommand *cmd = (WifiCommand *)cbi->
cb_arg
;
371
WifiCommand *cmd = (WifiCommand *)cbi->
cb_arg
;
500
void *
cb_arg
= cbi->
cb_arg
;
local
501
WifiCommand *cmd = (WifiCommand *)cbi->
cb_arg
;
507
(*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 466 milliseconds