Lines Matching defs:end
225 * against APR_ASCII_LF at the end of the loop if bb only contains
310 /* Just copy the rest of the data to the end of the old buffer. */
325 /* Now NUL-terminate the string at the end of the line;
578 * We skip empty lines because browsers have to tack a CRLF on to the end
604 * buffer before finding the end-of-line. This is only going to
755 const char *end = ap_strchr_c(field, ':');
756 if (end == NULL || end - field > LOG_NAME_MAX_LEN)
758 return end - field;
794 * finding the end-of-line. This is only going to happen if it
956 } /* end if current line is not a continuation starting with tab */