Home
last modified time | relevance | path

Searched refs:spath (Results 1 – 3 of 3) sorted by relevance

/curl/lib/
H A Dcookie.c104 free(co->spath); in freecookie()
621 if(!co->spath) in parse_cookie_header()
778 if(!co->spath) in parse_cookie_header()
871 if(!co->spath) in parse_netscape()
881 if(!co->spath) in parse_netscape()
1007 clist->spath && co->spath && /* both have paths */ in replace_existing()
1026 if(strncasecompare(clist->spath, co->spath, cllen)) { in replace_existing()
1049 if(clist->spath && co->spath && in replace_existing()
1050 !strcasecompare(clist->spath, co->spath)) in replace_existing()
1052 else if(!clist->spath != !co->spath) in replace_existing()
[all …]
H A Dcookie.h38 char *spath; /* sanitized cookie path */ member
/curl/tests/
H A Dsshhelp.pm285 my @spath;
286 push(@spath, File::Spec->path());
287 push(@spath, @sftppath);
288 return find_file($filename, @spath);

Completed in 8 milliseconds