Lines Matching refs:header_log
66 wsi->http.access_log.header_log = lws_malloc((unsigned int)l, "access log");
67 if (!wsi->http.access_log.header_log)
104 lws_snprintf(wsi->http.access_log.header_log, (size_t)l,
108 //lwsl_notice("%s\n", wsi->http.access_log.header_log);
116 lws_free_set_NULL(wsi->http.access_log.header_log);
133 lws_free_set_NULL(wsi->http.access_log.header_log);
164 if (!wsi->http.access_log.header_log)
179 wsi->http.access_log.header_log,
193 if (wsi->http.access_log.header_log) {
194 lws_free(wsi->http.access_log.header_log);
195 wsi->http.access_log.header_log = NULL;