Searched refs:this_len (Results 1 – 1 of 1) sorted by relevance
2295 unsigned long this_len = cookies[i].cookie_size; in ldc_copy() local2301 if (this_off > this_len) in ldc_copy()2302 this_off = this_len; in ldc_copy()2305 this_len -= this_off; in ldc_copy()2306 if (!this_len) in ldc_copy()2311 if (this_len > len) in ldc_copy()2312 this_len = len; in ldc_copy()2319 this_len, &actual_len); in ldc_copy()2334 if (actual_len == this_len) in ldc_copy()2337 this_len -= actual_len; in ldc_copy()