Searched refs:header_log (Results 1 – 2 of 2) sorted by relevance
66 wsi->http.access_log.header_log = lws_malloc((unsigned int)l, "access log"); in lws_prepare_access_log_info()67 if (!wsi->http.access_log.header_log) in lws_prepare_access_log_info()104 lws_snprintf(wsi->http.access_log.header_log, (size_t)l, in lws_prepare_access_log_info()116 lws_free_set_NULL(wsi->http.access_log.header_log); in lws_prepare_access_log_info()133 lws_free_set_NULL(wsi->http.access_log.header_log); in lws_prepare_access_log_info()164 if (!wsi->http.access_log.header_log) in lws_access_log()179 wsi->http.access_log.header_log, in lws_access_log()193 if (wsi->http.access_log.header_log) { in lws_access_log()194 lws_free(wsi->http.access_log.header_log); in lws_access_log()195 wsi->http.access_log.header_log = NULL; in lws_access_log()
208 char *header_log; member