Searched refs:sts (Results 1 – 7 of 7) sorted by relevance
/curl/lib/ |
H A D | hsts.c | 102 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 222 if(sts) { in Curl_hsts_parse() 224 hsts_free(sts); in Curl_hsts_parse() 237 if(sts) { in Curl_hsts_parse() 294 return sts; in Curl_hsts() 346 sts->includeSubDomains ? ".": "", sts->host, in hsts_out() [all …]
|
H A D | hsts.h | 53 const char *sts);
|
/curl/src/ |
H A D | tool_getpass.c | 64 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 D | tool_vms.c | 155 int sts; in decc_init() local 176 sts = decc$feature_set_value(feat_index, 1, in decc_init()
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_HSTSREADFUNCTION.md | 33 CURLSTScode hstsread(CURL *easy, struct curl_hstsentry *sts, void *clientp); 48 When this callback is invoked, the *sts* pointer points to a populated 76 static CURLSTScode hsts_cb(CURL *easy, struct curl_hstsentry *sts,
|
H A D | CURLOPT_HSTSWRITEFUNCTION.md | 38 CURLSTScode hstswrite(CURL *easy, struct curl_hstsentry *sts, 54 When the callback is invoked, the *sts* pointer points to a populated 80 static CURLSTScode hswr_cb(CURL *easy, struct curl_hstsentry *sts,
|
/curl/packages/vms/ |
H A D | build_vms.com | 987 $ exit 'sts'
|
Completed in 18 milliseconds