Searched refs:replace_n (Results 1 – 1 of 1) sorted by relevance
989 struct Curl_llist_node *replace_n = NULL; in replace_existing() local1034 if(!replace_n && !strcmp(clist->name, co->name)) { in replace_existing()1066 replace_n = n; in replace_existing()1069 if(replace_n) { in replace_existing()1070 struct Cookie *repl = Curl_node_elem(replace_n); in replace_existing()1076 Curl_node_remove(replace_n); in replace_existing()
Completed in 9 milliseconds