Searched refs:Curl_hsts_save (Results 1 – 4 of 4) sorted by relevance
/curl/lib/ |
H A D | hsts.h | 56 CURLcode Curl_hsts_save(struct Curl_easy *data, struct hsts *h, 66 #define Curl_hsts_save(x,y,z) macro
|
H A D | hsts.c | 360 CURLcode Curl_hsts_save(struct Curl_easy *data, struct hsts *h, in Curl_hsts_save() function
|
H A D | url.c | 285 Curl_hsts_save(data, data->hsts, data->set.str[STRING_HSTS]); in Curl_close()
|
/curl/tests/unit/ |
H A D | unit1660.c | 174 (void)Curl_hsts_save(easy, h, savename);
|
Completed in 12 milliseconds