Searched refs:other_headers (Results 1 – 2 of 2) sorted by relevance
76 const char *other_headers, int other_headers_len);
2715 const char *other_headers, int other_headers_len) in lws_serve_http_file() argument2966 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()