Searched refs:hstslist (Results 1 – 5 of 5) sorted by relevance
3064 h = curl_slist_append(data->state.hstslist, argptr); in Curl_vsetopt()3066 curl_slist_free_all(data->state.hstslist); in Curl_vsetopt()3067 data->state.hstslist = NULL; in Curl_vsetopt()3070 data->state.hstslist = h; /* store the list for later use */ in Curl_vsetopt()3074 curl_slist_free_all(data->state.hstslist); in Curl_vsetopt()3075 data->state.hstslist = NULL; in Curl_vsetopt()
573 struct curl_slist *l = data->state.hstslist; in Curl_hsts_loadfiles()
1338 struct curl_slist *hstslist; /* list of HSTS files set by member
293 curl_slist_free_all(data->state.hstslist); /* clean up list */ in Curl_close()
4041 - urldata: move hstslist from 'set' to 'state'4045 'hstslist' is a linked curl_list of file names. This would lead to a