Searched refs:this_param (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dclitrans.c172 unsigned int this_data,this_param; local
229 this_param = SVAL(cli->inbuf,smb_prcnt);
232 this_param + *param_len > total_param) {
239 this_param + *param_len < this_param ||
240 this_param + *param_len < *param_len) {
266 if (this_param) {
271 param_offset_out + this_param > total_param ||
272 param_offset_out + this_param < param_offset_out ||
273 param_offset_out + this_param < this_para
468 unsigned int this_data,this_param; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dmprintf.c242 long this_param; local
262 this_param = dprintf_DollarString(fmt, &fmt);
263 if(0 == this_param)
265 this_param = param_num;
267 if(this_param > max_param)
268 max_param = this_param;
399 i = this_param - 1;

Completed in 113 milliseconds