Searched refs:cclen (Results 1 - 1 of 1) sorted by relevance
/third_party/libwebsockets/lib/roles/http/server/ |
H A D | server.c | 787 int cclen = 8; in lws_http_serve() local 810 cclen = sprintf(cache_control, in lws_http_serve() 816 cclen = sprintf(cache_control, in lws_http_serve() 825 (unsigned char *)cc, cclen, &p, end)) in lws_http_serve() 2734 int ret = 0, cclen = 8, n = HTTP_STATUS_OK; in lws_serve_http_file() local 2963 cclen = sprintf(cache_control, "%s, max-age=%u", in lws_serve_http_file() 2968 cclen = sprintf(cache_control, in lws_serve_http_file() 2982 (unsigned char *)cc, cclen, &p, end)) in lws_serve_http_file()
|
Completed in 6 milliseconds