async 76 lib/async_req/async_req.c if (req->async.fn != NULL) {
async 77 lib/async_req/async_req.c req->async.fn(req);
async 123 lib/async_req/async_req.h } async;
async 47 lib/tevent/tevent_internal.h } async;
async 123 lib/tevent/tevent_req.c if (req->async.fn != NULL) {
async 124 lib/tevent/tevent_req.c req->async.fn(req);
async 372 lib/tevent/tevent_req.c req->async.fn = fn;
async 373 lib/tevent/tevent_req.c req->async.private_data = pvt;
async 378 lib/tevent/tevent_req.c return req->async.private_data;
async 87 libcli/nbt/libnbt.h } async;
async 161 libcli/nbt/namerefresh.c struct composite_context *c = talloc_get_type(req->async.private_data,
async 185 libcli/nbt/namerefresh.c state->req->async.fn = name_refresh_wins_handler;
async 186 libcli/nbt/namerefresh.c state->req->async.private_data = c;
async 201 libcli/nbt/namerefresh.c state->req->async.fn = name_refresh_wins_handler;
async 202 libcli/nbt/namerefresh.c state->req->async.private_data = c;
async 212 libcli/nbt/namerefresh.c c->async.fn) {
async 213 libcli/nbt/namerefresh.c c->async.fn(c);
async 260 libcli/nbt/namerefresh.c state->req->async.fn = name_refresh_wins_handler;
async 261 libcli/nbt/namerefresh.c state->req->async.private_data = c;
async 163 libcli/nbt/nameregister.c struct composite_context *c = talloc_get_type(req->async.private_data, struct composite_context);
async 184 libcli/nbt/nameregister.c state->req->async.fn = name_register_bcast_handler;
async 185 libcli/nbt/nameregister.c state->req->async.private_data = c;
async 202 libcli/nbt/nameregister.c c->async.fn) {
async 203 libcli/nbt/nameregister.c c->async.fn(c);
async 242 libcli/nbt/nameregister.c state->req->async.fn = name_register_bcast_handler;
async 243 libcli/nbt/nameregister.c state->req->async.private_data = c;
async 299 libcli/nbt/nameregister.c struct composite_context *c = talloc_get_type(req->async.private_data,
async 323 libcli/nbt/nameregister.c state->req->async.fn = name_register_wins_handler;
async 324 libcli/nbt/nameregister.c state->req->async.private_data = c;
async 339 libcli/nbt/nameregister.c state->req->async.fn = name_register_wins_handler;
async 340 libcli/nbt/nameregister.c state->req->async.private_data = c;
async 350 libcli/nbt/nameregister.c c->async.fn) {
async 351 libcli/nbt/nameregister.c c->async.fn(c);
async 400 libcli/nbt/nameregister.c state->req->async.fn = name_register_wins_handler;
async 401 libcli/nbt/nameregister.c state->req->async.private_data = c;
async 105 libcli/nbt/nbtsocket.c if (req->async.fn) {
async 106 libcli/nbt/nbtsocket.c req->async.fn(req);
async 145 libcli/nbt/nbtsocket.c if (req->async.fn) {
async 146 libcli/nbt/nbtsocket.c req->async.fn(req);
async 308 libcli/nbt/nbtsocket.c if (req->async.fn) {
async 309 libcli/nbt/nbtsocket.c req->async.fn(req);
async 318 librpc/ndr/libndr.h bool async;
async 48 source3/include/async_smb.h struct async_req **async;
async 151 source3/lib/ldb/ldb_ildap/ldb_ildap.c struct ldb_handle *handle = talloc_get_type(req->async.private_data, struct ldb_handle);
async 393 source3/lib/ldb/ldb_ildap/ldb_ildap.c req->async.fn = ildb_callback;
async 394 source3/lib/ldb/ldb_ildap/ldb_ildap.c req->async.private_data = (void *)h;
async 351 source3/libsmb/async_smb.c if (cli_req->async[i] == req) {
async 352 source3/libsmb/async_smb.c cli_req->async[i] = NULL;
async 355 source3/libsmb/async_smb.c if (cli_req->async[i] != NULL) {
async 403 source3/libsmb/async_smb.c tmp_reqs = TALLOC_REALLOC_ARRAY(req, req->async, struct async_req *,
async 409 source3/libsmb/async_smb.c req->async = tmp_reqs;
async 412 source3/libsmb/async_smb.c req->async[req->num_async-1] = async_req_new(mem_ctx);
async 413 source3/libsmb/async_smb.c if (req->async[req->num_async-1] == NULL) {
async 418 source3/libsmb/async_smb.c req->async[req->num_async-1]->private_data = req;
async 419 source3/libsmb/async_smb.c req->async[req->num_async-1]->print = cli_request_print;
async 420 source3/libsmb/async_smb.c talloc_set_destructor(req->async[req->num_async-1],
async 428 source3/libsmb/async_smb.c return req->async[req->num_async-1];
async 431 source3/libsmb/async_smb.c TALLOC_FREE(req->async[req->num_async-1]);
async 446 source3/libsmb/async_smb.c if (cli_req->async[i]) {
async 447 source3/libsmb/async_smb.c async_req_nterror(cli_req->async[i], NT_STATUS_IO_TIMEOUT);
async 517 source3/libsmb/async_smb.c req->async = NULL;
async 732 source3/libsmb/async_smb.c if (req == cli_req->async[i]) {
async 996 source3/libsmb/async_smb.c if (req->async[i] != NULL) {
async 998 source3/libsmb/async_smb.c req->recv_helper.fn(req->async[i]);
async 1000 source3/libsmb/async_smb.c async_req_done(req->async[i]);
async 1014 source3/libsmb/async_smb.c async_req_nterror(req->async[0], status);
async 1146 source3/libsmb/async_smb.c async_req_nterror(req->async[i], status);
async 236 source3/libsmb/clireadwrite.c subreq->async.fn = cli_readall_done;
async 237 source3/libsmb/clireadwrite.c subreq->async.priv = req;
async 244 source3/libsmb/clireadwrite.c subreq->async.priv, struct async_req);
async 302 source3/libsmb/clireadwrite.c subreq->async.fn = cli_readall_done;
async 303 source3/libsmb/clireadwrite.c subreq->async.priv = req;
async 470 source3/libsmb/clireadwrite.c subreq->req->async.fn = cli_pull_read_done;
async 471 source3/libsmb/clireadwrite.c subreq->req->async.priv = result;
async 490 source3/libsmb/clireadwrite.c read_req->async.priv, struct async_req);
async 578 source3/libsmb/clireadwrite.c new_req->async.fn = cli_pull_read_done;
async 579 source3/libsmb/clireadwrite.c new_req->async.priv = pull_req;
async 1000 source3/libsmb/clireadwrite.c subreq->async.fn = cli_writeall_written;
async 1001 source3/libsmb/clireadwrite.c subreq->async.priv = result;
async 1012 source3/libsmb/clireadwrite.c subreq->async.priv, struct async_req);
async 1048 source3/libsmb/clireadwrite.c subreq->async.fn = cli_writeall_written;
async 1049 source3/libsmb/clireadwrite.c subreq->async.priv = req;
async 1130 source3/libsmb/clireadwrite.c subreq->async.fn = cli_push_written;
async 1131 source3/libsmb/clireadwrite.c subreq->async.priv = substate;
async 1212 source3/libsmb/clireadwrite.c subreq->async.priv, struct cli_push_write_state);
async 257 source3/modules/onefs_cbrl.c bool async = false;
async 286 source3/modules/onefs_cbrl.c async = true;
async 293 source3/modules/onefs_cbrl.c async = true;
async 323 source3/modules/onefs_cbrl.c async = true;
async 326 source3/modules/onefs_cbrl.c if (async) {
async 334 source3/modules/onefs_cbrl.c plock->size, async, id, plock->context.smbpid, plock->context.tid,
async 339 source3/modules/onefs_cbrl.c SMB_ASSERT(!async);
async 341 source3/modules/onefs_cbrl.c SMB_ASSERT(async);
async 237 source3/rpc_client/cli_pipe.c subreq->async.fn = rpc_read_done;
async 238 source3/rpc_client/cli_pipe.c subreq->async.priv = result;
async 249 source3/rpc_client/cli_pipe.c subreq->async.priv, struct async_req);
async 275 source3/rpc_client/cli_pipe.c subreq->async.fn = rpc_read_done;
async 276 source3/rpc_client/cli_pipe.c subreq->async.priv = req;
async 318 source3/rpc_client/cli_pipe.c subreq->async.fn = rpc_write_done;
async 319 source3/rpc_client/cli_pipe.c subreq->async.priv = result;
async 329 source3/rpc_client/cli_pipe.c subreq->async.priv, struct async_req);
async 356 source3/rpc_client/cli_pipe.c subreq->async.fn = rpc_write_done;
async 357 source3/rpc_client/cli_pipe.c subreq->async.priv = req;
async 440 source3/rpc_client/cli_pipe.c subreq->async.fn = get_complete_frag_got_header;
async 441 source3/rpc_client/cli_pipe.c subreq->async.priv = result;
async 466 source3/rpc_client/cli_pipe.c subreq->async.fn = get_complete_frag_got_rest;
async 467 source3/rpc_client/cli_pipe.c subreq->async.priv = result;
async 483 source3/rpc_client/cli_pipe.c subreq->async.priv, struct async_req);
async 518 source3/rpc_client/cli_pipe.c subreq->async.fn = get_complete_frag_got_rest;
async 519 source3/rpc_client/cli_pipe.c subreq->async.priv = req;
async 525 source3/rpc_client/cli_pipe.c subreq->async.priv, struct async_req);
async 1078 source3/rpc_client/cli_pipe.c subreq->async.fn = cli_api_pipe_trans_done;
async 1079 source3/rpc_client/cli_pipe.c subreq->async.priv = result;
async 1092 source3/rpc_client/cli_pipe.c subreq->async.fn = cli_api_pipe_write_done;
async 1093 source3/rpc_client/cli_pipe.c subreq->async.priv = result;
async 1110 source3/rpc_client/cli_pipe.c subreq->async.priv, struct async_req);
async 1128 source3/rpc_client/cli_pipe.c subreq->async.priv, struct async_req);
async 1156 source3/rpc_client/cli_pipe.c subreq->async.fn = cli_api_pipe_read_done;
async 1157 source3/rpc_client/cli_pipe.c subreq->async.priv = req;
async 1163 source3/rpc_client/cli_pipe.c subreq->async.priv, struct async_req);
async 1294 source3/rpc_client/cli_pipe.c subreq->async.fn = rpc_api_pipe_trans_done;
async 1295 source3/rpc_client/cli_pipe.c subreq->async.priv = result;
async 1309 source3/rpc_client/cli_pipe.c subreq->async.priv, struct async_req);
async 1350 source3/rpc_client/cli_pipe.c subreq->async.fn = rpc_api_pipe_got_pdu;
async 1351 source3/rpc_client/cli_pipe.c subreq->async.priv = req;
async 1357 source3/rpc_client/cli_pipe.c subreq->async.priv, struct async_req);
async 1442 source3/rpc_client/cli_pipe.c subreq->async.fn = rpc_api_pipe_got_pdu;
async 1443 source3/rpc_client/cli_pipe.c subreq->async.priv = req;
async 2103 source3/rpc_client/cli_pipe.c subreq->async.fn = rpc_api_pipe_req_done;
async 2104 source3/rpc_client/cli_pipe.c subreq->async.priv = result;
async 2114 source3/rpc_client/cli_pipe.c subreq->async.fn = rpc_api_pipe_req_write_done;
async 2115 source3/rpc_client/cli_pipe.c subreq->async.priv = result;
async 2215 source3/rpc_client/cli_pipe.c subreq->async.priv, struct async_req);
async 2241 source3/rpc_client/cli_pipe.c subreq->async.fn = rpc_api_pipe_req_done;
async 2242 source3/rpc_client/cli_pipe.c subreq->async.priv = req;
async 2252 source3/rpc_client/cli_pipe.c subreq->async.fn = rpc_api_pipe_req_write_done;
async 2253 source3/rpc_client/cli_pipe.c subreq->async.priv = req;
async 2260 source3/rpc_client/cli_pipe.c subreq->async.priv, struct async_req);
async 2598 source3/rpc_client/cli_pipe.c subreq->async.fn = rpc_pipe_bind_step_one_done;
async 2599 source3/rpc_client/cli_pipe.c subreq->async.priv = result;
async 2613 source3/rpc_client/cli_pipe.c subreq->async.priv, struct async_req);
async 2760 source3/rpc_client/cli_pipe.c subreq->async.fn = rpc_bind_auth3_write_done;
async 2761 source3/rpc_client/cli_pipe.c subreq->async.priv = req;
async 2768 source3/rpc_client/cli_pipe.c subreq->async.priv, struct async_req);
async 2868 source3/rpc_client/cli_pipe.c subreq->async.fn = rpc_bind_ntlmssp_api_done;
async 2869 source3/rpc_client/cli_pipe.c subreq->async.priv = req;
async 2876 source3/rpc_client/cli_pipe.c subreq->async.priv, struct async_req);
async 77 source3/rpc_client/rpc_transport_np.c subreq->async.fn = rpc_np_write_done;
async 78 source3/rpc_client/rpc_transport_np.c subreq->async.priv = result;
async 88 source3/rpc_client/rpc_transport_np.c subreq->async.priv, struct async_req);
async 145 source3/rpc_client/rpc_transport_np.c subreq->async.fn = rpc_np_read_done;
async 146 source3/rpc_client/rpc_transport_np.c subreq->async.priv = result;
async 156 source3/rpc_client/rpc_transport_np.c subreq->async.priv, struct async_req);
async 233 source3/rpc_client/rpc_transport_np.c subreq->async.fn = rpc_np_trans_done;
async 234 source3/rpc_client/rpc_transport_np.c subreq->async.priv = result;
async 245 source3/rpc_client/rpc_transport_np.c subreq->async.priv, struct async_req);
async 317 source3/rpc_client/rpc_transport_np.c subreq->async.fn = rpc_transport_np_init_pipe_open;
async 318 source3/rpc_client/rpc_transport_np.c subreq->async.priv = result;
async 329 source3/rpc_client/rpc_transport_np.c subreq->async.priv, struct async_req);
async 154 source3/rpc_client/rpc_transport_smbd.c subreq->async.fn = get_anon_ipc_negprot_done;
async 155 source3/rpc_client/rpc_transport_smbd.c subreq->async.priv = result;
async 165 source3/rpc_client/rpc_transport_smbd.c subreq->async.priv, struct async_req);
async 181 source3/rpc_client/rpc_transport_smbd.c subreq->async.fn = get_anon_ipc_sesssetup_done;
async 182 source3/rpc_client/rpc_transport_smbd.c subreq->async.priv = req;
async 188 source3/rpc_client/rpc_transport_smbd.c subreq->async.priv, struct async_req);
async 205 source3/rpc_client/rpc_transport_smbd.c subreq->async.fn = get_anon_ipc_tcon_done;
async 206 source3/rpc_client/rpc_transport_smbd.c subreq->async.priv = req;
async 212 source3/rpc_client/rpc_transport_smbd.c subreq->async.priv, struct async_req);
async 342 source3/rpc_client/rpc_transport_smbd.c subreq->async.fn = rpc_cli_smbd_conn_init_done;
async 343 source3/rpc_client/rpc_transport_smbd.c subreq->async.priv = result;
async 371 source3/rpc_client/rpc_transport_smbd.c subreq->async.priv, struct async_req);
async 466 source3/rpc_client/rpc_transport_smbd.c subreq->async.fn = rpc_smbd_write_done;
async 467 source3/rpc_client/rpc_transport_smbd.c subreq->async.priv = result;
async 478 source3/rpc_client/rpc_transport_smbd.c subreq->async.priv, struct async_req);
async 539 source3/rpc_client/rpc_transport_smbd.c subreq->async.fn = rpc_smbd_read_done;
async 540 source3/rpc_client/rpc_transport_smbd.c subreq->async.priv = result;
async 551 source3/rpc_client/rpc_transport_smbd.c subreq->async.priv, struct async_req);
async 620 source3/rpc_client/rpc_transport_smbd.c subreq->async.fn = rpc_transport_smbd_init_done;
async 621 source3/rpc_client/rpc_transport_smbd.c subreq->async.priv = result;
async 632 source3/rpc_client/rpc_transport_smbd.c subreq->async.priv, struct async_req);
async 5092 source3/torture/torture.c *((bool *)(req->async.priv)) = true;
async 5117 source3/torture/torture.c reqs[0]->async.fn = chain1_open_completion;
async 5120 source3/torture/torture.c reqs[1]->async.fn = chain1_write_completion;
async 5122 source3/torture/torture.c reqs[2]->async.fn = chain1_read_completion;
async 5124 source3/torture/torture.c reqs[3]->async.fn = chain1_close_completion;
async 5125 source3/torture/torture.c reqs[3]->async.priv = (void *)&done;
async 91 source4/dsdb/repl/drepl_out_helpers.c struct dreplsrv_out_drsuapi_state *st = talloc_get_type(creq->async.private_data,
async 125 source4/dsdb/repl/drepl_out_helpers.c struct dreplsrv_out_drsuapi_state *st = talloc_get_type(req->async.private_data,
async 224 source4/dsdb/repl/drepl_out_helpers.c struct dreplsrv_op_pull_source_state *st = talloc_get_type(creq->async.private_data,
async 299 source4/dsdb/repl/drepl_out_helpers.c struct dreplsrv_op_pull_source_state *st = talloc_get_type(req->async.private_data,
async 116 source4/dsdb/repl/drepl_out_pull.c struct dreplsrv_out_operation *op = talloc_get_type(creq->async.private_data,
async 152 source4/dsdb/repl/drepl_out_pull.c op->creq->async.fn = dreplsrv_pending_op_callback_creq;
async 153 source4/dsdb/repl/drepl_out_pull.c op->creq->async.private_data = op;
async 639 source4/lib/com/dcom/main.c c = talloc_get_type(cr->async.private_data, struct composite_context);
async 699 source4/lib/com/dcom/main.c c = c_pipe->async.private_data;
async 220 source4/lib/ldb/ldb_ildap/ldb_ildap.c ac = talloc_get_type(req->async.private_data, struct ildb_context);
async 410 source4/lib/ldb/ldb_ildap/ldb_ildap.c req->async.fn = ildb_callback;
async 411 source4/lib/ldb/ldb_ildap/ldb_ildap.c req->async.private_data = ac;
async 80 source4/lib/messaging/irpc.h } async;
async 690 source4/lib/messaging/messaging.c if (irpc->async.fn) {
async 691 source4/lib/messaging/messaging.c irpc->async.fn(irpc);
async 852 source4/lib/messaging/messaging.c if (irpc->async.fn) {
async 853 source4/lib/messaging/messaging.c irpc->async.fn(irpc);
async 883 source4/lib/messaging/messaging.c irpc->async.fn = NULL;
async 148 source4/lib/messaging/tests/irpc.c int *pong_count = (int *)irpc->async.private_data;
async 188 source4/lib/messaging/tests/irpc.c irpc->async.fn = irpc_callback;
async 189 source4/lib/messaging/tests/irpc.c irpc->async.private_data = &pong_count;
async 196 source4/lib/socket/connect_multi.c struct composite_context *result = talloc_get_type(creq->async.private_data,
async 216 source4/lib/socket/connect_multi.c struct connect_one_state *state = talloc_get_type(creq->async.private_data,
async 139 source4/libcli/cldap/cldap.c if (req->async.fn) {
async 140 source4/libcli/cldap/cldap.c req->async.fn(req);
async 170 source4/libcli/cldap/cldap.c if (req->async.fn) {
async 171 source4/libcli/cldap/cldap.c req->async.fn(req);
async 195 source4/libcli/cldap/cldap.c if (req->async.fn) {
async 196 source4/libcli/cldap/cldap.c req->async.fn(req);
async 67 source4/libcli/cldap/cldap.h } async;
async 100 source4/libcli/composite/composite.c if (c->async.fn) {
async 101 source4/libcli/composite/composite.c c->async.fn(c);
async 114 source4/libcli/composite/composite.c if (!ctx->used_wait && !ctx->async.fn) {
async 119 source4/libcli/composite/composite.c if (ctx->async.fn != NULL) {
async 120 source4/libcli/composite/composite.c ctx->async.fn(ctx);
async 144 source4/libcli/composite/composite.c if (!ctx->used_wait && !ctx->async.fn) {
async 148 source4/libcli/composite/composite.c if (ctx->async.fn != NULL) {
async 149 source4/libcli/composite/composite.c ctx->async.fn(ctx);
async 159 source4/libcli/composite/composite.c new_ctx->async.fn = continuation;
async 160 source4/libcli/composite/composite.c new_ctx->async.private_data = private_data;
async 176 source4/libcli/composite/composite.c new_req->async.callback = continuation;
async 177 source4/libcli/composite/composite.c new_req->async.private_data = private_data;
async 186 source4/libcli/composite/composite.c new_req->async.fn = continuation;
async 187 source4/libcli/composite/composite.c new_req->async.private_data = private_data;
async 196 source4/libcli/composite/composite.c new_req->async.fn = continuation;
async 197 source4/libcli/composite/composite.c new_req->async.private_data = private_data;
async 206 source4/libcli/composite/composite.c new_req->async.fn = continuation;
async 207 source4/libcli/composite/composite.c new_req->async.private_data = private_data;
async 216 source4/libcli/composite/composite.c new_req->async.fn = continuation;
async 217 source4/libcli/composite/composite.c new_req->async.private_data = private_data;
async 65 source4/libcli/composite/composite.h } async;
async 122 source4/libcli/finddcs.c talloc_get_type(ctx->async.private_data, struct finddcs_state);
async 177 source4/libcli/finddcs.c talloc_get_type(ireq->async.private_data, struct finddcs_state);
async 219 source4/libcli/finddcs.c struct finddcs_state *state = talloc_get_type(name_req->async.private_data, struct finddcs_state);
async 92 source4/libcli/ldap/ldap_client.c if (req->async.fn) {
async 93 source4/libcli/ldap/ldap_client.c req->async.fn(req);
async 144 source4/libcli/ldap/ldap_client.c if (req->async.fn) {
async 145 source4/libcli/ldap/ldap_client.c req->async.fn(req);
async 159 source4/libcli/ldap/ldap_client.c if (req->async.fn) {
async 160 source4/libcli/ldap/ldap_client.c req->async.fn(req);
async 176 source4/libcli/ldap/ldap_client.c if (req->async.fn) {
async 177 source4/libcli/ldap/ldap_client.c req->async.fn(req);
async 303 source4/libcli/ldap/ldap_client.c result->async.fn = NULL;
async 362 source4/libcli/ldap/ldap_client.c ctx->async.fn = ldap_connect_recv_unix_conn;
async 363 source4/libcli/ldap/ldap_client.c ctx->async.private_data = state;
async 377 source4/libcli/ldap/ldap_client.c ctx->async.fn = ldap_connect_recv_tcp_conn;
async 378 source4/libcli/ldap/ldap_client.c ctx->async.private_data = state;
async 451 source4/libcli/ldap/ldap_client.c talloc_get_type(ctx->async.private_data,
async 468 source4/libcli/ldap/ldap_client.c talloc_get_type(ctx->async.private_data,
async 561 source4/libcli/ldap/ldap_client.c if (req->async.fn) {
async 562 source4/libcli/ldap/ldap_client.c req->async.fn(req);
async 574 source4/libcli/ldap/ldap_client.c if (req->async.fn) {
async 575 source4/libcli/ldap/ldap_client.c req->async.fn(req);
async 45 source4/libcli/ldap/ldap_client.h } async;
async 88 source4/libcli/raw/clisocket.c ctx->async.fn = smbcli_sock_connect_recv_conn;
async 89 source4/libcli/raw/clisocket.c ctx->async.private_data = state;
async 100 source4/libcli/raw/clisocket.c talloc_get_type(ctx->async.private_data,
async 151 source4/libcli/raw/clitransport.c if (req->async.fn) {
async 152 source4/libcli/raw/clitransport.c req->async.fn(req);
async 386 source4/libcli/raw/clitransport.c goto async;
async 418 source4/libcli/raw/clitransport.c goto async;
async 479 source4/libcli/raw/clitransport.c async:
async 499 source4/libcli/raw/clitransport.c if (req->async.fn) {
async 500 source4/libcli/raw/clitransport.c req->async.fn(req);
async 508 source4/libcli/raw/clitransport.c if (req->async.fn) {
async 509 source4/libcli/raw/clitransport.c req->async.fn(req);
async 554 source4/libcli/raw/clitransport.c if (req->async.fn) {
async 555 source4/libcli/raw/clitransport.c req->async.fn(req);
async 290 source4/libcli/raw/libcliraw.h } async;
async 54 source4/libcli/resolve/nbtlist.c struct composite_context *c = talloc_get_type(req->async.private_data,
async 194 source4/libcli/resolve/nbtlist.c state->queries[i]->async.fn = nbtlist_handler;
async 195 source4/libcli/resolve/nbtlist.c state->queries[i]->async.private_data = c;
async 85 source4/libcli/resolve/resolve.c struct composite_context *c = (struct composite_context *)creq->async.private_data;
async 104 source4/libcli/resolve/resolve.c if (c->async.fn) {
async 105 source4/libcli/resolve/resolve.c c->async.fn(c);
async 128 source4/libcli/resolve/resolve.c creq->async.fn = resolve_handler;
async 129 source4/libcli/resolve/resolve.c creq->async.private_data = c;
async 51 source4/libcli/smb2/connect.c struct composite_context *c = talloc_get_type(req->async.private_data,
async 69 source4/libcli/smb2/connect.c struct composite_context *c = talloc_get_type(creq->async.private_data,
async 89 source4/libcli/smb2/connect.c req->async.fn = continue_tcon;
async 90 source4/libcli/smb2/connect.c req->async.private_data = c;
async 98 source4/libcli/smb2/connect.c struct composite_context *c = talloc_get_type(req->async.private_data,
async 157 source4/libcli/smb2/connect.c struct composite_context *c = talloc_get_type(creq->async.private_data,
async 196 source4/libcli/smb2/connect.c req->async.fn = continue_negprot;
async 197 source4/libcli/smb2/connect.c req->async.private_data = c;
async 206 source4/libcli/smb2/connect.c struct composite_context *c = talloc_get_type(creq->async.private_data,
async 89 source4/libcli/smb2/request.c req->async.fn = NULL;
async 147 source4/libcli/smb2/session.c struct composite_context *c = talloc_get_type(req->async.private_data,
async 179 source4/libcli/smb2/session.c state->req->async.fn = session_request_handler;
async 180 source4/libcli/smb2/session.c state->req->async.private_data = c;
async 176 source4/libcli/smb2/smb2.h } async;
async 137 source4/libcli/smb2/transport.c if (req->async.fn) {
async 138 source4/libcli/smb2/transport.c req->async.fn(req);
async 282 source4/libcli/smb2/transport.c if (req->async.fn) {
async 283 source4/libcli/smb2/transport.c req->async.fn(req);
async 292 source4/libcli/smb2/transport.c if (req->async.fn) {
async 293 source4/libcli/smb2/transport.c req->async.fn(req);
async 314 source4/libcli/smb2/transport.c if (req->async.fn) {
async 315 source4/libcli/smb2/transport.c req->async.fn(req);
async 48 source4/libcli/smb_composite/appendacl.c state->req->async.fn = appendacl_handler;
async 49 source4/libcli/smb_composite/appendacl.c state->req->async.private_data = c;
async 94 source4/libcli/smb_composite/appendacl.c state->req->async.fn = appendacl_handler;
async 95 source4/libcli/smb_composite/appendacl.c state->req->async.private_data = c;
async 126 source4/libcli/smb_composite/appendacl.c state->req->async.fn = appendacl_handler;
async 127 source4/libcli/smb_composite/appendacl.c state->req->async.private_data = c;
async 161 source4/libcli/smb_composite/appendacl.c state->req->async.fn = appendacl_handler;
async 162 source4/libcli/smb_composite/appendacl.c state->req->async.private_data = c;
async 191 source4/libcli/smb_composite/appendacl.c struct composite_context *c = (struct composite_context *)req->async.private_data;
async 224 source4/libcli/smb_composite/appendacl.c c->async.fn) {
async 225 source4/libcli/smb_composite/appendacl.c c->async.fn(c);
async 272 source4/libcli/smb_composite/appendacl.c state->req->async.fn = appendacl_handler;
async 273 source4/libcli/smb_composite/appendacl.c state->req->async.private_data = c;
async 131 source4/libcli/smb_composite/connect.c state->req->async.fn = request_handler;
async 132 source4/libcli/smb_composite/connect.c state->req->async.private_data = c;
async 174 source4/libcli/smb_composite/connect.c state->creq->async.fn = composite_handler;
async 175 source4/libcli/smb_composite/connect.c state->creq->async.private_data = c;
async 217 source4/libcli/smb_composite/connect.c state->req->async.fn = request_handler;
async 218 source4/libcli/smb_composite/connect.c state->req->async.private_data = c;
async 268 source4/libcli/smb_composite/connect.c state->creq->async.fn = composite_handler;
async 269 source4/libcli/smb_composite/connect.c state->creq->async.private_data = c;
async 287 source4/libcli/smb_composite/connect.c state->req->async.fn = request_handler;
async 288 source4/libcli/smb_composite/connect.c state->req->async.private_data = c;
async 356 source4/libcli/smb_composite/connect.c state->req->async.fn = request_handler;
async 357 source4/libcli/smb_composite/connect.c state->req->async.private_data = c;
async 385 source4/libcli/smb_composite/connect.c state->creq->async.private_data = c;
async 386 source4/libcli/smb_composite/connect.c state->creq->async.fn = composite_handler;
async 437 source4/libcli/smb_composite/connect.c struct composite_context *c = talloc_get_type(req->async.private_data,
async 447 source4/libcli/smb_composite/connect.c struct composite_context *c = talloc_get_type(creq->async.private_data,
async 484 source4/libcli/smb_composite/connect.c state->creq->async.private_data = c;
async 485 source4/libcli/smb_composite/connect.c state->creq->async.fn = composite_handler;
async 60 source4/libcli/smb_composite/fetchfile.c state->creq->async.private_data = c;
async 61 source4/libcli/smb_composite/fetchfile.c state->creq->async.fn = fetchfile_composite_handler;
async 82 source4/libcli/smb_composite/fetchfile.c if (c->async.fn)
async 83 source4/libcli/smb_composite/fetchfile.c c->async.fn(c);
async 109 source4/libcli/smb_composite/fetchfile.c if (c->async.fn) {
async 110 source4/libcli/smb_composite/fetchfile.c c->async.fn(c);
async 117 source4/libcli/smb_composite/fetchfile.c struct composite_context *c = talloc_get_type(creq->async.private_data,
async 158 source4/libcli/smb_composite/fetchfile.c state->creq->async.private_data = c;
async 159 source4/libcli/smb_composite/fetchfile.c state->creq->async.fn = fetchfile_composite_handler;
async 50 source4/libcli/smb_composite/fsinfo.c state->req->async.private_data = c;
async 51 source4/libcli/smb_composite/fsinfo.c state->req->async.fn = fsinfo_raw_handler;
async 72 source4/libcli/smb_composite/fsinfo.c if (c->async.fn)
async 73 source4/libcli/smb_composite/fsinfo.c c->async.fn(c);
async 102 source4/libcli/smb_composite/fsinfo.c if (creq->state >= COMPOSITE_STATE_DONE && creq->async.fn) {
async 103 source4/libcli/smb_composite/fsinfo.c creq->async.fn(creq);
async 113 source4/libcli/smb_composite/fsinfo.c struct composite_context *c = talloc_get_type(req->async.private_data,
async 120 source4/libcli/smb_composite/fsinfo.c struct composite_context *c = talloc_get_type(creq->async.private_data,
async 171 source4/libcli/smb_composite/fsinfo.c state->creq->async.private_data = c;
async 172 source4/libcli/smb_composite/fsinfo.c state->creq->async.fn = fsinfo_composite_handler;
async 63 source4/libcli/smb_composite/loadfile.c state->req->async.fn = loadfile_handler;
async 64 source4/libcli/smb_composite/loadfile.c state->req->async.private_data = c;
async 115 source4/libcli/smb_composite/loadfile.c state->req->async.fn = loadfile_handler;
async 116 source4/libcli/smb_composite/loadfile.c state->req->async.private_data = c;
async 154 source4/libcli/smb_composite/loadfile.c state->req->async.fn = loadfile_handler;
async 155 source4/libcli/smb_composite/loadfile.c state->req->async.private_data = c;
async 183 source4/libcli/smb_composite/loadfile.c struct composite_context *c = (struct composite_context *)req->async.private_data;
async 207 source4/libcli/smb_composite/loadfile.c c->async.fn) {
async 208 source4/libcli/smb_composite/loadfile.c c->async.fn(c);
async 252 source4/libcli/smb_composite/loadfile.c state->req->async.fn = loadfile_handler;
async 253 source4/libcli/smb_composite/loadfile.c state->req->async.private_data = c;
async 66 source4/libcli/smb_composite/savefile.c state->req->async.fn = savefile_handler;
async 67 source4/libcli/smb_composite/savefile.c state->req->async.private_data = c;
async 110 source4/libcli/smb_composite/savefile.c state->req->async.fn = savefile_handler;
async 111 source4/libcli/smb_composite/savefile.c state->req->async.private_data = c;
async 151 source4/libcli/smb_composite/savefile.c state->req->async.fn = savefile_handler;
async 152 source4/libcli/smb_composite/savefile.c state->req->async.private_data = c;
async 184 source4/libcli/smb_composite/savefile.c struct composite_context *c = (struct composite_context *)req->async.private_data;
async 208 source4/libcli/smb_composite/savefile.c c->async.fn) {
async 209 source4/libcli/smb_composite/savefile.c c->async.fn(c);
async 256 source4/libcli/smb_composite/savefile.c state->req->async.fn = savefile_handler;
async 257 source4/libcli/smb_composite/savefile.c state->req->async.private_data = c;
async 83 source4/libcli/smb_composite/sesssetup.c struct composite_context *c = (struct composite_context *)req->async.private_data;
async 39 source4/libcli/smb_composite/smb2.c struct composite_context *ctx = talloc_get_type(req->async.private_data,
async 53 source4/libcli/smb_composite/smb2.c struct composite_context *ctx = talloc_get_type(req->async.private_data,
async 132 source4/libcli/smb_composite/smb2.c struct composite_context *ctx = talloc_get_type(req->async.private_data,
async 203 source4/libcli/smb_composite/smb2.c struct composite_context *ctx = talloc_get_type(req->async.private_data,
async 273 source4/libcli/smb_composite/smb2.c struct composite_context *ctx = talloc_get_type(req->async.private_data,
async 300 source4/libcli/smb_composite/smb2.c struct composite_context *ctx = talloc_get_type(req->async.private_data,
async 120 source4/libcli/wbclient/wbclient.c req->async.private_data,
async 186 source4/libcli/wbclient/wbclient.c req->async.private_data,
async 280 source4/libcli/wrepl/winsrepl.c struct wrepl_connect_state *state = talloc_get_type(creq->async.private_data,
async 388 source4/libcli/wrepl/winsrepl.c if (req->async.fn) {
async 389 source4/libcli/wrepl/winsrepl.c req->async.fn(req);
async 427 source4/libcli/wrepl/winsrepl.c if (req->async.fn) {
async 428 source4/libcli/wrepl/winsrepl.c req->async.fn(req);
async 86 source4/libcli/wrepl/winsrepl.h } async;
async 66 source4/libnet/groupinfo.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 125 source4/libnet/groupinfo.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 174 source4/libnet/groupinfo.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 222 source4/libnet/groupinfo.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 107 source4/libnet/groupman.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 195 source4/libnet/groupman.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 241 source4/libnet/groupman.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 272 source4/libnet/groupman.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 758 source4/libnet/libnet_become_dc.c req->async.fn = becomeDC_recv_cldap;
async 759 source4/libnet/libnet_become_dc.c req->async.private_data = s;
async 766 source4/libnet/libnet_become_dc.c struct libnet_BecomeDC_state *s = talloc_get_type(req->async.private_data,
async 1556 source4/libnet/libnet_become_dc.c struct libnet_BecomeDC_state *s = talloc_get_type(req->async.private_data,
async 1672 source4/libnet/libnet_become_dc.c struct libnet_BecomeDC_state *s = talloc_get_type(req->async.private_data,
async 2195 source4/libnet/libnet_become_dc.c struct libnet_BecomeDC_state *s = talloc_get_type(req->async.private_data,
async 2309 source4/libnet/libnet_become_dc.c struct libnet_BecomeDC_state *s = talloc_get_type(req->async.private_data,
async 2327 source4/libnet/libnet_become_dc.c struct libnet_BecomeDC_state *s = talloc_get_type(req->async.private_data,
async 2372 source4/libnet/libnet_become_dc.c struct libnet_BecomeDC_state *s = talloc_get_type(req->async.private_data,
async 2573 source4/libnet/libnet_become_dc.c struct libnet_BecomeDC_state *s = talloc_get_type(req->async.private_data,
async 2635 source4/libnet/libnet_become_dc.c struct libnet_BecomeDC_state *s = talloc_get_type(req->async.private_data,
async 2703 source4/libnet/libnet_become_dc.c struct libnet_BecomeDC_state *s = talloc_get_type(req->async.private_data,
async 2779 source4/libnet/libnet_become_dc.c struct libnet_BecomeDC_state *s = talloc_get_type(req->async.private_data,
async 2812 source4/libnet/libnet_become_dc.c struct libnet_BecomeDC_state *s = talloc_get_type(req->async.private_data,
async 2834 source4/libnet/libnet_become_dc.c struct libnet_BecomeDC_state *s = talloc_get_type(req->async.private_data,
async 65 source4/libnet/libnet_domain.c c = talloc_get_type(ctx->async.private_data, struct composite_context);
async 97 source4/libnet/libnet_domain.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 142 source4/libnet/libnet_domain.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 183 source4/libnet/libnet_domain.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 233 source4/libnet/libnet_domain.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 478 source4/libnet/libnet_domain.c c = talloc_get_type(ctx->async.private_data, struct composite_context);
async 519 source4/libnet/libnet_domain.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 719 source4/libnet/libnet_domain.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 821 source4/libnet/libnet_domain.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 958 source4/libnet/libnet_domain.c c = talloc_get_type(ctx->async.private_data, struct composite_context);
async 985 source4/libnet/libnet_domain.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 1028 source4/libnet/libnet_domain.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 1088 source4/libnet/libnet_domain.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 93 source4/libnet/libnet_group.c c = talloc_get_type(ctx->async.private_data, struct composite_context);
async 117 source4/libnet/libnet_group.c c = talloc_get_type(ctx->async.private_data, struct composite_context);
async 282 source4/libnet/libnet_group.c c = talloc_get_type(ctx->async.private_data, struct composite_context);
async 330 source4/libnet/libnet_group.c c = talloc_get_type(ctx->async.private_data, struct composite_context);
async 367 source4/libnet/libnet_group.c c = talloc_get_type(ctx->async.private_data, struct composite_context);
async 521 source4/libnet/libnet_group.c c = talloc_get_type(ctx->async.private_data, struct composite_context);
async 553 source4/libnet/libnet_group.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 596 source4/libnet/libnet_group.c c = talloc_get_type(ctx->async.private_data, struct composite_context);
async 630 source4/libnet/libnet_group.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 104 source4/libnet/libnet_lookup.c c = talloc_get_type(ctx->async.private_data, struct composite_context);
async 328 source4/libnet/libnet_lookup.c c = talloc_get_type(ctx->async.private_data, struct composite_context);
async 348 source4/libnet/libnet_lookup.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 135 source4/libnet/libnet_rpc.c c = talloc_get_type(ctx->async.private_data, struct composite_context);
async 295 source4/libnet/libnet_rpc.c c = talloc_get_type(ctx->async.private_data, struct composite_context);
async 343 source4/libnet/libnet_rpc.c c = talloc_get_type(ctx->async.private_data, struct composite_context);
async 513 source4/libnet/libnet_rpc.c c = talloc_get_type(ctx->async.private_data, struct composite_context);
async 573 source4/libnet/libnet_rpc.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 630 source4/libnet/libnet_rpc.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 703 source4/libnet/libnet_rpc.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 769 source4/libnet/libnet_rpc.c c = talloc_get_type(ctx->async.private_data, struct composite_context);
async 798 source4/libnet/libnet_rpc.c c = talloc_get_type(ctx->async.private_data, struct composite_context);
async 277 source4/libnet/libnet_unbecome_dc.c req->async.fn = unbecomeDC_recv_cldap;
async 278 source4/libnet/libnet_unbecome_dc.c req->async.private_data = s;
async 285 source4/libnet/libnet_unbecome_dc.c struct libnet_UnbecomeDC_state *s = talloc_get_type(req->async.private_data,
async 549 source4/libnet/libnet_unbecome_dc.c struct libnet_UnbecomeDC_state *s = talloc_get_type(req->async.private_data,
async 590 source4/libnet/libnet_unbecome_dc.c struct libnet_UnbecomeDC_state *s = talloc_get_type(req->async.private_data,
async 656 source4/libnet/libnet_unbecome_dc.c struct libnet_UnbecomeDC_state *s = talloc_get_type(req->async.private_data,
async 111 source4/libnet/libnet_user.c c = talloc_get_type(ctx->async.private_data, struct composite_context);
async 143 source4/libnet/libnet_user.c c = talloc_get_type(ctx->async.private_data, struct composite_context);
async 280 source4/libnet/libnet_user.c c = talloc_get_type(ctx->async.private_data, struct composite_context);
async 312 source4/libnet/libnet_user.c c = talloc_get_type(ctx->async.private_data, struct composite_context);
async 446 source4/libnet/libnet_user.c c = talloc_get_type(ctx->async.private_data, struct composite_context);
async 475 source4/libnet/libnet_user.c c = talloc_get_type(ctx->async.private_data, struct composite_context);
async 552 source4/libnet/libnet_user.c c = talloc_get_type(ctx->async.private_data, struct composite_context);
async 712 source4/libnet/libnet_user.c c = talloc_get_type(ctx->async.private_data, struct composite_context);
async 764 source4/libnet/libnet_user.c c = talloc_get_type(ctx->async.private_data, struct composite_context);
async 799 source4/libnet/libnet_user.c c = talloc_get_type(ctx->async.private_data, struct composite_context);
async 982 source4/libnet/libnet_user.c c = talloc_get_type(ctx->async.private_data, struct composite_context);
async 1014 source4/libnet/libnet_user.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 1058 source4/libnet/libnet_user.c c = talloc_get_type(ctx->async.private_data, struct composite_context);
async 1093 source4/libnet/libnet_user.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 65 source4/libnet/userinfo.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 124 source4/libnet/userinfo.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 173 source4/libnet/userinfo.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 221 source4/libnet/userinfo.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 57 source4/libnet/userman.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 221 source4/libnet/userman.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 284 source4/libnet/userman.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 332 source4/libnet/userman.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 489 source4/libnet/userman.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 714 source4/libnet/userman.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 741 source4/libnet/userman.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 781 source4/libnet/userman.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 498 source4/librpc/rpc/dcerpc.c struct composite_context *c = talloc_get_type(req->async.private_data,
async 541 source4/librpc/rpc/dcerpc.c if (req->async.callback) {
async 542 source4/librpc/rpc/dcerpc.c req->async.callback(req);
async 600 source4/librpc/rpc/dcerpc.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 664 source4/librpc/rpc/dcerpc.c if (req->async.callback) {
async 665 source4/librpc/rpc/dcerpc.c req->async.callback(req);
async 737 source4/librpc/rpc/dcerpc.c req->async.private_data = c;
async 738 source4/librpc/rpc/dcerpc.c req->async.callback = dcerpc_composite_fail;
async 926 source4/librpc/rpc/dcerpc.c if (req->async.callback) {
async 927 source4/librpc/rpc/dcerpc.c req->async.callback(req);
async 937 source4/librpc/rpc/dcerpc.c bool async,
async 956 source4/librpc/rpc/dcerpc.c req->async_call = async;
async 958 source4/librpc/rpc/dcerpc.c req->async.callback = NULL;
async 959 source4/librpc/rpc/dcerpc.c req->async.private_data = NULL;
async 1139 source4/librpc/rpc/dcerpc.c bool async,
async 1146 source4/librpc/rpc/dcerpc.c req = dcerpc_request_send(p, object, opnum, async, stub_data_in);
async 1391 source4/librpc/rpc/dcerpc.c req = dcerpc_request_send(p, object, opnum, table->calls[opnum].async,
async 1561 source4/librpc/rpc/dcerpc.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 1662 source4/librpc/rpc/dcerpc.c req->async.private_data = c;
async 1663 source4/librpc/rpc/dcerpc.c req->async.callback = dcerpc_composite_fail;
async 237 source4/librpc/rpc/dcerpc.h } async;
async 379 source4/librpc/rpc/dcerpc.h bool async,
async 178 source4/librpc/rpc/dcerpc_auth.c struct composite_context *c = talloc_get_type(creq->async.private_data,
async 190 source4/librpc/rpc/dcerpc_auth.c struct composite_context *c = talloc_get_type(creq->async.private_data,
async 51 source4/librpc/rpc/dcerpc_connect.c struct composite_context *c = talloc_get_type(ctx->async.private_data,
async 68 source4/librpc/rpc/dcerpc_connect.c struct composite_context *c = talloc_get_type(ctx->async.private_data,
async 176 source4/librpc/rpc/dcerpc_connect.c struct composite_context *c = talloc_get_type(ctx->async.private_data,
async 193 source4/librpc/rpc/dcerpc_connect.c struct composite_context *c = talloc_get_type(ctx->async.private_data,
async 291 source4/librpc/rpc/dcerpc_connect.c struct composite_context *c = talloc_get_type(ctx->async.private_data,
async 359 source4/librpc/rpc/dcerpc_connect.c struct composite_context *c = talloc_get_type(ctx->async.private_data,
async 432 source4/librpc/rpc/dcerpc_connect.c struct composite_context *c = talloc_get_type(ctx->async.private_data,
async 510 source4/librpc/rpc/dcerpc_connect.c struct composite_context *c = talloc_get_type(ctx->async.private_data,
async 590 source4/librpc/rpc/dcerpc_connect.c struct composite_context *c = talloc_get_type(ctx->async.private_data,
async 608 source4/librpc/rpc/dcerpc_connect.c struct composite_context *c = talloc_get_type(ctx->async.private_data,
async 625 source4/librpc/rpc/dcerpc_connect.c struct composite_context *c = talloc_get_type(ctx->async.private_data,
async 642 source4/librpc/rpc/dcerpc_connect.c struct composite_context *c = talloc_get_type(ctx->async.private_data,
async 659 source4/librpc/rpc/dcerpc_connect.c struct composite_context *c = talloc_get_type(ctx->async.private_data,
async 697 source4/librpc/rpc/dcerpc_connect.c struct composite_context *c = talloc_get_type(ctx->async.private_data,
async 895 source4/librpc/rpc/dcerpc_connect.c struct composite_context *c = talloc_get_type(ctx->async.private_data,
async 66 source4/librpc/rpc/dcerpc_schannel.c c = talloc_get_type(ctx->async.private_data, struct composite_context);
async 97 source4/librpc/rpc/dcerpc_schannel.c c = talloc_get_type(ctx->async.private_data, struct composite_context);
async 124 source4/librpc/rpc/dcerpc_schannel.c c = talloc_get_type(ctx->async.private_data, struct composite_context);
async 160 source4/librpc/rpc/dcerpc_schannel.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 203 source4/librpc/rpc/dcerpc_schannel.c c = talloc_get_type(req->async.private_data, struct composite_context);
async 308 source4/librpc/rpc/dcerpc_schannel.c struct composite_context *c = talloc_get_type(ctx->async.private_data,
async 338 source4/librpc/rpc/dcerpc_schannel.c struct composite_context *c = talloc_get_type(ctx->async.private_data,
async 133 source4/librpc/rpc/dcerpc_secondary.c struct composite_context *c = talloc_get_type(ctx->async.private_data,
async 148 source4/librpc/rpc/dcerpc_secondary.c struct composite_context *c = talloc_get_type(ctx->async.private_data,
async 163 source4/librpc/rpc/dcerpc_secondary.c struct composite_context *c = talloc_get_type(ctx->async.private_data,
async 292 source4/librpc/rpc/dcerpc_secondary.c struct sec_auth_conn_state *s = talloc_get_type(ctx->async.private_data,
async 309 source4/librpc/rpc/dcerpc_secondary.c struct sec_auth_conn_state *s = talloc_get_type(ctx->async.private_data,
async 87 source4/librpc/rpc/dcerpc_smb.c state = talloc_get_type(req->async.private_data, struct smb_read_state);
async 135 source4/librpc/rpc/dcerpc_smb.c state->req->async.fn = smb_read_callback;
async 136 source4/librpc/rpc/dcerpc_smb.c state->req->async.private_data = state;
async 187 source4/librpc/rpc/dcerpc_smb.c req->async.fn = smb_read_callback;
async 188 source4/librpc/rpc/dcerpc_smb.c req->async.private_data = state;
async 224 source4/librpc/rpc/dcerpc_smb.c struct smb_trans_state *state = (struct smb_trans_state *)req->async.private_data;
async 295 source4/librpc/rpc/dcerpc_smb.c state->req->async.fn = smb_trans_callback;
async 296 source4/librpc/rpc/dcerpc_smb.c state->req->async.private_data = state;
async 308 source4/librpc/rpc/dcerpc_smb.c struct dcerpc_connection *c = (struct dcerpc_connection *)req->async.private_data;
async 353 source4/librpc/rpc/dcerpc_smb.c req->async.fn = smb_write_callback;
async 354 source4/librpc/rpc/dcerpc_smb.c req->async.private_data = c;
async 381 source4/librpc/rpc/dcerpc_smb.c req->async.fn = (void (*)(struct smbcli_request *))talloc_free;
async 504 source4/librpc/rpc/dcerpc_smb.c struct pipe_open_smb_state *state = talloc_get_type(req->async.private_data,
async 86 source4/librpc/rpc/dcerpc_smb2.c state = talloc_get_type(req->async.private_data, struct smb2_read_state);
async 138 source4/librpc/rpc/dcerpc_smb2.c req->async.fn = smb2_read_callback;
async 139 source4/librpc/rpc/dcerpc_smb2.c req->async.private_data = state;
async 182 source4/librpc/rpc/dcerpc_smb2.c req->async.fn = smb2_read_callback;
async 183 source4/librpc/rpc/dcerpc_smb2.c req->async.private_data = state;
async 215 source4/librpc/rpc/dcerpc_smb2.c struct smb2_trans_state *state = talloc_get_type(req->async.private_data,
async 271 source4/librpc/rpc/dcerpc_smb2.c req->async.fn = smb2_trans_callback;
async 272 source4/librpc/rpc/dcerpc_smb2.c req->async.private_data = state;
async 284 source4/librpc/rpc/dcerpc_smb2.c struct dcerpc_connection *c = (struct dcerpc_connection *)req->async.private_data;
async 321 source4/librpc/rpc/dcerpc_smb2.c req->async.fn = smb2_write_callback;
async 322 source4/librpc/rpc/dcerpc_smb2.c req->async.private_data = c;
async 344 source4/librpc/rpc/dcerpc_smb2.c req->async.fn = (void (*)(struct smb2_request *))talloc_free;
async 447 source4/librpc/rpc/dcerpc_smb2.c talloc_get_type(req->async.private_data,
async 241 source4/librpc/rpc/dcerpc_sock.c struct composite_context *c = talloc_get_type(ctx->async.private_data,
async 374 source4/librpc/rpc/dcerpc_sock.c struct composite_context *c = talloc_get_type(ctx->async.private_data,
async 402 source4/librpc/rpc/dcerpc_sock.c struct composite_context *c = talloc_get_type(ctx->async.private_data,
async 435 source4/librpc/rpc/dcerpc_sock.c struct composite_context *c = talloc_get_type(ctx->async.private_data,
async 522 source4/librpc/rpc/dcerpc_sock.c struct composite_context *c = talloc_get_type(ctx->async.private_data,
async 589 source4/librpc/rpc/dcerpc_sock.c struct composite_context *c = talloc_get_type(ctx->async.private_data,
async 125 source4/librpc/rpc/dcerpc_util.c struct composite_context *c = talloc_get_type(ctx->async.private_data,
async 162 source4/librpc/rpc/dcerpc_util.c struct composite_context *c = talloc_get_type(req->async.private_data,
async 337 source4/librpc/rpc/dcerpc_util.c struct composite_context *c = talloc_get_type(ctx->async.private_data,
async 352 source4/librpc/rpc/dcerpc_util.c struct composite_context *c = talloc_get_type(ctx->async.private_data,
async 366 source4/librpc/rpc/dcerpc_util.c struct composite_context *c = talloc_get_type(ctx->async.private_data,
async 411 source4/librpc/rpc/dcerpc_util.c c = talloc_get_type(ctx->async.private_data, struct composite_context);
async 444 source4/librpc/rpc/dcerpc_util.c c = talloc_get_type(ctx->async.private_data, struct composite_context);
async 471 source4/librpc/rpc/dcerpc_util.c struct composite_context *c = talloc_get_type(ctx->async.private_data,
async 41 source4/nbt_server/register.c struct nbtd_iface_name *iname = talloc_get_type(req->async.private_data,
async 110 source4/nbt_server/register.c req->async.fn = refresh_completion_handler;
async 111 source4/nbt_server/register.c req->async.private_data = iname;
async 137 source4/nbt_server/register.c struct nbtd_iface_name *iname = talloc_get_type(creq->async.private_data,
async 223 source4/nbt_server/register.c creq->async.fn = nbtd_register_handler;
async 224 source4/nbt_server/register.c creq->async.private_data = iname;
async 40 source4/nbt_server/wins/wins_dns_proxy.c struct wins_dns_proxy_state *s = talloc_get_type(creq->async.private_data,
async 93 source4/nbt_server/wins/wins_dns_proxy.c creq->async.fn = nbtd_wins_dns_proxy_handler;
async 94 source4/nbt_server/wins/wins_dns_proxy.c creq->async.private_data= s;
async 78 source4/nbt_server/wins/winsclient.c struct nbtd_iface_name *iname = talloc_get_type(c->async.private_data,
async 161 source4/nbt_server/wins/winsclient.c c->async.fn = nbtd_wins_refresh_handler;
async 162 source4/nbt_server/wins/winsclient.c c->async.private_data = iname;
async 175 source4/nbt_server/wins/winsclient.c struct nbtd_iface_name *iname = talloc_get_type(c->async.private_data,
async 257 source4/nbt_server/wins/winsclient.c c->async.fn = nbtd_wins_register_handler;
async 258 source4/nbt_server/wins/winsclient.c c->async.private_data = iname;
async 339 source4/nbt_server/wins/winsserver.c struct nbtd_wins_wack_state *s = talloc_get_type(c_req->async.private_data,
async 441 source4/nbt_server/wins/winsserver.c c_req->async.fn = wack_wins_challenge_handler;
async 442 source4/nbt_server/wins/winsserver.c c_req->async.private_data = s;
async 40 source4/nbt_server/wins/winswack.c struct composite_context *ctx = talloc_get_type(req->async.private_data, struct composite_context);
async 125 source4/nbt_server/wins/winswack.c req->async.fn = wins_challenge_handler;
async 126 source4/nbt_server/wins/winswack.c req->async.private_data = result;
async 154 source4/nbt_server/wins/winswack.c struct composite_context *ctx = talloc_get_type(req->async.private_data, struct composite_context);
async 242 source4/nbt_server/wins/winswack.c req->async.fn = wins_release_demand_handler;
async 243 source4/nbt_server/wins/winswack.c req->async.private_data = result;
async 268 source4/nbt_server/wins/winswack.c struct proxy_wins_challenge_state *s = talloc_get_type(c_req->async.private_data,
async 323 source4/nbt_server/wins/winswack.c s->c_req->async.fn = proxy_wins_challenge_handler;
async 324 source4/nbt_server/wins/winswack.c s->c_req->async.private_data = s;
async 346 source4/nbt_server/wins/winswack.c struct proxy_wins_release_demand_state *s = talloc_get_type(c_req->async.private_data,
async 382 source4/nbt_server/wins/winswack.c s->c_req->async.fn = proxy_wins_release_demand_handler;
async 383 source4/nbt_server/wins/winswack.c s->c_req->async.private_data = s;
async 279 source4/ntvfs/cifs/vfs_cifs.c static int async_info_destructor(struct async_info *async)
async 281 source4/ntvfs/cifs/vfs_cifs.c DLIST_REMOVE(async->cvfs->pending, async);
async 292 source4/ntvfs/cifs/vfs_cifs.c struct async_info *async = c_req->async.private_data;
async 293 source4/ntvfs/cifs/vfs_cifs.c struct ntvfs_request *req = async->req;
async 295 source4/ntvfs/cifs/vfs_cifs.c talloc_free(async);
async 304 source4/ntvfs/cifs/vfs_cifs.c struct async_info *async; \
async 305 source4/ntvfs/cifs/vfs_cifs.c async = talloc(req, struct async_info); \
async 306 source4/ntvfs/cifs/vfs_cifs.c if (!async) return NT_STATUS_NO_MEMORY; \
async 307 source4/ntvfs/cifs/vfs_cifs.c async->parms = io; \
async 308 source4/ntvfs/cifs/vfs_cifs.c async->req = req; \
async 309 source4/ntvfs/cifs/vfs_cifs.c async->f = file; \
async 310 source4/ntvfs/cifs/vfs_cifs.c async->cvfs = p; \
async 311 source4/ntvfs/cifs/vfs_cifs.c async->c_req = c_req; \
async 312 source4/ntvfs/cifs/vfs_cifs.c DLIST_ADD(p->pending, async); \
async 313 source4/ntvfs/cifs/vfs_cifs.c c_req->async.private_data = async; \
async 314 source4/ntvfs/cifs/vfs_cifs.c talloc_set_destructor(async, async_info_destructor); \
async 316 source4/ntvfs/cifs/vfs_cifs.c c_req->async.fn = async_fn; \
async 353 source4/ntvfs/cifs/vfs_cifs.c struct async_info *async = c_req->async.private_data;
async 354 source4/ntvfs/cifs/vfs_cifs.c struct ntvfs_request *req = async->req;
async 355 source4/ntvfs/cifs/vfs_cifs.c req->async_states->status = smb_raw_ioctl_recv(c_req, req, async->parms);
async 356 source4/ntvfs/cifs/vfs_cifs.c talloc_free(async);
async 407 source4/ntvfs/cifs/vfs_cifs.c struct async_info *async = c_req->async.private_data;
async 408 source4/ntvfs/cifs/vfs_cifs.c struct ntvfs_request *req = async->req;
async 409 source4/ntvfs/cifs/vfs_cifs.c req->async_states->status = smb_raw_pathinfo_recv(c_req, req, async->parms);
async 410 source4/ntvfs/cifs/vfs_cifs.c talloc_free(async);
async 439 source4/ntvfs/cifs/vfs_cifs.c struct async_info *async = c_req->async.private_data;
async 440 source4/ntvfs/cifs/vfs_cifs.c struct ntvfs_request *req = async->req;
async 441 source4/ntvfs/cifs/vfs_cifs.c req->async_states->status = smb_raw_fileinfo_recv(c_req, req, async->parms);
async 442 source4/ntvfs/cifs/vfs_cifs.c talloc_free(async);
async 493 source4/ntvfs/cifs/vfs_cifs.c struct async_info *async = c_req->async.private_data;
async 494 source4/ntvfs/cifs/vfs_cifs.c struct cvfs_private *cvfs = async->cvfs;
async 495 source4/ntvfs/cifs/vfs_cifs.c struct ntvfs_request *req = async->req;
async 496 source4/ntvfs/cifs/vfs_cifs.c struct cvfs_file *f = async->f;
async 497 source4/ntvfs/cifs/vfs_cifs.c union smb_open *io = async->parms;
async 499 source4/ntvfs/cifs/vfs_cifs.c talloc_free(async);
async 641 source4/ntvfs/cifs/vfs_cifs.c struct async_info *async = c_req->async.private_data;
async 642 source4/ntvfs/cifs/vfs_cifs.c struct ntvfs_request *req = async->req;
async 643 source4/ntvfs/cifs/vfs_cifs.c req->async_states->status = smb_raw_read_recv(c_req, async->parms);
async 644 source4/ntvfs/cifs/vfs_cifs.c talloc_free(async);
async 680 source4/ntvfs/cifs/vfs_cifs.c struct async_info *async = c_req->async.private_data;
async 681 source4/ntvfs/cifs/vfs_cifs.c struct ntvfs_request *req = async->req;
async 682 source4/ntvfs/cifs/vfs_cifs.c req->async_states->status = smb_raw_write_recv(c_req, async->parms);
async 683 source4/ntvfs/cifs/vfs_cifs.c talloc_free(async);
async 718 source4/ntvfs/cifs/vfs_cifs.c struct async_info *async = c_req->async.private_data;
async 719 source4/ntvfs/cifs/vfs_cifs.c struct ntvfs_request *req = async->req;
async 720 source4/ntvfs/cifs/vfs_cifs.c req->async_states->status = smb_raw_seek_recv(c_req, async->parms);
async 721 source4/ntvfs/cifs/vfs_cifs.c talloc_free(async);
async 933 source4/ntvfs/cifs/vfs_cifs.c struct async_info *async = c_req->async.private_data;
async 934 source4/ntvfs/cifs/vfs_cifs.c struct ntvfs_request *req = async->req;
async 935 source4/ntvfs/cifs/vfs_cifs.c req->async_states->status = smb_raw_fsinfo_recv(c_req, req, async->parms);
async 936 source4/ntvfs/cifs/vfs_cifs.c talloc_free(async);
async 1013 source4/ntvfs/cifs/vfs_cifs.c struct async_info *async = c_req->async.private_data;
async 1014 source4/ntvfs/cifs/vfs_cifs.c struct ntvfs_request *req = async->req;
async 1015 source4/ntvfs/cifs/vfs_cifs.c req->async_states->status = smb_raw_trans2_recv(c_req, req, async->parms);
async 1016 source4/ntvfs/cifs/vfs_cifs.c talloc_free(async);
async 1057 source4/ntvfs/cifs/vfs_cifs.c struct async_info *async = c_req->async.private_data;
async 1058 source4/ntvfs/cifs/vfs_cifs.c struct ntvfs_request *req = async->req;
async 1059 source4/ntvfs/cifs/vfs_cifs.c req->async_states->status = smb_raw_changenotify_recv(c_req, req, async->parms);
async 1060 source4/ntvfs/cifs/vfs_cifs.c talloc_free(async);
async 37 source4/ntvfs/ntvfs_util.c struct ntvfs_async_state *async;
async 48 source4/ntvfs/ntvfs_util.c async = talloc(req, struct ntvfs_async_state);
async 49 source4/ntvfs/ntvfs_util.c if (!async) goto failed;
async 51 source4/ntvfs/ntvfs_util.c async->state = state;
async 52 source4/ntvfs/ntvfs_util.c async->private_data = private_data;
async 53 source4/ntvfs/ntvfs_util.c async->send_fn = send_fn;
async 54 source4/ntvfs/ntvfs_util.c async->status = NT_STATUS_INTERNAL_ERROR;
async 55 source4/ntvfs/ntvfs_util.c async->ntvfs = NULL;
async 57 source4/ntvfs/ntvfs_util.c DLIST_ADD(req->async_states, async);
async 70 source4/ntvfs/ntvfs_util.c struct ntvfs_async_state *async;
async 72 source4/ntvfs/ntvfs_util.c async = talloc(req, struct ntvfs_async_state);
async 73 source4/ntvfs/ntvfs_util.c NT_STATUS_HAVE_NO_MEMORY(async);
async 75 source4/ntvfs/ntvfs_util.c async->state = req->async_states->state;
async 76 source4/ntvfs/ntvfs_util.c async->private_data = private_data;
async 77 source4/ntvfs/ntvfs_util.c async->send_fn = send_fn;
async 78 source4/ntvfs/ntvfs_util.c async->status = NT_STATUS_INTERNAL_ERROR;
async 80 source4/ntvfs/ntvfs_util.c async->ntvfs = ntvfs;
async 82 source4/ntvfs/ntvfs_util.c DLIST_ADD(req->async_states, async);
async 89 source4/ntvfs/ntvfs_util.c struct ntvfs_async_state *async;
async 91 source4/ntvfs/ntvfs_util.c async = req->async_states;
async 93 source4/ntvfs/ntvfs_util.c DLIST_REMOVE(req->async_states, async);
async 95 source4/ntvfs/ntvfs_util.c req->async_states->state = async->state;
async 96 source4/ntvfs/ntvfs_util.c req->async_states->status = async->status;
async 98 source4/ntvfs/ntvfs_util.c talloc_free(async);
async 285 source4/ntvfs/smb2/vfs_smb2.c static int async_info_destructor(struct async_info *async)
async 287 source4/ntvfs/smb2/vfs_smb2.c DLIST_REMOVE(async->cvfs->pending, async);
async 298 source4/ntvfs/smb2/vfs_smb2.c struct async_info *async = c_req->async.private_data;
async 299 source4/ntvfs/smb2/vfs_smb2.c struct ntvfs_request *req = async->req;
async 303 source4/ntvfs/smb2/vfs_smb2.c talloc_free(async);
async 314 source4/ntvfs/smb2/vfs_smb2.c struct async_info *async = c_req->async.private_data;
async 315 source4/ntvfs/smb2/vfs_smb2.c struct ntvfs_request *req = async->req;
async 318 source4/ntvfs/smb2/vfs_smb2.c talloc_free(async);
async 327 source4/ntvfs/smb2/vfs_smb2.c struct async_info *async; \
async 328 source4/ntvfs/smb2/vfs_smb2.c async = talloc(req, struct async_info); \
async 329 source4/ntvfs/smb2/vfs_smb2.c if (!async) return NT_STATUS_NO_MEMORY; \
async 330 source4/ntvfs/smb2/vfs_smb2.c async->parms = io; \
async 331 source4/ntvfs/smb2/vfs_smb2.c async->req = req; \
async 332 source4/ntvfs/smb2/vfs_smb2.c async->f = file; \
async 333 source4/ntvfs/smb2/vfs_smb2.c async->cvfs = p; \
async 334 source4/ntvfs/smb2/vfs_smb2.c async->c_req = c_req; \
async 335 source4/ntvfs/smb2/vfs_smb2.c DLIST_ADD(p->pending, async); \
async 336 source4/ntvfs/smb2/vfs_smb2.c c_req->async.private_data = async; \
async 337 source4/ntvfs/smb2/vfs_smb2.c talloc_set_destructor(async, async_info_destructor); \
async 339 source4/ntvfs/smb2/vfs_smb2.c c_req->async.fn = async_fn; \
async 618 source4/ntvfs/smb2/vfs_smb2.c struct async_info *async = c_req->async.private_data;
async 619 source4/ntvfs/smb2/vfs_smb2.c struct ntvfs_request *req = async->req;
async 620 source4/ntvfs/smb2/vfs_smb2.c req->async_states->status = smb2_getinfo_fs_recv(c_req, req, async->parms);
async 621 source4/ntvfs/smb2/vfs_smb2.c talloc_free(async);
async 512 source4/torture/basic/misc.c req->async.fn = benchrw_callback;
async 513 source4/torture/basic/misc.c req->async.private_data = state;
async 524 source4/torture/basic/misc.c struct benchrw_state *state = req->async.private_data;
async 598 source4/torture/basic/misc.c req->async.fn = benchrw_rw_callback;
async 599 source4/torture/basic/misc.c req->async.private_data = state;
async 646 source4/torture/basic/misc.c req->async.fn = benchrw_callback;
async 647 source4/torture/basic/misc.c req->async.private_data = state;
async 693 source4/torture/basic/misc.c req->async.fn = benchrw_callback;
async 694 source4/torture/basic/misc.c req->async.private_data = state;
async 704 source4/torture/basic/misc.c struct benchrw_state *state = req->async.private_data;
async 778 source4/torture/basic/misc.c struct benchrw_state *state = con->async.private_data;
async 893 source4/torture/basic/misc.c req1->async.fn = async_open_callback;
async 894 source4/torture/basic/misc.c req1->async.private_data=state[i];
async 915 source4/torture/basic/misc.c req->async.fn = benchrw_callback;
async 916 source4/torture/basic/misc.c req->async.private_data=state[i];
async 1026 source4/torture/gentest.c req->async.fn = oplock_handler_close_recv_smb;
async 1027 source4/torture/gentest.c req->async.private_data = NULL;
async 1089 source4/torture/gentest.c req->async.fn = oplock_handler_ack_callback_smb2;
async 1090 source4/torture/gentest.c req->async.private_data = NULL;
async 1146 source4/torture/gentest.c req->async.fn = oplock_handler_close_recv_smb2;
async 1147 source4/torture/gentest.c req->async.private_data = NULL;
async 2498 source4/torture/gentest.c req->async.fn = async_notify_smb;
async 36 source4/torture/ldap/cldapbench.c struct bench_state *state = talloc_get_type(req->async.private_data, struct bench_state);
async 78 source4/torture/ldap/cldapbench.c req->async.private_data = state;
async 79 source4/torture/ldap/cldapbench.c req->async.fn = request_netlogon_handler;
async 109 source4/torture/ldap/cldapbench.c struct bench_state *state = talloc_get_type(req->async.private_data, struct bench_state);
async 151 source4/torture/ldap/cldapbench.c req->async.private_data = state;
async 152 source4/torture/ldap/cldapbench.c req->async.fn = request_rootdse_handler;
async 36 source4/torture/nbt/query.c struct result_struct *v = talloc_get_type(req->async.private_data, struct result_struct);
async 78 source4/torture/nbt/query.c req->async.fn = increment_handler;
async 79 source4/torture/nbt/query.c req->async.private_data = result;
async 59 source4/torture/nbt/winsbench.c struct idx_state *istate = talloc_get_type(req->async.private_data, struct idx_state);
async 102 source4/torture/nbt/winsbench.c req->async.fn = register_handler;
async 103 source4/torture/nbt/winsbench.c req->async.private_data = istate;
async 111 source4/torture/nbt/winsbench.c struct idx_state *istate = talloc_get_type(req->async.private_data, struct idx_state);
async 152 source4/torture/nbt/winsbench.c req->async.fn = release_handler;
async 153 source4/torture/nbt/winsbench.c req->async.private_data = istate;
async 161 source4/torture/nbt/winsbench.c struct idx_state *istate = talloc_get_type(req->async.private_data, struct idx_state);
async 199 source4/torture/nbt/winsbench.c req->async.fn = query_handler;
async 200 source4/torture/nbt/winsbench.c req->async.private_data = istate;
async 40 source4/torture/raw/composite.c int *count = talloc_get_type(c->async.private_data, int);
async 84 source4/torture/raw/composite.c c[i]->async.fn = loadfile_complete;
async 85 source4/torture/raw/composite.c c[i]->async.private_data = count;
async 178 source4/torture/raw/composite.c c[i]->async.fn = loadfile_complete;
async 179 source4/torture/raw/composite.c c[i]->async.private_data = count;
async 298 source4/torture/raw/composite.c c[i]->async.fn = loadfile_complete;
async 299 source4/torture/raw/composite.c c[i]->async.private_data = count;
async 368 source4/torture/raw/composite.c c[i]->async.fn = loadfile_complete;
async 369 source4/torture/raw/composite.c c[i]->async.private_data = count;
async 115 source4/torture/raw/lockbench.c state->req->async.private_data = state;
async 116 source4/torture/raw/lockbench.c state->req->async.fn = lock_completion;
async 149 source4/torture/raw/lockbench.c struct benchlock_state *state = (struct benchlock_state *)ctx->async.private_data;
async 215 source4/torture/raw/lockbench.c ctx->async.fn = reopen_connection_complete;
async 216 source4/torture/raw/lockbench.c ctx->async.private_data = state;
async 225 source4/torture/raw/lockbench.c struct benchlock_state *state = (struct benchlock_state *)req->async.private_data;
async 265 source4/torture/raw/lockbench.c struct benchlock_state *state = (struct benchlock_state *)req->async.private_data;
async 308 source4/torture/raw/lockbench.c req->async.private_data = &state[i];
async 309 source4/torture/raw/lockbench.c req->async.fn = echo_completion;
async 90 source4/torture/raw/offline.c struct offline_state *state = ctx->async.private_data;
async 137 source4/torture/raw/offline.c struct offline_state *state = ctx->async.private_data;
async 162 source4/torture/raw/offline.c struct offline_state *state = req->async.private_data;
async 186 source4/torture/raw/offline.c struct offline_state *state = req->async.private_data;
async 248 source4/torture/raw/offline.c ctx->async.fn = loadfile_callback;
async 249 source4/torture/raw/offline.c ctx->async.private_data = state;
async 268 source4/torture/raw/offline.c ctx->async.fn = savefile_callback;
async 269 source4/torture/raw/offline.c ctx->async.private_data = state;
async 288 source4/torture/raw/offline.c state->req->async.fn = setoffline_callback;
async 289 source4/torture/raw/offline.c state->req->async.private_data = state;
async 305 source4/torture/raw/offline.c state->req->async.fn = getoffline_callback;
async 306 source4/torture/raw/offline.c state->req->async.private_data = state;
async 321 source4/torture/raw/offline.c struct offline_state *state = (struct offline_state *)req->async.private_data;
async 383 source4/torture/raw/offline.c req->async.private_data = &state[i];
async 384 source4/torture/raw/offline.c req->async.fn = echo_completion;
async 86 source4/torture/raw/openbench.c struct benchopen_state *state = (struct benchopen_state *)ctx->async.private_data;
async 158 source4/torture/raw/openbench.c ctx->async.fn = reopen_connection_complete;
async 159 source4/torture/raw/openbench.c ctx->async.private_data = state;
async 188 source4/torture/raw/openbench.c state->req_open->async.fn = open_completed;
async 189 source4/torture/raw/openbench.c state->req_open->async.private_data = state;
async 205 source4/torture/raw/openbench.c state->req_close->async.fn = close_completed;
async 206 source4/torture/raw/openbench.c state->req_close->async.private_data = state;
async 214 source4/torture/raw/openbench.c struct benchopen_state *state = (struct benchopen_state *)req->async.private_data;
async 245 source4/torture/raw/openbench.c state->req_open->async.fn = open_completed;
async 246 source4/torture/raw/openbench.c state->req_open->async.private_data = state;
async 278 source4/torture/raw/openbench.c struct benchopen_state *state = (struct benchopen_state *)req->async.private_data;
async 315 source4/torture/raw/openbench.c struct benchopen_state *state = (struct benchopen_state *)req->async.private_data;
async 360 source4/torture/raw/openbench.c req->async.private_data = &state[i];
async 361 source4/torture/raw/openbench.c req->async.fn = echo_completion;
async 168 source4/torture/raw/oplock.c req->async.fn = oplock_handler_close_recv;
async 169 source4/torture/raw/oplock.c req->async.private_data = NULL;
async 712 source4/torture/rpc/lsa.c int *replies = (int *)req->async.private_data;
async 775 source4/torture/rpc/lsa.c req[i]->async.callback = lookupsids_cb;
async 776 source4/torture/rpc/lsa.c req[i]->async.private_data = &replies;
async 2161 source4/torture/rpc/netlogon.c int *counter = (int *)req->async.private_data;
async 2218 source4/torture/rpc/netlogon.c req[i]->async.callback = async_callback;
async 2219 source4/torture/rpc/netlogon.c req[i]->async.private_data = async_counter;
async 546 source4/torture/rpc/schannel.c (struct torture_schannel_bench_conn *)c->async.private_data;
async 634 source4/torture/rpc/schannel.c req->async.callback = torture_schannel_bench_recv;
async 635 source4/torture/rpc/schannel.c req->async.private_data = conn;
async 644 source4/torture/rpc/schannel.c (struct torture_schannel_bench_conn *)req->async.private_data;
async 754 source4/torture/rpc/schannel.c c->async.fn = torture_schannel_bench_connected;
async 755 source4/torture/rpc/schannel.c c->async.private_data = &s->conns[i];
async 100 source4/torture/smb2/oplocks.c req->async.fn = torture_oplock_break_callback;
async 101 source4/torture/smb2/oplocks.c req->async.private_data = NULL;
async 100 source4/winbind/wb_async_helpers.c req->async.callback = lsa_lookupsids_recv_names;
async 101 source4/winbind/wb_async_helpers.c req->async.private_data = state;
async 112 source4/winbind/wb_async_helpers.c talloc_get_type(req->async.private_data,
async 249 source4/winbind/wb_async_helpers.c req->async.callback = lsa_lookupnames_recv_sids;
async 250 source4/winbind/wb_async_helpers.c req->async.private_data = state;
async 261 source4/winbind/wb_async_helpers.c talloc_get_type(req->async.private_data,
async 370 source4/winbind/wb_async_helpers.c req->async.callback = samr_usergroups_recv_open;
async 371 source4/winbind/wb_async_helpers.c req->async.private_data = state;
async 382 source4/winbind/wb_async_helpers.c talloc_get_type(req->async.private_data,
async 402 source4/winbind/wb_async_helpers.c talloc_get_type(req->async.private_data,
async 421 source4/winbind/wb_async_helpers.c talloc_get_type(req->async.private_data,
async 60 source4/winbind/wb_cmd_getdcname.c ctx->async.fn = getdcname_recv_domain;
async 61 source4/winbind/wb_cmd_getdcname.c ctx->async.private_data = state;
async 72 source4/winbind/wb_cmd_getdcname.c talloc_get_type(ctx->async.private_data,
async 96 source4/winbind/wb_cmd_getdcname.c talloc_get_type(req->async.private_data,
async 82 source4/winbind/wb_cmd_getgrgid.c talloc_get_type(ctx->async.private_data,
async 100 source4/winbind/wb_cmd_getgrgid.c talloc_get_type(ctx->async.private_data,
async 132 source4/winbind/wb_cmd_getgrgid.c talloc_get_type(ctx->async.private_data,
async 76 source4/winbind/wb_cmd_getgrnam.c ctx->async.private_data, struct cmd_getgrnam_state);
async 109 source4/winbind/wb_cmd_getgrnam.c ctx->async.private_data, struct cmd_getgrnam_state);
async 138 source4/winbind/wb_cmd_getgrnam.c ctx->async.private_data, struct cmd_getgrnam_state);
async 93 source4/winbind/wb_cmd_getpwent.c talloc_get_type(ctx->async.private_data,
async 77 source4/winbind/wb_cmd_getpwnam.c ctx->async.private_data, struct cmd_getpwnam_state);
async 110 source4/winbind/wb_cmd_getpwnam.c ctx->async.private_data, struct cmd_getpwnam_state);
async 149 source4/winbind/wb_cmd_getpwnam.c ctx->async.private_data, struct cmd_getpwnam_state);
async 166 source4/winbind/wb_cmd_getpwnam.c ctx->async.private_data, struct cmd_getpwnam_state);
async 83 source4/winbind/wb_cmd_getpwuid.c talloc_get_type(ctx->async.private_data,
async 101 source4/winbind/wb_cmd_getpwuid.c talloc_get_type(ctx->async.private_data,
async 133 source4/winbind/wb_cmd_getpwuid.c talloc_get_type(ctx->async.private_data,
async 174 source4/winbind/wb_cmd_getpwuid.c talloc_get_type(ctx->async.private_data,
async 86 source4/winbind/wb_cmd_list_groups.c ctx->async.private_data, struct cmd_list_groups_state);
async 125 source4/winbind/wb_cmd_list_groups.c ctx->async.private_data, struct cmd_list_groups_state);
async 64 source4/winbind/wb_cmd_list_trustdom.c ctx->async.fn = cmd_list_trustdoms_recv_domain;
async 65 source4/winbind/wb_cmd_list_trustdom.c ctx->async.private_data = state;
async 76 source4/winbind/wb_cmd_list_trustdom.c talloc_get_type(ctx->async.private_data,
async 95 source4/winbind/wb_cmd_list_trustdom.c talloc_get_type(ctx->async.private_data,
async 125 source4/winbind/wb_cmd_list_trustdom.c talloc_get_type(req->async.private_data,
async 86 source4/winbind/wb_cmd_list_users.c ctx->async.private_data, struct cmd_list_users_state);
async 125 source4/winbind/wb_cmd_list_users.c ctx->async.private_data, struct cmd_list_users_state);
async 60 source4/winbind/wb_cmd_lookupname.c ctx->async.fn = lookupname_recv_domain;
async 61 source4/winbind/wb_cmd_lookupname.c ctx->async.private_data = state;
async 72 source4/winbind/wb_cmd_lookupname.c talloc_get_type(ctx->async.private_data,
async 87 source4/winbind/wb_cmd_lookupname.c talloc_get_type(ctx->async.private_data,
async 60 source4/winbind/wb_cmd_lookupsid.c ctx->async.fn = lookupsid_recv_domain;
async 61 source4/winbind/wb_cmd_lookupsid.c ctx->async.private_data = state;
async 72 source4/winbind/wb_cmd_lookupsid.c talloc_get_type(ctx->async.private_data,
async 87 source4/winbind/wb_cmd_lookupsid.c talloc_get_type(ctx->async.private_data,
async 72 source4/winbind/wb_cmd_setpwent.c ctx->async.private_data, struct cmd_setpwent_state);
async 105 source4/winbind/wb_cmd_setpwent.c ctx->async.private_data, struct cmd_setpwent_state);
async 77 source4/winbind/wb_cmd_userdomgroups.c talloc_get_type(ctx->async.private_data,
async 94 source4/winbind/wb_cmd_userdomgroups.c talloc_get_type(ctx->async.private_data,
async 75 source4/winbind/wb_cmd_usersids.c ctx->async.fn = usersids_recv_domgroups;
async 76 source4/winbind/wb_cmd_usersids.c ctx->async.private_data = state;
async 87 source4/winbind/wb_cmd_usersids.c talloc_get_type(ctx->async.private_data,
async 103 source4/winbind/wb_cmd_usersids.c talloc_get_type(ctx->async.private_data,
async 137 source4/winbind/wb_cmd_usersids.c talloc_get_type(req->async.private_data,
async 82 source4/winbind/wb_connect_lsa.c talloc_get_type(ctx->async.private_data,
async 108 source4/winbind/wb_connect_lsa.c talloc_get_type(req->async.private_data,
async 87 source4/winbind/wb_connect_sam.c talloc_get_type(ctx->async.private_data,
async 111 source4/winbind/wb_connect_sam.c talloc_get_type(req->async.private_data,
async 135 source4/winbind/wb_connect_sam.c talloc_get_type(req->async.private_data,
async 91 source4/winbind/wb_dom_info.c talloc_get_type(ctx->async.private_data,
async 78 source4/winbind/wb_dom_info_trusted.c ctx->async.fn = trusted_dom_info_recv_domain;
async 79 source4/winbind/wb_dom_info_trusted.c ctx->async.private_data = state;
async 90 source4/winbind/wb_dom_info_trusted.c talloc_get_type(ctx->async.private_data,
async 123 source4/winbind/wb_dom_info_trusted.c talloc_get_type(req->async.private_data,
async 179 source4/winbind/wb_dom_info_trusted.c talloc_get_type(req->async.private_data,
async 208 source4/winbind/wb_dom_info_trusted.c talloc_get_type(ctx->async.private_data,
async 77 source4/winbind/wb_gid2sid.c struct gid2sid_state *state = talloc_get_type(ctx->async.private_data,
async 205 source4/winbind/wb_init_domain.c talloc_get_type(ctx->async.private_data,
async 274 source4/winbind/wb_init_domain.c talloc_get_type(ctx->async.private_data,
async 314 source4/winbind/wb_init_domain.c talloc_get_type(req->async.private_data,
async 346 source4/winbind/wb_init_domain.c talloc_get_type(req->async.private_data, struct init_domain_state);
async 392 source4/winbind/wb_init_domain.c talloc_get_type(ctx->async.private_data,
async 55 source4/winbind/wb_irpc.c ctx->async.fn = wb_irpc_SamLogon_callback;
async 56 source4/winbind/wb_irpc.c ctx->async.private_data = s;
async 64 source4/winbind/wb_irpc.c struct wb_irpc_SamLogon_state *s = talloc_get_type(ctx->async.private_data,
async 125 source4/winbind/wb_irpc.c s = talloc_get_type(ctx->async.private_data,
async 74 source4/winbind/wb_name2domain.c talloc_get_type(ctx->async.private_data,
async 91 source4/winbind/wb_name2domain.c talloc_get_type(ctx->async.private_data,
async 139 source4/winbind/wb_pam_auth.c talloc_get_type(ctx->async.private_data,
async 80 source4/winbind/wb_sam_logon.c struct wb_sam_logon_state *s = talloc_get_type(creq->async.private_data,
async 128 source4/winbind/wb_sam_logon.c struct wb_sam_logon_state *s = talloc_get_type(req->async.private_data,
async 170 source4/winbind/wb_samba3_cmd.c ctx->async.fn = check_machacc_recv;
async 171 source4/winbind/wb_samba3_cmd.c ctx->async.private_data = s3call;
async 179 source4/winbind/wb_samba3_cmd.c talloc_get_type(ctx->async.private_data,
async 210 source4/winbind/wb_samba3_cmd.c ctx->async.fn = getdcname_recv_dc;
async 211 source4/winbind/wb_samba3_cmd.c ctx->async.private_data = s3call;
async 219 source4/winbind/wb_samba3_cmd.c talloc_get_type(ctx->async.private_data,
async 258 source4/winbind/wb_samba3_cmd.c ctx->async.fn = userdomgroups_recv_groups;
async 259 source4/winbind/wb_samba3_cmd.c ctx->async.private_data = s3call;
async 267 source4/winbind/wb_samba3_cmd.c talloc_get_type(ctx->async.private_data,
async 325 source4/winbind/wb_samba3_cmd.c ctx->async.fn = usersids_recv_sids;
async 326 source4/winbind/wb_samba3_cmd.c ctx->async.private_data = s3call;
async 334 source4/winbind/wb_samba3_cmd.c talloc_get_type(ctx->async.private_data,
async 398 source4/winbind/wb_samba3_cmd.c ctx->async.fn = lookupname_recv_sid;
async 399 source4/winbind/wb_samba3_cmd.c ctx->async.private_data = s3call;
async 407 source4/winbind/wb_samba3_cmd.c talloc_get_type(ctx->async.private_data,
async 450 source4/winbind/wb_samba3_cmd.c ctx->async.fn = lookupsid_recv_name;
async 451 source4/winbind/wb_samba3_cmd.c ctx->async.private_data = s3call;
async 459 source4/winbind/wb_samba3_cmd.c talloc_get_type(ctx->async.private_data,
async 514 source4/winbind/wb_samba3_cmd.c ctx->async.fn = pam_auth_crap_recv;
async 515 source4/winbind/wb_samba3_cmd.c ctx->async.private_data = s3call;
async 523 source4/winbind/wb_samba3_cmd.c talloc_get_type(ctx->async.private_data,
async 597 source4/winbind/wb_samba3_cmd.c ctx->async.fn = pam_auth_recv;
async 598 source4/winbind/wb_samba3_cmd.c ctx->async.private_data = s3call;
async 606 source4/winbind/wb_samba3_cmd.c talloc_get_type(ctx->async.private_data,
async 635 source4/winbind/wb_samba3_cmd.c ctx->async.fn = list_trustdom_recv_doms;
async 636 source4/winbind/wb_samba3_cmd.c ctx->async.private_data = s3call;
async 644 source4/winbind/wb_samba3_cmd.c talloc_get_type(ctx->async.private_data,
async 697 source4/winbind/wb_samba3_cmd.c ctx->async.fn = list_groups_recv;
async 698 source4/winbind/wb_samba3_cmd.c ctx->async.private_data = s3call;
async 706 source4/winbind/wb_samba3_cmd.c ctx->async.private_data,
async 744 source4/winbind/wb_samba3_cmd.c ctx->async.fn = list_users_recv;
async 745 source4/winbind/wb_samba3_cmd.c ctx->async.private_data = s3call;
async 753 source4/winbind/wb_samba3_cmd.c talloc_get_type(ctx->async.private_data,
async 791 source4/winbind/wb_samba3_cmd.c ctx->async.fn = getpwnam_recv;
async 792 source4/winbind/wb_samba3_cmd.c ctx->async.private_data = s3call;
async 800 source4/winbind/wb_samba3_cmd.c talloc_get_type(ctx->async.private_data,
async 827 source4/winbind/wb_samba3_cmd.c ctx->async.fn = getpwuid_recv;
async 828 source4/winbind/wb_samba3_cmd.c ctx->async.private_data = s3call;
async 836 source4/winbind/wb_samba3_cmd.c talloc_get_type(ctx->async.private_data,
async 862 source4/winbind/wb_samba3_cmd.c ctx->async.fn = setpwent_recv;
async 863 source4/winbind/wb_samba3_cmd.c ctx->async.private_data = s3call;
async 871 source4/winbind/wb_samba3_cmd.c talloc_get_type(ctx->async.private_data,
async 906 source4/winbind/wb_samba3_cmd.c ctx->async.fn = getpwent_recv;
async 907 source4/winbind/wb_samba3_cmd.c ctx->async.private_data = s3call;
async 915 source4/winbind/wb_samba3_cmd.c talloc_get_type(ctx->async.private_data,
async 964 source4/winbind/wb_samba3_cmd.c ctx->async.fn = getgrnam_recv;
async 965 source4/winbind/wb_samba3_cmd.c ctx->async.private_data = s3call;
async 973 source4/winbind/wb_samba3_cmd.c talloc_get_type(ctx->async.private_data,
async 1000 source4/winbind/wb_samba3_cmd.c ctx->async.fn = getgrgid_recv;
async 1001 source4/winbind/wb_samba3_cmd.c ctx->async.private_data = s3call;
async 1009 source4/winbind/wb_samba3_cmd.c talloc_get_type(ctx->async.private_data,
async 1068 source4/winbind/wb_samba3_cmd.c ctx->async.fn = sid2uid_recv;
async 1069 source4/winbind/wb_samba3_cmd.c ctx->async.private_data = s3call;
async 1078 source4/winbind/wb_samba3_cmd.c talloc_get_type(ctx->async.private_data,
async 1106 source4/winbind/wb_samba3_cmd.c ctx->async.fn = sid2gid_recv;
async 1107 source4/winbind/wb_samba3_cmd.c ctx->async.private_data = s3call;
async 1116 source4/winbind/wb_samba3_cmd.c talloc_get_type(ctx->async.private_data,
async 1140 source4/winbind/wb_samba3_cmd.c ctx->async.fn = uid2sid_recv;
async 1141 source4/winbind/wb_samba3_cmd.c ctx->async.private_data = s3call;
async 1150 source4/winbind/wb_samba3_cmd.c talloc_get_type(ctx->async.private_data,
async 1188 source4/winbind/wb_samba3_cmd.c ctx->async.fn = gid2sid_recv;
async 1189 source4/winbind/wb_samba3_cmd.c ctx->async.private_data = s3call;
async 1198 source4/winbind/wb_samba3_cmd.c talloc_get_type(ctx->async.private_data,
async 91 source4/winbind/wb_sid2domain.c ctx->async.fn = sid2domain_recv_dom_info;
async 92 source4/winbind/wb_sid2domain.c ctx->async.private_data = state;
async 111 source4/winbind/wb_sid2domain.c talloc_get_type(ctx->async.private_data,
async 126 source4/winbind/wb_sid2domain.c talloc_get_type(ctx->async.private_data,
async 152 source4/winbind/wb_sid2domain.c talloc_get_type(ctx->async.private_data,
async 167 source4/winbind/wb_sid2domain.c talloc_get_type(ctx->async.private_data,
async 72 source4/winbind/wb_sid2gid.c struct sid2gid_state *state = talloc_get_type(ctx->async.private_data,
async 72 source4/winbind/wb_sid2uid.c struct sid2uid_state *state = talloc_get_type(ctx->async.private_data,
async 77 source4/winbind/wb_uid2sid.c struct uid2sid_state *state = talloc_get_type(ctx->async.private_data,
async 896 source4/wrepl_server/wrepl_apply_records.c struct r_do_challenge_state *state = talloc_get_type(ireq->async.private_data,
async 933 source4/wrepl_server/wrepl_apply_records.c ireq->async.fn = r_do_late_release_demand_handler;
async 934 source4/wrepl_server/wrepl_apply_records.c ireq->async.private_data= state;
async 957 source4/wrepl_server/wrepl_apply_records.c struct r_do_challenge_state *state = talloc_get_type(ireq->async.private_data,
async 1078 source4/wrepl_server/wrepl_apply_records.c ireq->async.fn = r_do_challenge_handler;
async 1079 source4/wrepl_server/wrepl_apply_records.c ireq->async.private_data= state;
async 1093 source4/wrepl_server/wrepl_apply_records.c struct r_do_release_demand_state *state = talloc_get_type(ireq->async.private_data,
async 1154 source4/wrepl_server/wrepl_apply_records.c ireq->async.fn = r_do_release_demand_handler;
async 1155 source4/wrepl_server/wrepl_apply_records.c ireq->async.private_data= state;
async 326 source4/wrepl_server/wrepl_in_call.c struct wreplsrv_in_update_state *update_state = talloc_get_type(creq->async.private_data,
async 387 source4/wrepl_server/wrepl_in_call.c update_state->creq->async.fn = wreplsrv_in_update_handler;
async 388 source4/wrepl_server/wrepl_in_call.c update_state->creq->async.private_data = update_state;
async 64 source4/wrepl_server/wrepl_out_helpers.c state->req->async.fn = wreplsrv_out_connect_handler_req;
async 65 source4/wrepl_server/wrepl_out_helpers.c state->req->async.private_data = state;
async 119 source4/wrepl_server/wrepl_out_helpers.c if (c->state >= COMPOSITE_STATE_DONE && c->async.fn) {
async 120 source4/wrepl_server/wrepl_out_helpers.c c->async.fn(c);
async 126 source4/wrepl_server/wrepl_out_helpers.c struct wreplsrv_out_connect_state *state = talloc_get_type(creq->async.private_data,
async 134 source4/wrepl_server/wrepl_out_helpers.c struct wreplsrv_out_connect_state *state = talloc_get_type(req->async.private_data,
async 205 source4/wrepl_server/wrepl_out_helpers.c state->c_req->async.fn = wreplsrv_out_connect_handler_creq;
async 206 source4/wrepl_server/wrepl_out_helpers.c state->c_req->async.private_data = state;
async 278 source4/wrepl_server/wrepl_out_helpers.c state->req->async.fn = wreplsrv_pull_table_handler_req;
async 279 source4/wrepl_server/wrepl_out_helpers.c state->req->async.private_data = state;
async 318 source4/wrepl_server/wrepl_out_helpers.c if (c->state >= COMPOSITE_STATE_DONE && c->async.fn) {
async 319 source4/wrepl_server/wrepl_out_helpers.c c->async.fn(c);
async 325 source4/wrepl_server/wrepl_out_helpers.c struct wreplsrv_pull_table_state *state = talloc_get_type(creq->async.private_data,
async 333 source4/wrepl_server/wrepl_out_helpers.c struct wreplsrv_pull_table_state *state = talloc_get_type(req->async.private_data,
async 369 source4/wrepl_server/wrepl_out_helpers.c state->creq->async.fn = wreplsrv_pull_table_handler_creq;
async 370 source4/wrepl_server/wrepl_out_helpers.c state->creq->async.private_data = state;
async 438 source4/wrepl_server/wrepl_out_helpers.c state->req->async.fn = wreplsrv_pull_names_handler_req;
async 439 source4/wrepl_server/wrepl_out_helpers.c state->req->async.private_data = state;
async 478 source4/wrepl_server/wrepl_out_helpers.c if (c->state >= COMPOSITE_STATE_DONE && c->async.fn) {
async 479 source4/wrepl_server/wrepl_out_helpers.c c->async.fn(c);
async 485 source4/wrepl_server/wrepl_out_helpers.c struct wreplsrv_pull_names_state *state = talloc_get_type(creq->async.private_data,
async 493 source4/wrepl_server/wrepl_out_helpers.c struct wreplsrv_pull_names_state *state = talloc_get_type(req->async.private_data,
async 524 source4/wrepl_server/wrepl_out_helpers.c state->creq->async.fn = wreplsrv_pull_names_handler_creq;
async 525 source4/wrepl_server/wrepl_out_helpers.c state->creq->async.private_data = state;
async 626 source4/wrepl_server/wrepl_out_helpers.c state->creq->async.fn = wreplsrv_pull_cycle_handler_creq;
async 627 source4/wrepl_server/wrepl_out_helpers.c state->creq->async.private_data = state;
async 653 source4/wrepl_server/wrepl_out_helpers.c state->req->async.fn = wreplsrv_pull_cycle_handler_req;
async 654 source4/wrepl_server/wrepl_out_helpers.c state->req->async.private_data = state;
async 761 source4/wrepl_server/wrepl_out_helpers.c if (c->state >= COMPOSITE_STATE_DONE && c->async.fn) {
async 762 source4/wrepl_server/wrepl_out_helpers.c c->async.fn(c);
async 768 source4/wrepl_server/wrepl_out_helpers.c struct wreplsrv_pull_cycle_state *state = talloc_get_type(creq->async.private_data,
async 776 source4/wrepl_server/wrepl_out_helpers.c struct wreplsrv_pull_cycle_state *state = talloc_get_type(req->async.private_data,
async 807 source4/wrepl_server/wrepl_out_helpers.c state->creq->async.fn = wreplsrv_pull_cycle_handler_creq;
async 808 source4/wrepl_server/wrepl_out_helpers.c state->creq->async.private_data = state;
async 959 source4/wrepl_server/wrepl_out_helpers.c state->req->async.fn = wreplsrv_push_notify_handler_req;
async 960 source4/wrepl_server/wrepl_out_helpers.c state->req->async.private_data = state;
async 1044 source4/wrepl_server/wrepl_out_helpers.c if (c->state >= COMPOSITE_STATE_DONE && c->async.fn) {
async 1045 source4/wrepl_server/wrepl_out_helpers.c c->async.fn(c);
async 1051 source4/wrepl_server/wrepl_out_helpers.c struct wreplsrv_push_notify_state *state = talloc_get_type(creq->async.private_data,
async 1059 source4/wrepl_server/wrepl_out_helpers.c struct wreplsrv_push_notify_state *state = talloc_get_type(req->async.private_data,
async 1106 source4/wrepl_server/wrepl_out_helpers.c state->creq->async.fn = wreplsrv_push_notify_handler_creq;
async 1107 source4/wrepl_server/wrepl_out_helpers.c state->creq->async.private_data = state;
async 40 source4/wrepl_server/wrepl_out_pull.c struct wreplsrv_partner *partner = talloc_get_type(creq->async.private_data, struct wreplsrv_partner);
async 110 source4/wrepl_server/wrepl_out_pull.c partner->pull.creq->async.fn = wreplsrv_pull_handler_creq;
async 111 source4/wrepl_server/wrepl_out_pull.c partner->pull.creq->async.private_data = partner;
async 32 source4/wrepl_server/wrepl_out_push.c struct wreplsrv_partner *partner = talloc_get_type(creq->async.private_data, struct wreplsrv_partner);
async 86 source4/wrepl_server/wrepl_out_push.c partner->push.creq->async.fn = wreplsrv_push_handler_creq;
async 87 source4/wrepl_server/wrepl_out_push.c partner->push.creq->async.private_data = partner;
async 317 source4/wrepl_server/wrepl_scavenging.c struct verify_state *s = talloc_get_type(ireq->async.private_data,
async 497 source4/wrepl_server/wrepl_scavenging.c ireq->async.fn = verify_handler;
async 498 source4/wrepl_server/wrepl_scavenging.c ireq->async.private_data= s;