Home
last modified time | relevance | path

Searched refs:lwsl_parser (Results 1 – 7 of 7) sorted by relevance

/third_party/libwebsockets/lib/roles/ws/
Dserver-ws.c61 lwsl_parser("WSI_TOKEN_EXTENSIONS = '%s'\n", c); in lws_extension_server_handshake()
237 lwsl_parser("cnt_act_ext <- %d\n", in lws_extension_server_handshake()
396 lwsl_parser("lws_parse calling handshake_04\n"); in lws_process_ws_upgrade2()
409 lwsl_parser("accepted v%02d connection\n", wsi->ws->ietf_spec_revision); in lws_process_ws_upgrade2()
761 lwsl_parser("issuing resp pkt %d len\n", in handshake_0405()
Dops-ws.c437 lwsl_parser("spill on %s\n", wsi->a.protocol->name); in lws_ws_rx_sm()
461 lwsl_parser("seen client close ack\n"); in lws_ws_rx_sm()
475 lwsl_parser("Closing on peer close " in lws_ws_rx_sm()
505 lwsl_parser("server sees client close packet\n"); in lws_ws_rx_sm()
520 lwsl_parser("DROP PING since one pending\n"); in lws_ws_rx_sm()
526 lwsl_parser("DROP PING payload too large\n"); in lws_ws_rx_sm()
561 lwsl_parser("unknown opc %x\n", wsi->ws->opcode); in lws_ws_rx_sm()
814 lwsl_parser("Unable to read from random device %s %d\n", in lws_0405_frame_mask_generate()
/third_party/libwebsockets/lib/roles/http/
Dparsers.c1061 lwsl_parser("WSI_TOK_(%d) '%c'\n", ah->parser_state, c); in lws_parse()
1140 lwsl_parser("*\n"); in lws_parse()
1169 lwsl_parser("WSI_TOKEN_NAME_PART '%c' 0x%02X " in lws_parse()
1389 lwsl_parser("known hdr %d\n", n); in lws_parse()
1473 lwsl_parser("WSI_TOKEN_SKIPPING '%c'\n", c); in lws_parse()
1487 lwsl_parser("WSI_TOKEN_SKIPPING_SAW_CR '%c'\n", c); in lws_parse()
1500 lwsl_parser("WSI_PARSING_COMPLETE '%c'\n", c); in lws_parse()
1518 lwsl_parser("v%02d hdrs done\n", wsi->rx_frame_type); in lws_parse()
/third_party/libwebsockets/include/libwebsockets/
Dlws-logs.h292 #define lwsl_parser(...) _lws_log(LLL_PARSER, __VA_ARGS__) macro
294 #define lwsl_parser(...) do {} while(0) macro
/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c72 lwsl_parser("issuing %d bytes to parser\n", (int)len); in lws_read_h1()
/third_party/libwebsockets/READMEs/
DREADME.logging.md24 |`LLL_PARSER`|`lwsl_parser()`|n|Very detailed information about parsing|
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c2266 lwsl_parser("%s: lws_parse sees parsing complete\n", __func__); in lws_handshake_server()
2456 lwsl_parser("HTTP2_SETTINGS too long\n"); in lws_handshake_server()