Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_urlglob.h73 CURLcode glob_match_url(char **, char *, URLGlob *);
Dtool_urlglob.c594 CURLcode glob_match_url(char **result, char *filename, URLGlob *glob) in glob_match_url() function
Dtool_operate.c559 result = glob_match_url(&outfile, storefile, urls); in operate_do()