Home
last modified time | relevance | path

Searched refs:header_log (Results 1 - 2 of 2) sorted by relevance

/third_party/libwebsockets/lib/roles/http/server/
H A Daccess-log.c66 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()
108 //lwsl_notice("%s\n", wsi->http.access_log.header_log); 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()
[all...]
/third_party/libwebsockets/lib/roles/http/
H A Dprivate-lib-roles-http.h208 char *header_log; member

Completed in 2 milliseconds