Home
last modified time | relevance | path

Searched refs:lws_hdr_simple_create (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libwebsockets/lib/core-net/client/
H A Dconnect4.c92 if (lws_hdr_simple_create(wsi, in lws_client_connect_4_established()
H A Dconnect.c62 lws_hdr_simple_create(wsi, hnames[n], stash->cis[n])) in lws_http_client_connect_via_info2()
/aosp_15_r20/external/libwebsockets/lib/core-net/
H A Dsocks5-client.c362 lws_hdr_simple_create(wsi, _WSI_TOKEN_CLIENT_PEER_ADDRESS, in lws_socks5c_handle_state()
H A Dprivate-lib-core-net.h1077 lws_hdr_simple_create(struct lws *wsi, enum lws_token_indexes h, const char *s);
/aosp_15_r20/external/libwebsockets/lib/roles/http/
H A Dparsers.c723 lws_hdr_simple_create(struct lws *wsi, enum lws_token_indexes h, const char *s) in lws_hdr_simple_create() function