Home
last modified time | relevance | path

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

/curl/tests/unit/
H A Dunit1305.c44 static struct Curl_hash hp; variable
56 Curl_init_dnscache(&hp, 7); in unit_setup()
67 Curl_hash_destroy(&hp); in unit_stop()
125 nodep = Curl_hash_add(&hp, data_key, key_len + 1, data_node);
/curl/lib/
H A Dsocks.c372 hp = dns->addr; in do_SOCKS4()
375 while(hp && (hp->ai_family != AF_INET)) in do_SOCKS4()
376 hp = hp->ai_next; in do_SOCKS4()
378 if(hp) { in do_SOCKS4()
400 if(!hp) in do_SOCKS4()
840 hp = dns->addr; in do_SOCKS5()
846 while(hp && (hp->ai_family != wanted_family)) in do_SOCKS5()
847 hp = hp->ai_next; in do_SOCKS5()
850 if(!hp) { in do_SOCKS5()
862 if(hp->ai_family == AF_INET) { in do_SOCKS5()
[all …]
H A Dhsts.h51 void Curl_hsts_cleanup(struct hsts **hp);
H A Dhsts.c93 void Curl_hsts_cleanup(struct hsts **hp) in Curl_hsts_cleanup() argument
95 struct hsts *h = *hp; in Curl_hsts_cleanup()
106 *hp = NULL; in Curl_hsts_cleanup()
H A Dhttp2.c882 struct curl_pushheaders *hp) in set_transfer_url() argument
893 v = curl_pushheader_byname(hp, HTTP_PSEUDO_SCHEME); in set_transfer_url()
902 v = curl_pushheader_byname(hp, HTTP_PSEUDO_AUTHORITY); in set_transfer_url()
911 v = curl_pushheader_byname(hp, HTTP_PSEUDO_PATH); in set_transfer_url()
/curl/packages/OS400/rpg-examples/
H A DHEADERAPI61 d header ds likeds(curl_header) based(hp)
86 hp: 0) = CURLHE_OK;
93 hp = *NULL;
95 hp = curl_easy_nextheader(h: CURLH_HEADER: -1: hp);
96 if hp = *NULL;
/curl/CMake/
H A DCurlTests.c87 struct hostent *hp; in main() local
96 (void)hp; /* not used for test */ in main()
99 rc = gethostbyname_r(address, &h, buffer, 8192, &hp, &h_errnop); in main()
/curl/packages/vms/
H A Dgenerate_config_vms_h_curl.com99 $! Finally check to see if hp ssl has been specifically included.
H A Dreadme24 OpenSSL or hp SSL, if you want SSL support
/curl/
H A Dconfigure.ac2034 *-hp-hpux*)
2054 *-hp-hpux*)
4242 *-hp-hpux*)

Completed in 100 milliseconds