Lines Matching refs:to_len
195 int to_len = BUF_SIZE;
204 &from, &from_len, &to, &to_len,
210 from_len = BUF_SIZE - to_len;
211 to_len = nbytes;
214 &from, &from_len, &to, &to_len,
218 count = nbytes - to_len;
264 int to_len = BUF_SIZE;
273 &from, &from_len, &to, &to_len,
279 from_len = BUF_SIZE - to_len;
280 to_len = nbytes;
284 &from, &from_len, &to, &to_len,
288 count = nbytes - to_len;
340 int to_len = nbytes;
347 &from, &from_len, &to, &to_len,
351 count = nbytes - to_len;