Home
last modified time | relevance | path

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

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