Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c1573 static uint8_t hnames2[] = { variable
1631 for (n = 0; n < (int)LWS_ARRAY_SIZE(hnames2); n++) in lws_client_reset()
1632 cisin[n + 3] = lws_hdr_simple_ptr(wsi, hnames2[n]); in lws_client_reset()