Lines Matching refs:spath
117 free(co->spath);
659 free(co->spath); /* if this is set again */
660 co->spath = sanitize_cookie_path(co->path);
661 if(!co->spath) {
826 co->spath = sanitize_cookie_path(co->path);
827 if(!co->spath)
913 co->spath = sanitize_cookie_path(co->path);
914 if(!co->spath) {
924 co->spath = strdup("/");
925 if(!co->spath)
1072 clist->spath && co->spath && /* both have paths */
1084 sep = strchr(clist->spath + 1, '/');
1087 cllen = sep - clist->spath;
1089 cllen = strlen(clist->spath);
1091 if(strncasecompare(clist->spath, co->spath, cllen)) {
1115 if(clist->spath && co->spath &&
1116 !strcasecompare(clist->spath, co->spath))
1118 else if(!clist->spath != !co->spath)
1153 free(clist->spath);
1358 CLONE(spath);
1425 if(!co->spath || pathmatch(co->spath, path) ) {