Home
last modified time | relevance | path

Searched refs:hnames (Results 1 - 2 of 2) sorted by relevance

/third_party/curl/tests/
H A Dtest1477.pl39 my @hnames;
53 push @hnames, $name;
90 for my $h (sort @hnames) {
/third_party/libwebsockets/lib/core-net/client/
H A Dconnect.c27 static const uint8_t hnames[] = { variable
60 for (n = 0; n < (int)LWS_ARRAY_SIZE(hnames); n++) in lws_http_client_connect_via_info2()
61 if (hnames[n] && stash->cis[n] && in lws_http_client_connect_via_info2()
62 lws_hdr_simple_create(wsi, hnames[n], stash->cis[n])) in lws_http_client_connect_via_info2()

Completed in 1 milliseconds