Searched refs:Curl_hsts_save (Results 1 - 4 of 4) sorted by relevance
/third_party/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 | 358 CURLcode Curl_hsts_save(struct Curl_easy *data, struct hsts *h, in Curl_hsts_save() function
|
H A D | url.c | 289 Curl_hsts_save(data, data->hsts, data->set.str[STRING_HSTS]); in Curl_close()
|
/third_party/curl/tests/unit/ |
H A D | unit1660.c | 173 (void)Curl_hsts_save(easy, h, savename);
|
Completed in 6 milliseconds