Home | History | Annotate | Download | only in httpfs

Lines Matching full:response_headers

253     StringMap_t response_headers;
270 &response_headers);
275 if (ParseContentRange(response_headers, NULL, NULL, &entity_length)) {
277 } else if (ParseContentLength(response_headers, &entity_length)) {
388 StringMap_t response_headers;
395 &response_headers);
400 if (ParseContentLength(response_headers, &content_length)) {
461 StringMap_t response_headers;
468 &response_headers);
483 if (ParseContentLength(response_headers, &content_length)) {
497 response_headers, &read_start, &read_end, &entity_length)) {
539 StringMap_t response_headers;
546 &response_headers);
551 if (ParseContentLength(response_headers, &content_length)) {