Home
last modified time | relevance | path

Searched defs:lws_access_log (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libwebsockets/lib/roles/http/
H A Dprivate-lib-roles-http.h207 struct lws_access_log { struct
208 char *header_log;
209 char *user_agent;
210 char *referrer;
211 unsigned long sent;
212 int response;
/aosp_15_r20/external/libwebsockets/lib/roles/http/server/
H A Daccess-log.c149 lws_access_log(struct lws *wsi) in lws_access_log() function
/aosp_15_r20/external/libwebsockets/lib/core-net/
H A Dprivate-lib-core-net.h1280 #define lws_access_log(_a) macro