Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/net/uip/apps/webclient/
H A Dwebclient-strings.c64 const char http_html[6] = variable
H A Dwebclient-strings.h22 extern const char http_html[6];
H A Dwebclient-strings22 http_html ".html"
/nrf52832-nimble/rt-thread/components/net/uip/apps/webserver/
H A Dhttp-strings.c76 const char http_html[6] = variable
H A Dhttp-strings.h26 extern const char http_html[6];
H A Dhttp-strings26 http_html ".html"
H A Dhttpd.c199 } else if(strncmp(http_html, ptr, 5) == 0 || in PT_THREAD()