Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/http/client/
Dclient-handshake.c124 if (lws_hdr_simple_create(wsi, in lws_client_connect_4_established()
1191 if (lws_hdr_simple_create(wsi, _WSI_TOKEN_CLIENT_PEER_ADDRESS, address))
1194 if (lws_hdr_simple_create(wsi, _WSI_TOKEN_CLIENT_HOST, host))
1210 if (lws_hdr_simple_create(wsi, hnames2[n], p))
1218 if (lws_hdr_simple_create(wsi, _WSI_TOKEN_CLIENT_URI, stash))
1428 if (lws_hdr_simple_create(wsi, hnames[n], stash->cis[n]))
/external/libwebsockets/lib/core-net/
Dsocks5-client.c361 lws_hdr_simple_create(wsi, _WSI_TOKEN_CLIENT_PEER_ADDRESS, in lws_socks5c_handle_state()
Dprivate-lib-core-net.h1029 lws_hdr_simple_create(struct lws *wsi, enum lws_token_indexes h, const char *s);
/external/libwebsockets/lib/roles/http/
Dparsers.c683 lws_hdr_simple_create(struct lws *wsi, enum lws_token_indexes h, const char *s) in lws_hdr_simple_create() function