Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_urlglob.c44 pat->globindex = -1; in glob_fixed()
90 int globindex) in glob_set() argument
108 pat->globindex = globindex; in glob_set()
185 int globindex) in glob_range() argument
199 pat->globindex = globindex; in glob_range()
378 int globindex = 0; /* count "actual" globs */ in glob_parse() local
431 res = glob_set(glob, &pattern, &pos, amount, globindex++); in glob_parse()
438 res = glob_range(glob, &pattern, &pos, amount, globindex++); in glob_parse()
649 if(glob->pattern[i].globindex == (int)num) { in glob_match_url()
H A Dtool_urlglob.h36 int globindex; /* the number of this particular glob or -1 if not used member

Completed in 8 milliseconds