Searched refs:cclen (Results 1 – 1 of 1) sorted by relevance
/external/libwebsockets/lib/roles/http/server/ |
D | server.c | 619 int cclen = 8; in lws_http_serve() local 642 cclen = sprintf(cache_control, in lws_http_serve() 648 cclen = sprintf(cache_control, in lws_http_serve() 657 (unsigned char *)cc, cclen, &p, end)) in lws_http_serve() 2471 int ret = 0, cclen = 8, n = HTTP_STATUS_OK; in lws_serve_http_file() local 2699 cclen = sprintf(cache_control, "%s, max-age=%u", in lws_serve_http_file() 2704 cclen = sprintf(cache_control, in lws_serve_http_file() 2718 (unsigned char *)cc, cclen, &p, end)) in lws_serve_http_file()
|