Lines Matching refs:hsts
1372 if(!data->hsts) { in setopt_long()
1373 data->hsts = Curl_hsts_init(); in setopt_long()
1374 if(!data->hsts) in setopt_long()
1379 Curl_hsts_cleanup(&data->hsts); in setopt_long()
1587 if(data->share->hsts == data->hsts) in setopt_pointers()
1588 data->hsts = NULL; in setopt_pointers()
1628 if(data->share->hsts) { in setopt_pointers()
1630 Curl_hsts_cleanup(&data->hsts); in setopt_pointers()
1631 data->hsts = data->share->hsts; in setopt_pointers()
2608 if(!data->hsts) { in setopt_cptr()
2609 data->hsts = Curl_hsts_init(); in setopt_cptr()
2610 if(!data->hsts) in setopt_cptr()
2632 if(!data->share || !data->share->hsts) in setopt_cptr()
2634 Curl_hsts_cleanup(&data->hsts); in setopt_cptr()