Home
last modified time | relevance | path

Searched refs:lws_process_html_args (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libwebsockets/include/libwebsockets/
H A Dlws-http.h132 struct lws_process_html_args { struct
160 lws_chunked_html_process(struct lws_process_html_args *args, argument
/aosp_15_r20/external/libwebsockets/lib/roles/http/server/
H A Dserver.c657 struct lws_process_html_args args; in lws_http_serve()
1592 struct lws_process_html_args args; in lws_http_action()
3021 struct lws_process_html_args args; in lws_serve_http_file_fragment()
3340 lws_chunked_html_process(struct lws_process_html_args *args, in lws_chunked_html_process()
/aosp_15_r20/external/libwebsockets/lib/roles/ws/
H A Dserver-ws.c641 struct lws_process_html_args args; in handshake_0405()