Home
last modified time | relevance | path

Searched refs:NUM_FILE_HDR_STRINGS (Results 1 – 1 of 1) sorted by relevance

/third_party/lwip/src/apps/http/
Dhttpd.c187 #define NUM_FILE_HDR_STRINGS 5 macro
271 const char *hdrs[NUM_FILE_HDR_STRINGS]; /* HTTP headers to be sent. */
452 hs->hdr_index = NUM_FILE_HDR_STRINGS; in http_state_init()
926 hs->hdr_index = NUM_FILE_HDR_STRINGS;
1014 while (len && (hs->hdr_index < NUM_FILE_HDR_STRINGS) && sendlen) {
1033 if (hs->hdr_index < NUM_FILE_HDR_STRINGS - 1) {
1054 while ((hs->hdr_index < NUM_FILE_HDR_STRINGS) &&
1062 if ((hs->hdr_index >= NUM_FILE_HDR_STRINGS) && (hs->file == NULL)) {
1078 if ((hs->hdr_index < NUM_FILE_HDR_STRINGS) || !hs->file) {
1603 if (hs->hdr_index < NUM_FILE_HDR_STRINGS) {
[all …]