Searched refs:hp (Results 1 – 10 of 10) sorted by relevance
/curl/tests/unit/ |
H A D | unit1305.c | 44 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 D | socks.c | 372 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 D | hsts.h | 51 void Curl_hsts_cleanup(struct hsts **hp);
|
H A D | hsts.c | 93 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 D | http2.c | 887 struct curl_pushheaders *hp) in set_transfer_url() argument 898 v = curl_pushheader_byname(hp, HTTP_PSEUDO_SCHEME); in set_transfer_url() 907 v = curl_pushheader_byname(hp, HTTP_PSEUDO_AUTHORITY); in set_transfer_url() 916 v = curl_pushheader_byname(hp, HTTP_PSEUDO_PATH); in set_transfer_url()
|
/curl/packages/OS400/rpg-examples/ |
H A D | HEADERAPI | 61 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 D | CurlTests.c | 88 struct hostent *hp; in main() local 97 (void)hp; /* not used for test */ in main() 100 rc = gethostbyname_r(address, &h, buffer, 8192, &hp, &h_errnop); in main()
|
/curl/packages/vms/ |
H A D | generate_config_vms_h_curl.com | 99 $! Finally check to see if hp ssl has been specifically included.
|
H A D | readme | 24 OpenSSL or hp SSL, if you want SSL support
|
/curl/ |
H A D | configure.ac | 2054 *-hp-hpux*) 2076 *-hp-hpux*) 4328 *-hp-hpux*)
|
Completed in 28 milliseconds