Searched refs:hdr_index (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/lib/lwip2/src/apps/httpd/
H A Dhttpd.c264 u16_t hdr_index; /* The index of the hdr string currently being sent. */ member in struct:http_state
438 hs->hdr_index = NUM_FILE_HDR_STRINGS;
856 hs->hdr_index = 0;
913 hs->hdr_index = NUM_FILE_HDR_STRINGS;
964 hs->hdr_index = 0;
987 while(len && (hs->hdr_index < NUM_FILE_HDR_STRINGS) && sendlen) {
992 hdrlen = (u16_t)strlen(hs->hdrs[hs->hdr_index]);
999 ptr = (const void *)(hs->hdrs[hs->hdr_index] + hs->hdr_pos);
1002 if (hs->hdr_index == HDR_STRINGS_IDX_CONTENT_LEN_NR) {
1006 if (hs->hdr_index < NUM_FILE_HDR_STRING
[all...]

Completed in 119 milliseconds