tot_param_sent     91 source3/smbd/ipc.c 	int tot_param_sent = 0;
tot_param_sent    114 source3/smbd/ipc.c 				rparam, tot_param_sent, this_lparam,
tot_param_sent    144 source3/smbd/ipc.c 	tot_param_sent = this_lparam;
tot_param_sent    146 source3/smbd/ipc.c 	while (tot_data_sent < ldata || tot_param_sent < lparam)
tot_param_sent    148 source3/smbd/ipc.c 		this_lparam = MIN(lparam-tot_param_sent,
tot_param_sent    170 source3/smbd/ipc.c 					   rparam, tot_param_sent, this_lparam,
tot_param_sent    176 source3/smbd/ipc.c 		SSVAL(req->outbuf,smb_vwv5,tot_param_sent);
tot_param_sent    198 source3/smbd/ipc.c 		tot_param_sent += this_lparam;