Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.1.2/src/apps/http/
A Dhttpd.c2136 u8_t tag_check = 0; local
2154 tag_check = 1;
2162 return tag_check;
2189 u8_t tag_check = 0; local
2230 tag_check = httpd_default_filenames[loop].shtml;
2276 tag_check = 1;
2279 tag_check = http_uri_is_ssi(file, uri);
2289 return http_init_file(hs, file, is_09, uri, tag_check, params);
2306 u8_t tag_check, char *params) argument
2319 if (tag_check) {
[all …]
/components/net/lwip/lwip-2.0.3/src/apps/httpd/
A Dhttpd.c300 …ct http_state *hs, struct fs_file *file, int is_09, const char *uri, u8_t tag_check, char* params);
2095 u8_t tag_check = 0; local
2135 tag_check = g_psDefaultFilenames[loop].shtml;
2195 tag_check = 0;
2198 tag_check = 1;
2212 return http_init_file(hs, file, is_09, uri, tag_check, params);
2229 u8_t tag_check, char* params) argument
2234 if (tag_check) {
2246 LWIP_UNUSED_ARG(tag_check);

Completed in 16 milliseconds