Searched refs:n_left (Results 1 – 1 of 1) sorted by relevance
787 idx_t n_left = n_read; in line_bytes_split() local789 while (n_left) in line_bytes_split()797 if (n_bytes - n_out - n_hold <= n_left) in line_bytes_split()805 eol = memrchr (sob, eolchar, n_left); in line_bytes_split()825 n_left -= n_write; in line_bytes_split()832 if (n_left && !split_line) in line_bytes_split()834 idx_t n_write = eoc ? split_rest : n_left; in line_bytes_split()837 n_left -= n_write; in line_bytes_split()844 if ((eoc && split_rest) || (!eoc && n_left)) in line_bytes_split()846 idx_t n_buf = eoc ? split_rest : n_left; in line_bytes_split()[all …]