Searched refs:frm_end (Results 1 – 1 of 1) sorted by relevance
1522 const intern_type* frm, const intern_type* frm_end, const intern_type*& frm_nxt, in do_out() argument1527 for (; fend != frm_end; ++fend) in do_out()1532 for (frm_nxt = frm; frm != frm_end && to != to_end; frm = frm_nxt, to = to_nxt) in do_out()1556 if (fend != frm_end) // set up next null terminated sequence in do_out()1569 for (fend = frm_nxt; fend != frm_end; ++fend) in do_out()1574 return frm_nxt == frm_end ? ok : partial; in do_out()1579 const extern_type* frm, const extern_type* frm_end, const extern_type*& frm_nxt, in do_in() argument1584 for (; fend != frm_end; ++fend) in do_in()1589 for (frm_nxt = frm; frm != frm_end && to != to_end; frm = frm_nxt, to = to_nxt) in do_in()1619 return frm_nxt == frm_end ? ok : partial; in do_in()[all …]