Home
last modified time | relevance | path

Searched refs:LWSCONMON_PCOL_HTTP (Results 1 – 4 of 4) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-conmon.h67 LWSCONMON_PCOL_HTTP, /* .protocol_specific.http is valid */ enumerator
/third_party/libwebsockets/lib/secure-streams/protocols/
Dss-h1.c515 wsi->conmon.pcol = LWSCONMON_PCOL_HTTP; in secstream_h1()
566 wsi->conmon.pcol = LWSCONMON_PCOL_HTTP; in secstream_h1()
/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c711 wsi->conmon.pcol = LWSCONMON_PCOL_HTTP; in lws_client_interpret_server_handshake()
/third_party/libwebsockets/lib/secure-streams/
Dsecure-streams.c243 case LWSCONMON_PCOL_HTTP: in lws_conmon_ss_json()