Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/apps/http/
H A Dhttpd.c2394 char *file_start = lwip_strnstr(hs->file, CRLF CRLF, hs->left); local
2395 if (file_start != NULL) {
2396 int diff = file_start + 4 - hs->file;