Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-http.h76 const char *other_headers, int other_headers_len);
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c2715 const char *other_headers, int other_headers_len) in lws_serve_http_file() argument
2966 if (!other_headers || in lws_serve_http_file()
2967 (!strstr(other_headers, "cache-control") && in lws_serve_http_file()
2968 !strstr(other_headers, "Cache-Control"))) { in lws_serve_http_file()
2975 if (other_headers) { in lws_serve_http_file()
2978 memcpy(p, other_headers, (unsigned int)other_headers_len); in lws_serve_http_file()