c_req             377 source4/libcli/wrepl/winsrepl.c 	struct composite_context *c_req = wrepl_connect_send(wrepl_socket, our_ip, peer_ip);
c_req             378 source4/libcli/wrepl/winsrepl.c 	return wrepl_connect_recv(c_req);
c_req             337 source4/nbt_server/wins/winsserver.c static void wack_wins_challenge_handler(struct composite_context *c_req)
c_req             339 source4/nbt_server/wins/winsserver.c 	struct nbtd_wins_wack_state *s = talloc_get_type(c_req->async.private_data,
c_req             344 source4/nbt_server/wins/winsserver.c 	s->status = wins_challenge_recv(c_req, s, &s->io);
c_req             399 source4/nbt_server/wins/winsserver.c 	struct composite_context *c_req;
c_req             438 source4/nbt_server/wins/winsserver.c 	c_req = wins_challenge_send(s, &s->io);
c_req             439 source4/nbt_server/wins/winsserver.c 	if (c_req == NULL) goto failed;
c_req             441 source4/nbt_server/wins/winsserver.c 	c_req->async.fn			= wack_wins_challenge_handler;
c_req             442 source4/nbt_server/wins/winsserver.c 	c_req->async.private_data	= s;
c_req             261 source4/nbt_server/wins/winswack.c 	struct composite_context *c_req;
c_req             264 source4/nbt_server/wins/winswack.c static void proxy_wins_challenge_handler(struct composite_context *c_req)
c_req             268 source4/nbt_server/wins/winswack.c 	struct proxy_wins_challenge_state *s = talloc_get_type(c_req->async.private_data,
c_req             271 source4/nbt_server/wins/winswack.c 	status = wins_challenge_recv(s->c_req, s, &s->io);
c_req             320 source4/nbt_server/wins/winswack.c 	s->c_req = wins_challenge_send(s, &s->io);
c_req             321 source4/nbt_server/wins/winswack.c 	NT_STATUS_HAVE_NO_MEMORY(s->c_req);
c_req             323 source4/nbt_server/wins/winswack.c 	s->c_req->async.fn		= proxy_wins_challenge_handler;
c_req             324 source4/nbt_server/wins/winswack.c 	s->c_req->async.private_data	= s;
c_req             340 source4/nbt_server/wins/winswack.c 	struct composite_context *c_req;
c_req             343 source4/nbt_server/wins/winswack.c static void proxy_wins_release_demand_handler(struct composite_context *c_req)
c_req             346 source4/nbt_server/wins/winswack.c 	struct proxy_wins_release_demand_state *s = talloc_get_type(c_req->async.private_data,
c_req             349 source4/nbt_server/wins/winswack.c 	status = wins_release_demand_recv(s->c_req, s, &s->io);
c_req             379 source4/nbt_server/wins/winswack.c 	s->c_req = wins_release_demand_send(s, &s->io);
c_req             380 source4/nbt_server/wins/winswack.c 	NT_STATUS_HAVE_NO_MEMORY(s->c_req);
c_req             382 source4/nbt_server/wins/winswack.c 	s->c_req->async.fn		= proxy_wins_release_demand_handler;
c_req             383 source4/nbt_server/wins/winswack.c 	s->c_req->async.private_data	= s;
c_req              61 source4/ntvfs/cifs/vfs_cifs.c 	struct smbcli_request *c_req;
c_req             266 source4/ntvfs/cifs/vfs_cifs.c 		smbcli_request_destroy(a->c_req);
c_req             290 source4/ntvfs/cifs/vfs_cifs.c static void async_simple(struct smbcli_request *c_req)
c_req             292 source4/ntvfs/cifs/vfs_cifs.c 	struct async_info *async = c_req->async.private_data;
c_req             294 source4/ntvfs/cifs/vfs_cifs.c 	req->async_states->status = smbcli_request_simple_recv(c_req);
c_req             302 source4/ntvfs/cifs/vfs_cifs.c 	if (!c_req) return NT_STATUS_UNSUCCESSFUL; \
c_req             311 source4/ntvfs/cifs/vfs_cifs.c 		async->c_req = c_req; \
c_req             313 source4/ntvfs/cifs/vfs_cifs.c 		c_req->async.private_data = async; \
c_req             316 source4/ntvfs/cifs/vfs_cifs.c 	c_req->async.fn = async_fn; \
c_req             333 source4/ntvfs/cifs/vfs_cifs.c 	struct smbcli_request *c_req;
c_req             343 source4/ntvfs/cifs/vfs_cifs.c 	c_req = smb_raw_unlink_send(p->tree, unl);
c_req             351 source4/ntvfs/cifs/vfs_cifs.c static void async_ioctl(struct smbcli_request *c_req)
c_req             353 source4/ntvfs/cifs/vfs_cifs.c 	struct async_info *async = c_req->async.private_data;
c_req             355 source4/ntvfs/cifs/vfs_cifs.c 	req->async_states->status = smb_raw_ioctl_recv(c_req, req, async->parms);
c_req             367 source4/ntvfs/cifs/vfs_cifs.c 	struct smbcli_request *c_req;
c_req             377 source4/ntvfs/cifs/vfs_cifs.c 	c_req = smb_raw_ioctl_send(p->tree, io);
c_req             389 source4/ntvfs/cifs/vfs_cifs.c 	struct smbcli_request *c_req;
c_req             397 source4/ntvfs/cifs/vfs_cifs.c 	c_req = smb_raw_chkpath_send(p->tree, cp);
c_req             405 source4/ntvfs/cifs/vfs_cifs.c static void async_qpathinfo(struct smbcli_request *c_req)
c_req             407 source4/ntvfs/cifs/vfs_cifs.c 	struct async_info *async = c_req->async.private_data;
c_req             409 source4/ntvfs/cifs/vfs_cifs.c 	req->async_states->status = smb_raw_pathinfo_recv(c_req, req, async->parms);
c_req             421 source4/ntvfs/cifs/vfs_cifs.c 	struct smbcli_request *c_req;
c_req             429 source4/ntvfs/cifs/vfs_cifs.c 	c_req = smb_raw_pathinfo_send(p->tree, info);
c_req             437 source4/ntvfs/cifs/vfs_cifs.c static void async_qfileinfo(struct smbcli_request *c_req)
c_req             439 source4/ntvfs/cifs/vfs_cifs.c 	struct async_info *async = c_req->async.private_data;
c_req             441 source4/ntvfs/cifs/vfs_cifs.c 	req->async_states->status = smb_raw_fileinfo_recv(c_req, req, async->parms);
c_req             453 source4/ntvfs/cifs/vfs_cifs.c 	struct smbcli_request *c_req;
c_req             461 source4/ntvfs/cifs/vfs_cifs.c 	c_req = smb_raw_fileinfo_send(p->tree, io);
c_req             474 source4/ntvfs/cifs/vfs_cifs.c 	struct smbcli_request *c_req;
c_req             482 source4/ntvfs/cifs/vfs_cifs.c 	c_req = smb_raw_setpathinfo_send(p->tree, st);
c_req             491 source4/ntvfs/cifs/vfs_cifs.c static void async_open(struct smbcli_request *c_req)
c_req             493 source4/ntvfs/cifs/vfs_cifs.c 	struct async_info *async = c_req->async.private_data;
c_req             500 source4/ntvfs/cifs/vfs_cifs.c 	req->async_states->status = smb_raw_open_recv(c_req, req, io);
c_req             520 source4/ntvfs/cifs/vfs_cifs.c 	struct smbcli_request *c_req;
c_req             556 source4/ntvfs/cifs/vfs_cifs.c 	c_req = smb_raw_open_send(p->tree, io);
c_req             568 source4/ntvfs/cifs/vfs_cifs.c 	struct smbcli_request *c_req;
c_req             576 source4/ntvfs/cifs/vfs_cifs.c 	c_req = smb_raw_mkdir_send(p->tree, md);
c_req             588 source4/ntvfs/cifs/vfs_cifs.c 	struct smbcli_request *c_req;
c_req             595 source4/ntvfs/cifs/vfs_cifs.c 	c_req = smb_raw_rmdir_send(p->tree, rd);
c_req             607 source4/ntvfs/cifs/vfs_cifs.c 	struct smbcli_request *c_req;
c_req             622 source4/ntvfs/cifs/vfs_cifs.c 	c_req = smb_raw_rename_send(p->tree, ren);
c_req             639 source4/ntvfs/cifs/vfs_cifs.c static void async_read(struct smbcli_request *c_req)
c_req             641 source4/ntvfs/cifs/vfs_cifs.c 	struct async_info *async = c_req->async.private_data;
c_req             643 source4/ntvfs/cifs/vfs_cifs.c 	req->async_states->status = smb_raw_read_recv(c_req, async->parms);
c_req             655 source4/ntvfs/cifs/vfs_cifs.c 	struct smbcli_request *c_req;
c_req             670 source4/ntvfs/cifs/vfs_cifs.c 	c_req = smb_raw_read_send(p->tree, io);
c_req             678 source4/ntvfs/cifs/vfs_cifs.c static void async_write(struct smbcli_request *c_req)
c_req             680 source4/ntvfs/cifs/vfs_cifs.c 	struct async_info *async = c_req->async.private_data;
c_req             682 source4/ntvfs/cifs/vfs_cifs.c 	req->async_states->status = smb_raw_write_recv(c_req, async->parms);
c_req             694 source4/ntvfs/cifs/vfs_cifs.c 	struct smbcli_request *c_req;
c_req             708 source4/ntvfs/cifs/vfs_cifs.c 	c_req = smb_raw_write_send(p->tree, io);
c_req             716 source4/ntvfs/cifs/vfs_cifs.c static void async_seek(struct smbcli_request *c_req)
c_req             718 source4/ntvfs/cifs/vfs_cifs.c 	struct async_info *async = c_req->async.private_data;
c_req             720 source4/ntvfs/cifs/vfs_cifs.c 	req->async_states->status = smb_raw_seek_recv(c_req, async->parms);
c_req             733 source4/ntvfs/cifs/vfs_cifs.c 	struct smbcli_request *c_req;
c_req             741 source4/ntvfs/cifs/vfs_cifs.c 	c_req = smb_raw_seek_send(p->tree, io);
c_req             754 source4/ntvfs/cifs/vfs_cifs.c 	struct smbcli_request *c_req;
c_req             772 source4/ntvfs/cifs/vfs_cifs.c 	c_req = smb_raw_flush_send(p->tree, io);
c_req             784 source4/ntvfs/cifs/vfs_cifs.c 	struct smbcli_request *c_req;
c_req             814 source4/ntvfs/cifs/vfs_cifs.c 	c_req = smb_raw_close_send(p->tree, io);
c_req             826 source4/ntvfs/cifs/vfs_cifs.c 	struct smbcli_request *c_req;
c_req             834 source4/ntvfs/cifs/vfs_cifs.c 	c_req = smb_raw_exit_send(p->tree->session);
c_req             879 source4/ntvfs/cifs/vfs_cifs.c 	return smb_raw_ntcancel(a->c_req);
c_req             889 source4/ntvfs/cifs/vfs_cifs.c 	struct smbcli_request *c_req;
c_req             903 source4/ntvfs/cifs/vfs_cifs.c 	c_req = smb_raw_lock_send(p->tree, io);
c_req             915 source4/ntvfs/cifs/vfs_cifs.c 	struct smbcli_request *c_req;
c_req             922 source4/ntvfs/cifs/vfs_cifs.c 	c_req = smb_raw_setfileinfo_send(p->tree, io);
c_req             931 source4/ntvfs/cifs/vfs_cifs.c static void async_fsinfo(struct smbcli_request *c_req)
c_req             933 source4/ntvfs/cifs/vfs_cifs.c 	struct async_info *async = c_req->async.private_data;
c_req             935 source4/ntvfs/cifs/vfs_cifs.c 	req->async_states->status = smb_raw_fsinfo_recv(c_req, req, async->parms);
c_req             947 source4/ntvfs/cifs/vfs_cifs.c 	struct smbcli_request *c_req;
c_req             955 source4/ntvfs/cifs/vfs_cifs.c 	c_req = smb_raw_fsinfo_send(p->tree, req, fs);
c_req            1011 source4/ntvfs/cifs/vfs_cifs.c static void async_trans2(struct smbcli_request *c_req)
c_req            1013 source4/ntvfs/cifs/vfs_cifs.c 	struct async_info *async = c_req->async.private_data;
c_req            1015 source4/ntvfs/cifs/vfs_cifs.c 	req->async_states->status = smb_raw_trans2_recv(c_req, req, async->parms);
c_req            1026 source4/ntvfs/cifs/vfs_cifs.c 	struct smbcli_request *c_req;
c_req            1038 source4/ntvfs/cifs/vfs_cifs.c 	c_req = smb_raw_trans2_send(p->tree, trans2);
c_req            1055 source4/ntvfs/cifs/vfs_cifs.c static void async_changenotify(struct smbcli_request *c_req)
c_req            1057 source4/ntvfs/cifs/vfs_cifs.c 	struct async_info *async = c_req->async.private_data;
c_req            1059 source4/ntvfs/cifs/vfs_cifs.c 	req->async_states->status = smb_raw_changenotify_recv(c_req, req, async->parms);
c_req            1070 source4/ntvfs/cifs/vfs_cifs.c 	struct smbcli_request *c_req;
c_req            1093 source4/ntvfs/cifs/vfs_cifs.c 	c_req = smb_raw_changenotify_send(p->tree, io);
c_req              71 source4/ntvfs/smb2/vfs_smb2.c 	void *c_req;
c_req             272 source4/ntvfs/smb2/vfs_smb2.c 		talloc_free(a->c_req);
c_req             296 source4/ntvfs/smb2/vfs_smb2.c static void async_simple_smb2(struct smb2_request *c_req)
c_req             298 source4/ntvfs/smb2/vfs_smb2.c 	struct async_info *async = c_req->async.private_data;
c_req             301 source4/ntvfs/smb2/vfs_smb2.c 	smb2_request_receive(c_req);
c_req             302 source4/ntvfs/smb2/vfs_smb2.c 	req->async_states->status = smb2_request_destroy(c_req);
c_req             312 source4/ntvfs/smb2/vfs_smb2.c static void async_simple_composite(struct composite_context *c_req)
c_req             314 source4/ntvfs/smb2/vfs_smb2.c 	struct async_info *async = c_req->async.private_data;
c_req             317 source4/ntvfs/smb2/vfs_smb2.c 	req->async_states->status = composite_wait_free(c_req);
c_req             325 source4/ntvfs/smb2/vfs_smb2.c 	if (!c_req) return NT_STATUS_UNSUCCESSFUL; \
c_req             334 source4/ntvfs/smb2/vfs_smb2.c 		async->c_req = c_req; \
c_req             336 source4/ntvfs/smb2/vfs_smb2.c 		c_req->async.private_data = async; \
c_req             339 source4/ntvfs/smb2/vfs_smb2.c 	c_req->async.fn = async_fn; \
c_req             368 source4/ntvfs/smb2/vfs_smb2.c 	struct composite_context *c_req;
c_req             372 source4/ntvfs/smb2/vfs_smb2.c 	c_req = smb2_composite_unlink_send(p->tree, unl);
c_req             393 source4/ntvfs/smb2/vfs_smb2.c 	struct smb2_request *c_req;
c_req             415 source4/ntvfs/smb2/vfs_smb2.c 	c_req = smb2_find_send(p->tree, &f);
c_req             465 source4/ntvfs/smb2/vfs_smb2.c 	struct composite_context *c_req;
c_req             469 source4/ntvfs/smb2/vfs_smb2.c 	c_req = smb2_composite_mkdir_send(p->tree, md);
c_req             481 source4/ntvfs/smb2/vfs_smb2.c 	struct composite_context *c_req;
c_req             485 source4/ntvfs/smb2/vfs_smb2.c 	c_req = smb2_composite_rmdir_send(p->tree, rd);
c_req             616 source4/ntvfs/smb2/vfs_smb2.c static void async_fsinfo(struct smb2_request *c_req)
c_req             618 source4/ntvfs/smb2/vfs_smb2.c 	struct async_info *async = c_req->async.private_data;
c_req             620 source4/ntvfs/smb2/vfs_smb2.c 	req->async_states->status = smb2_getinfo_fs_recv(c_req, req, async->parms);
c_req             632 source4/ntvfs/smb2/vfs_smb2.c 	struct smb2_request *c_req;
c_req             672 source4/ntvfs/smb2/vfs_smb2.c 	c_req = smb2_getinfo_fs_send(p->tree, fs);
c_req              45 source4/wrepl_server/wrepl_out_helpers.c 	struct composite_context *c_req;
c_req              51 source4/wrepl_server/wrepl_out_helpers.c static void wreplsrv_out_connect_handler_creq(struct composite_context *c_req);
c_req              58 source4/wrepl_server/wrepl_out_helpers.c 	status = wrepl_connect_recv(state->c_req);
c_req             200 source4/wrepl_server/wrepl_out_helpers.c 	state->c_req	= wrepl_connect_send(wreplconn->sock,
c_req             203 source4/wrepl_server/wrepl_out_helpers.c 	if (!state->c_req) goto failed;
c_req             205 source4/wrepl_server/wrepl_out_helpers.c 	state->c_req->async.fn			= wreplsrv_out_connect_handler_creq;
c_req             206 source4/wrepl_server/wrepl_out_helpers.c 	state->c_req->async.private_data	= state;