Searched refs:clist (Results 1 – 2 of 2) sorted by relevance
993 struct Cookie *clist = Curl_node_elem(n); in replace_existing() local994 if(!strcmp(clist->name, co->name)) { in replace_existing()998 if(clist->domain && co->domain) { in replace_existing()1003 else if(!clist->domain && !co->domain) in replace_existing()1019 sep = strchr(clist->spath + 1, '/'); in replace_existing()1022 cllen = sep - clist->spath; in replace_existing()1024 cllen = strlen(clist->spath); in replace_existing()1037 if(clist->domain && co->domain) { in replace_existing()1043 else if(!clist->domain && !co->domain) in replace_existing()1049 if(clist->spath && co->spath && in replace_existing()[all …]
59 $ clist = "/list/show=(expan,includ)"
Completed in 15 milliseconds