Searched refs:lws_hdr_simple_create (Results 1 – 4 of 4) sorted by relevance
/external/libwebsockets/lib/roles/http/client/ |
D | client-handshake.c | 124 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/ |
D | socks5-client.c | 361 lws_hdr_simple_create(wsi, _WSI_TOKEN_CLIENT_PEER_ADDRESS, in lws_socks5c_handle_state()
|
D | private-lib-core-net.h | 1029 lws_hdr_simple_create(struct lws *wsi, enum lws_token_indexes h, const char *s);
|
/external/libwebsockets/lib/roles/http/ |
D | parsers.c | 683 lws_hdr_simple_create(struct lws *wsi, enum lws_token_indexes h, const char *s) in lws_hdr_simple_create() function
|