Searched refs:pathmatch (Results 1 – 4 of 4) sorted by relevance
43 pathmatch(const char *path) in pathmatch() function63 pathmatch(path); in upathmatch()75 return n >= 0 && pathmatch(path); in fdmatch()87 if (pathmatch(path)) in storepath()
109 * Fixed pathmatch of oldselect syscall on 64-bit architectures.
7498 Fix pathmatch of oldselect syscall on 64-bit architectures.33826 (pathmatch): Use strcmp() == 0 idiom for string equality test.36693 * pathtrace.c (pathmatch, storepath): Likewise.
148 static bool pathmatch(const char *cookie_path, const char *request_uri) in pathmatch() function1138 if(!co->spath || pathmatch(co->spath, path) ) { in Curl_cookie_getlist()