Searched refs:is_09 (Results 1 – 1 of 1) sorted by relevance
/third_party/lwip/src/apps/http/ |
D | httpd.c | 310 static err_t http_find_file(struct http_state *hs, const char *uri, int is_09); 311 static err_t http_init_file(struct http_state *hs, struct fs_file *file, int is_09, const char *uri… 2032 int is_09 = 0; local 2064 is_09 = 1; 2081 if (!is_09 && (lwip_strnstr(data, HTTP11_CONNECTIONKEEPALIVE, data_len) || 2114 return http_find_file(hs, uri, is_09); 2192 http_find_file(struct http_state *hs, const char *uri, int is_09) argument 2305 return http_init_file(hs, file, is_09, uri, tag_check, params); 2321 http_init_file(struct http_state *hs, struct fs_file *file, int is_09, const char *uri, argument 2325 LWIP_UNUSED_ARG(is_09); [all …]
|