Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_urlglob.h75 CURLcode glob_match_url(char **, char *, struct URLGlob *);
Dtool_urlglob.c615 CURLcode glob_match_url(char **result, char *filename, struct URLGlob *glob) in glob_match_url() function
Dtool_operate.c1070 result = glob_match_url(&per->outfile, storefile, state->urls); in single_transfer()