Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/http/server/
Dserver.c785 int cclen = 8; in lws_http_serve() local
808 cclen = sprintf(cache_control, in lws_http_serve()
814 cclen = sprintf(cache_control, in lws_http_serve()
823 (unsigned char *)cc, cclen, &p, end)) in lws_http_serve()
2723 int ret = 0, cclen = 8, n = HTTP_STATUS_OK; in lws_serve_http_file() local
2952 cclen = sprintf(cache_control, "%s, max-age=%u", in lws_serve_http_file()
2957 cclen = sprintf(cache_control, in lws_serve_http_file()
2971 (unsigned char *)cc, cclen, &p, end)) in lws_serve_http_file()