/external/openssh/ |
D | atomicio.c | 53 int (*cb)(void *, size_t), void *cb_arg) in atomicio6() argument 82 if (cb != NULL && cb(cb_arg, (size_t)res) == -1) { in atomicio6() 103 int (*cb)(void *, size_t), void *cb_arg) in atomiciov6() argument 157 if (cb != NULL && cb(cb_arg, (size_t)res) == -1) { in atomiciov6()
|
/external/libevent/ |
D | evrpc.c | 122 void *cb_arg) in evrpc_add_hook() argument 142 hook->process_arg = cb_arg; in evrpc_add_hook() 228 void (*cb)(struct evrpc_req_generic *, void *), void *cb_arg) in evrpc_register_rpc() argument 234 rpc->cb_arg = cb_arg; in evrpc_register_rpc() 369 rpc->cb(rpc_state, rpc->cb_arg); in evrpc_request_cb_closure() 714 (*ctx->cb)(&status, ctx->request, ctx->reply, ctx->cb_arg); in evrpc_schedule_request() 759 (*ctx->cb)(&status, ctx->request, ctx->reply, ctx->cb_arg); in evrpc_schedule_request_closure() 848 ctx->cb_arg = cbarg; in evrpc_make_request_ctx() 943 (*ctx->cb)(&status, ctx->request, ctx->reply, ctx->cb_arg); in evrpc_reply_done_closure() 1085 void *cb_arg, in evrpc_send_request_generic() argument [all …]
|
D | evrpc-internal.h | 189 void *cb_arg; member
|
D | http.c | 384 evcon->cb_arg = arg; in evhttp_write_buffer() 413 evcon->cb_arg = NULL; in evhttp_send_continue() 687 (*req->cb)(req, req->cb_arg); in evhttp_connection_incoming_fail() 703 void *cb_arg; in evhttp_connection_fail() local 726 cb_arg = req->cb_arg; in evhttp_connection_fail() 729 cb_arg = NULL; in evhttp_connection_fail() 748 (*cb)(NULL, cb_arg); in evhttp_connection_fail() 760 (*evcon->cb)(evcon, evcon->cb_arg); in evhttp_write_cb() 817 (*req->cb)(req, req->cb_arg); in evhttp_connection_done() 919 (*req->chunk_cb)(req, req->cb_arg); in evhttp_handle_chunked_read() [all …]
|
D | http-internal.h | 98 void *cb_arg; member
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_macsec_linux.c | 33 struct cb_arg { struct 45 struct cb_arg cb_arg; argument 152 memset(&ctx->cb_arg, 0, sizeof(ctx->cb_arg)); in init_genl_ctx() 153 ctx->cb_arg.drv = drv; in init_genl_ctx() 156 &ctx->cb_arg); in init_genl_ctx() 454 struct cb_arg *arg = (struct cb_arg *) argp; in dump_callback() 579 ctx->cb_arg.ifindex = drv->ifi; in do_dump() 580 ctx->cb_arg.rxsci = rxsci; in do_dump() 581 ctx->cb_arg.rxsa = rxsa; in do_dump() 582 ctx->cb_arg.txsa = txsa; in do_dump() [all …]
|
/external/boringssl/src/decrepit/dh/ |
D | dh_decrepit.c | 71 void (*callback)(int, int, void *), void *cb_arg) { in DH_generate_parameters() argument 88 wrapped.arg = cb_arg; in DH_generate_parameters()
|
/external/boringssl/src/decrepit/dsa/ |
D | dsa_decrepit.c | 72 void (*callback)(int, int, void *), void *cb_arg) { in DSA_generate_parameters() argument 89 wrapped.arg = cb_arg; in DSA_generate_parameters()
|
/external/boringssl/src/decrepit/rsa/ |
D | rsa_decrepit.c | 65 void *cb_arg) { in RSA_generate_key() argument 67 assert(cb_arg == NULL); in RSA_generate_key()
|
/external/libevent/include/event2/ |
D | rpc.h | 495 void *cb_arg); 562 void *cb_arg, 590 void *cb_arg);
|
D | rpc_struct.h | 90 void *cb_arg; member
|
D | http_struct.h | 115 void *cb_arg; member
|
D | http.h | 217 void (*cb)(struct evhttp_request *, void *), void *cb_arg);
|
/external/boringssl/src/include/openssl/ |
D | dh.h | 226 void *cb_arg);
|
D | dsa.h | 387 void *cb_arg);
|
D | bio.h | 717 char *cb_arg; /* first argument for the callback */ member
|
D | rsa.h | 477 void *cb_arg);
|
/external/boringssl/src/crypto/bio/ |
D | bio.c | 371 bio->cb_arg = arg; in BIO_set_callback_arg() 375 return bio->cb_arg; in BIO_get_callback_arg()
|