• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/

Lines Matching defs:end

183   const char *end;
189 /* Find the end of the header name */
204 end = strchr(start, '\r');
205 if(!end)
206 end = strchr(start, '\n');
207 if(!end)
208 end = strchr(start, '\0');
209 if(!end)
213 while((end > start) && ISSPACE(*end))
214 end--;
217 len = end-start+1;
1081 * number of data bytes at the end of the big buffer (out of which we may
1237 /* end of the add_buffer functions */
1262 const char *end;
1274 /* find the end of the header line */
1275 end = strchr(start, '\r'); /* lines end with CRLF */
1276 if(!end) {
1278 end = strchr(start, '\n');
1280 if(!end)
1282 end = strchr(start, '\0');
1285 len = end-start; /* length of the content part of the input line */
2329 /* make the request end in a true CRLF */
2383 result = Curl_add_buffer(req_buffer, "\r\n", 2); /* end of headers */
2467 result = Curl_add_buffer(req_buffer, "\r\n", 2); /* end of headers! */
2508 result = Curl_add_buffer(req_buffer, "\r\n", 2); /* end of headers! */
2514 result = Curl_add_buffer(req_buffer, "\r\n", 2); /* end of headers! */
2520 end-of-data only */
2682 * header_append() copies a chunk of data to the end of the already received
2750 the end of the headerbuff. */
2809 /* Zero-length header line means end of headers! */
2854 signal the end of the document. */
2856 "signal end\n");
2925 infof(data, "HTTP error before end of send, stop sending\n");
2950 * really end-of-headers.
3262 * end-of-chunks. */
3457 /* We might have reached the end of the header part here, but
3458 there might be a non-header part left in the end of the read