Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/http/server/
Daccess-log.c63 wsi->http.access_log.header_log = lws_malloc(l, "access log"); in lws_prepare_access_log_info()
64 if (!wsi->http.access_log.header_log) in lws_prepare_access_log_info()
89 lws_snprintf(wsi->http.access_log.header_log, l, in lws_prepare_access_log_info()
102 lws_free_set_NULL(wsi->http.access_log.header_log); in lws_prepare_access_log_info()
119 lws_free_set_NULL(wsi->http.access_log.header_log); in lws_prepare_access_log_info()
150 if (!wsi->http.access_log.header_log) in lws_access_log()
165 wsi->http.access_log.header_log, in lws_access_log()
179 if (wsi->http.access_log.header_log) { in lws_access_log()
180 lws_free(wsi->http.access_log.header_log); in lws_access_log()
181 wsi->http.access_log.header_log = NULL; in lws_access_log()
/external/libwebsockets/lib/roles/http/
Dprivate-lib-roles-http.h206 char *header_log; member