Home
last modified time | relevance | path

Searched refs:globindex (Results 1 – 2 of 2) sorted by relevance

/external/curl/src/
Dtool_urlglob.c43 pat->globindex = -1; in glob_fixed()
79 int globindex) in glob_set() argument
97 pat->globindex = globindex; in glob_set()
173 int globindex) in glob_range() argument
187 pat->globindex = globindex; in glob_range()
359 int globindex = 0; /* count "actual" globs */ in glob_parse() local
412 res = glob_set(glob, &pattern, &pos, amount, globindex++); in glob_parse()
419 res = glob_range(glob, &pattern, &pos, amount, globindex++); in glob_parse()
633 if(glob->pattern[i].globindex == (int)num) { in glob_match_url()
Dtool_urlglob.h34 int globindex; /* the number of this particular glob or -1 if not used member