this_req          531 source4/smb_server/smb/nttrans.c 		struct smbsrv_request *this_req;
this_req          549 source4/smb_server/smb/nttrans.c 			this_req = smbsrv_setup_secondary_request(req);
this_req          551 source4/smb_server/smb/nttrans.c 			this_req = req;
this_req          554 source4/smb_server/smb/nttrans.c 		req_grow_data(this_req, this_param + this_data + (align1 + align2));
this_req          556 source4/smb_server/smb/nttrans.c 		SSVAL(this_req->out.vwv, 0, 0); /* reserved */
this_req          557 source4/smb_server/smb/nttrans.c 		SCVAL(this_req->out.vwv, 2, 0); /* reserved */
this_req          558 source4/smb_server/smb/nttrans.c 		SIVAL(this_req->out.vwv, 3, trans->out.params.length);
this_req          559 source4/smb_server/smb/nttrans.c 		SIVAL(this_req->out.vwv, 7, trans->out.data.length);
this_req          561 source4/smb_server/smb/nttrans.c 		SIVAL(this_req->out.vwv, 11, this_param);
this_req          562 source4/smb_server/smb/nttrans.c 		SIVAL(this_req->out.vwv, 15, align1 + PTR_DIFF(this_req->out.data, this_req->out.hdr));
this_req          563 source4/smb_server/smb/nttrans.c 		SIVAL(this_req->out.vwv, 19, PTR_DIFF(params, trans->out.params.data));
this_req          565 source4/smb_server/smb/nttrans.c 		SIVAL(this_req->out.vwv, 23, this_data);
this_req          566 source4/smb_server/smb/nttrans.c 		SIVAL(this_req->out.vwv, 27, align1 + align2 + 
this_req          567 source4/smb_server/smb/nttrans.c 		      PTR_DIFF(this_req->out.data + this_param, this_req->out.hdr));
this_req          568 source4/smb_server/smb/nttrans.c 		SIVAL(this_req->out.vwv, 31, PTR_DIFF(data, trans->out.data.data));
this_req          570 source4/smb_server/smb/nttrans.c 		SCVAL(this_req->out.vwv, 35, trans->out.setup_count);
this_req          571 source4/smb_server/smb/nttrans.c 		memcpy((char *)(this_req->out.vwv) + VWV(18), trans->out.setup,
this_req          573 source4/smb_server/smb/nttrans.c 		memset(this_req->out.data, 0, align1);
this_req          575 source4/smb_server/smb/nttrans.c 			memcpy(this_req->out.data + align1, params, this_param);
this_req          577 source4/smb_server/smb/nttrans.c 		memset(this_req->out.data+this_param+align1, 0, align2);
this_req          579 source4/smb_server/smb/nttrans.c 			memcpy(this_req->out.data+this_param+align1+align2, 
this_req          588 source4/smb_server/smb/nttrans.c 		smbsrv_send_reply(this_req);
this_req         1267 source4/smb_server/smb/reply.c 		struct smbsrv_request *this_req;
this_req         1270 source4/smb_server/smb/reply.c 			this_req = smbsrv_setup_secondary_request(req);
this_req         1272 source4/smb_server/smb/reply.c 			this_req = req;
this_req         1275 source4/smb_server/smb/reply.c 		SSVAL(this_req->out.vwv, VWV(0), i);
this_req         1276 source4/smb_server/smb/reply.c 		smbsrv_send_reply(this_req);
this_req         1122 source4/smb_server/smb/trans2.c 		struct smbsrv_request *this_req;
this_req         1140 source4/smb_server/smb/trans2.c 			this_req = smbsrv_setup_secondary_request(req);
this_req         1142 source4/smb_server/smb/trans2.c 			this_req = req;
this_req         1145 source4/smb_server/smb/trans2.c 		req_grow_data(this_req, this_param + this_data + (align1 + align2));
this_req         1147 source4/smb_server/smb/trans2.c 		SSVAL(this_req->out.vwv, VWV(0), trans->out.params.length);
this_req         1148 source4/smb_server/smb/trans2.c 		SSVAL(this_req->out.vwv, VWV(1), trans->out.data.length);
this_req         1149 source4/smb_server/smb/trans2.c 		SSVAL(this_req->out.vwv, VWV(2), 0);
this_req         1151 source4/smb_server/smb/trans2.c 		SSVAL(this_req->out.vwv, VWV(3), this_param);
this_req         1152 source4/smb_server/smb/trans2.c 		SSVAL(this_req->out.vwv, VWV(4), align1 + PTR_DIFF(this_req->out.data, this_req->out.hdr));
this_req         1153 source4/smb_server/smb/trans2.c 		SSVAL(this_req->out.vwv, VWV(5), PTR_DIFF(params, trans->out.params.data));
this_req         1155 source4/smb_server/smb/trans2.c 		SSVAL(this_req->out.vwv, VWV(6), this_data);
this_req         1156 source4/smb_server/smb/trans2.c 		SSVAL(this_req->out.vwv, VWV(7), align1 + align2 + 
this_req         1157 source4/smb_server/smb/trans2.c 		      PTR_DIFF(this_req->out.data + this_param, this_req->out.hdr));
this_req         1158 source4/smb_server/smb/trans2.c 		SSVAL(this_req->out.vwv, VWV(8), PTR_DIFF(data, trans->out.data.data));
this_req         1160 source4/smb_server/smb/trans2.c 		SCVAL(this_req->out.vwv, VWV(9), trans->out.setup_count);
this_req         1161 source4/smb_server/smb/trans2.c 		SCVAL(this_req->out.vwv, VWV(9)+1, 0); /* reserved */
this_req         1163 source4/smb_server/smb/trans2.c 			SSVAL(this_req->out.vwv, VWV(10+i), trans->out.setup[i]);
this_req         1166 source4/smb_server/smb/trans2.c 		memset(this_req->out.data, 0, align1);
this_req         1168 source4/smb_server/smb/trans2.c 			memcpy(this_req->out.data + align1, params, this_param);
this_req         1170 source4/smb_server/smb/trans2.c 		memset(this_req->out.data+this_param+align1, 0, align2);
this_req         1172 source4/smb_server/smb/trans2.c 			memcpy(this_req->out.data+this_param+align1+align2, data, this_data);
this_req         1180 source4/smb_server/smb/trans2.c 		smbsrv_send_reply(this_req);