Lines Matching defs:end
224 /* add empty line at the end of the headers */
282 * Append the end-of-chunk CRLF
438 * back end since they would in part be interpreted
1148 char *value, *end;
1227 for (end = &value[strlen(value)-1]; end > value && apr_isspace(*end); --end)
1228 *end = '\0';
1544 * ap_http_filter to know where to end.
1711 * detecting end of body without waiting for a timeout. */
1736 * ap_http_filter to know where to end.
1913 ap_log_rerror(APLOG_MARK, APLOG_TRACE2, 0, r, "end body send");