Home
last modified time | relevance | path

Searched refs:spath (Results 1 - 5 of 5) sorted by relevance

/third_party/curl/lib/
H A Dcookie.c117 free(co->spath); in freecookie()
659 free(co->spath); /* if this is set again */ in Curl_cookie_add()
660 co->spath = sanitize_cookie_path(co->path); in Curl_cookie_add()
661 if(!co->spath) { in Curl_cookie_add()
826 co->spath = sanitize_cookie_path(co->path); in Curl_cookie_add()
827 if(!co->spath) in Curl_cookie_add()
913 co->spath = sanitize_cookie_path(co->path); in Curl_cookie_add()
914 if(!co->spath) { in Curl_cookie_add()
924 co->spath = strdup("/"); in Curl_cookie_add()
925 if(!co->spath) in Curl_cookie_add()
[all...]
H A Dcookie.h35 char *spath; /* sanitized cookie path */ member
/third_party/curl/tests/
H A Dsshhelp.pm285 my @spath;
286 push(@spath, File::Spec->path());
287 push(@spath, @sftppath);
288 return find_file($filename, @spath);
/third_party/python/Lib/
H A Dntpath.py718 spath = new_unc_prefix + path[len(unc_prefix):]
720 spath = path[len(prefix):]
723 if _getfinalpathname(spath) == path:
724 path = spath
733 path = spath
/third_party/typescript/tests/baselines/reference/
H A Dparserharness.js1470 var isRef = line.match(/reference\spath='(\w*_?\w*\.?d?\.ts)'/);
3342 var isRef = line.match(/reference\spath='(\w*_?\w*\.?d?\.ts)'/);

Completed in 7 milliseconds