Searched refs:spath (Results 1 – 3 of 3) sorted by relevance
124 free(co->spath); in freecookie()647 if(!co->spath) in parse_cookie_header()810 if(!co->spath) in parse_cookie_header()895 if(!co->spath) in parse_netscape()905 if(!co->spath) in parse_netscape()1031 clist->spath && co->spath && /* both have paths */ in replace_existing()1050 if(strncasecompare(clist->spath, co->spath, cllen)) { in replace_existing()1073 if(clist->spath && co->spath && in replace_existing()1074 !strcasecompare(clist->spath, co->spath)) in replace_existing()1076 else if(!clist->spath != !co->spath) in replace_existing()[all …]
38 char *spath; /* sanitized cookie path */ member
285 my @spath;286 push(@spath, File::Spec->path());287 push(@spath, @sftppath);288 return find_file($filename, @spath);
Completed in 15 milliseconds