Home
last modified time | relevance | path

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

/curl/lib/
H A Dhsts.c102 hsts_free(sts); in Curl_hsts_cleanup()
126 if(!sts) in hsts_create()
131 free(sts); in hsts_create()
138 Curl_llist_append(&h->list, sts, &sts->node); in hsts_create()
151 struct stsentry *sts; in Curl_hsts_parse() local
217 if(sts) { in Curl_hsts_parse()
219 hsts_free(sts); in Curl_hsts_parse()
232 if(sts) { in Curl_hsts_parse()
287 return sts; in Curl_hsts()
339 sts->includeSubDomains ? ".": "", sts->host, in hsts_out()
[all …]
H A Dhsts.h53 const char *sts);
/curl/src/
H A Dtool_getpass.c64 long sts; in getpass_r() local
80 sts = sys$assign(&ttdesc, &chan, 0, 0); in getpass_r()
81 if(sts & 1) { in getpass_r()
82 sts = sys$qiow(0, chan, in getpass_r()
87 if((sts & 1) && (iosb.iosb$w_status & 1)) in getpass_r()
H A Dtool_vms.c156 int sts; in decc_init() local
177 sts = decc$feature_set_value(feat_index, 1, in decc_init()
/curl/docs/libcurl/opts/
H A DCURLOPT_HSTSREADFUNCTION.md32 CURLSTScode hstsread(CURL *easy, struct curl_hstsentry *sts, void *clientp);
47 When this callback is invoked, the *sts* pointer points to a populated
73 static CURLSTScode hsts_cb(CURL *easy, struct curl_hstsentry *sts,
H A DCURLOPT_HSTSWRITEFUNCTION.md37 CURLSTScode hstswrite(CURL *easy, struct curl_hstsentry *sts,
53 When the callback is invoked, the *sts* pointer points to a populated
77 static CURLSTScode hswr_cb(CURL *easy, struct curl_hstsentry *sts,
/curl/packages/vms/
H A Dbuild_vms.com987 $ exit 'sts'

Completed in 21 milliseconds