Searched refs:other_headers_len (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() argument2976 if ((end - p) < other_headers_len) in lws_serve_http_file()2978 memcpy(p, other_headers, (unsigned int)other_headers_len); in lws_serve_http_file()2979 p += other_headers_len; in lws_serve_http_file()