Lines Matching defs:end
190 char *end = header + hlen - 1; /* point to the last byte */
200 /* Find the end of the header name */
217 while((end > header) && ISSPACE(*end))
218 *end-- = 0; /* nul terminate */
261 /* put the data at the end of the previous data, not the newline */
282 char *end;
291 end = strchr(header, '\r');
292 if(!end) {
293 end = strchr(header, '\n');
294 if(!end)
298 hlen = end - header;