Home
last modified time | relevance | path

Searched defs:cb_arg (Results 1 – 15 of 15) sorted by relevance

/third_party/grpc/src/core/lib/iomgr/
Dclosure.h71 void* cb_arg; member
94 grpc_iomgr_cb_func cb, void* cb_arg) {
115 #define GRPC_CLOSURE_INIT(closure, cb, cb_arg, scheduler) \ argument
118 #define GRPC_CLOSURE_INIT(closure, cb, cb_arg, scheduler) \ argument
126 void* cb_arg; member
132 void* cb_arg = wc->cb_arg; local
141 grpc_iomgr_cb_func cb, void* cb_arg) {
160 #define GRPC_CLOSURE_CREATE(cb, cb_arg, scheduler) \ argument
163 #define GRPC_CLOSURE_CREATE(cb, cb_arg, scheduler) \ argument
Dtcp_server.cc33 grpc_tcp_server_cb on_accept_cb, void* cb_arg) { in grpc_tcp_server_start()
Dtcp_server_custom.cc428 grpc_tcp_server_cb on_accept_cb, void* cb_arg) { in tcp_server_start()
/third_party/iptables/iptables/
Dxtables-monitor.c42 struct cb_arg { struct
51 const struct cb_arg *arg = data; in table_cb() argument
614 struct cb_arg cb_arg = { in xtables_monitor_main() local
/third_party/grpc/test/core/client_channel/resolvers/
Ddns_resolver_cooldown_test.cc227 static void on_fourth_resolution(OnResolutionCallbackArg* cb_arg) { in on_fourth_resolution() argument
240 static void on_third_resolution(OnResolutionCallbackArg* cb_arg) { in on_third_resolution()
251 static void on_second_resolution(OnResolutionCallbackArg* cb_arg) { in on_second_resolution()
264 static void on_first_resolution(OnResolutionCallbackArg* cb_arg) { in on_first_resolution()
/third_party/ffmpeg/libavformat/
Dtls_libtls.c51 static ssize_t tls_read_callback(struct tls *ctx, void *buf, size_t buflen, void *cb_arg) in tls_read_callback()
62 static ssize_t tls_write_callback(struct tls *ctx, const void *buf, size_t buflen, void *cb_arg) in tls_write_callback()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_macsec_linux.c35 struct cb_arg { struct
47 struct cb_arg cb_arg; argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_macsec_linux.c35 struct cb_arg { struct
47 struct cb_arg cb_arg; argument
/third_party/openssl/include/openssl/
Ddsa.h151 # define DSA_is_prime(n, callback, cb_arg) \ argument
/third_party/grpc/src/core/lib/transport/
Dtransport.h69 #define GRPC_STREAM_REF_INIT(rc, ir, cb, cb_arg, objtype) \ argument
74 #define GRPC_STREAM_REF_INIT(rc, ir, cb, cb_arg, objtype) \ argument
Dtransport.cc85 grpc_iomgr_cb_func cb, void* cb_arg,
/third_party/openssl/crypto/bio/
Dbio_local.h120 char *cb_arg; /* first argument for the callback */ member
/third_party/openssl/crypto/bn/
Dbn_lib.c976 void *cb_arg) in BN_GENCB_set_old()
986 void *cb_arg) in BN_GENCB_set()
/third_party/libwebsockets/include/libwebsockets/
Dlws-struct.h65 void *cb_arg; member
/third_party/openssl/test/
Dssltest_old.c2891 struct app_verify_arg *cb_arg = arg; in app_verify_callback() local