/third_party/grpc/src/core/lib/iomgr/ |
D | closure.h | 71 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
|
D | tcp_server.cc | 33 grpc_tcp_server_cb on_accept_cb, void* cb_arg) { in grpc_tcp_server_start()
|
D | tcp_server_custom.cc | 428 grpc_tcp_server_cb on_accept_cb, void* cb_arg) { in tcp_server_start()
|
/third_party/iptables/iptables/ |
D | xtables-monitor.c | 42 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/ |
D | dns_resolver_cooldown_test.cc | 227 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/ |
D | tls_libtls.c | 51 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/ |
D | driver_macsec_linux.c | 35 struct cb_arg { struct 47 struct cb_arg cb_arg; argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_macsec_linux.c | 35 struct cb_arg { struct 47 struct cb_arg cb_arg; argument
|
/third_party/openssl/include/openssl/ |
D | dsa.h | 151 # define DSA_is_prime(n, callback, cb_arg) \ argument
|
/third_party/grpc/src/core/lib/transport/ |
D | transport.h | 69 #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
|
D | transport.cc | 85 grpc_iomgr_cb_func cb, void* cb_arg,
|
/third_party/openssl/crypto/bio/ |
D | bio_local.h | 120 char *cb_arg; /* first argument for the callback */ member
|
/third_party/openssl/crypto/bn/ |
D | bn_lib.c | 976 void *cb_arg) in BN_GENCB_set_old() 986 void *cb_arg) in BN_GENCB_set()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-struct.h | 65 void *cb_arg; member
|
/third_party/openssl/test/ |
D | ssltest_old.c | 2891 struct app_verify_arg *cb_arg = arg; in app_verify_callback() local
|