Home | History | Annotate | Download | only in libevent

Lines Matching refs:newline

2782 		char *const newline = strchr(start, '\n');
2783 if (!newline) {
2787 *newline = 0;
2789 start = newline + 1;