Searched refs:line_end (Results 1 – 1 of 1) sorted by relevance
88 const char *line_end; in detect_line() local91 line_end = memchr(buf, '\n', buflen); in detect_line()92 if(!line_end) { in detect_line()97 parser->line_len = line_end - buf + 1; in detect_line()
Completed in 5 milliseconds