Lines Matching refs:from
307 const intern_type* from, in do_out() argument
313 while (from != from_end && to != to_limit) { in do_out()
315 to, to_limit - to, *from, in do_out()
318 from_next = from; in do_out()
323 from_next = from; in do_out()
328 ++from; in do_out()
332 from_next = from; in do_out()
339 const extern_type* from, in do_in() argument
345 while (from != from_end && to != to_end) { in do_in()
347 to, from, from_end - from, in do_in()
350 from_next = from; in do_in()
356 from_next = from; in do_in()
361 from += chars_read; in do_in()
365 from_next = from; in do_in()
407 const extern_type* from, in do_length() argument
411 while (from != end && mx--) { in do_length()
414 &__dummy, from, end - from, in do_length()
419 from += chars_read; in do_length()