HomeSort by relevance Sort by last modified time
    Searched refs:globindex (Results 1 - 2 of 2) sorted by null

  /external/curl/src/
tool_urlglob.h 34 int globindex; /* the number of this particular glob or -1 if not used member in struct:__anon16308
tool_urlglob.c 45 pat->globindex = -1;
77 int globindex)
95 pat->globindex = globindex;
171 int globindex)
185 pat->globindex = globindex;
341 int globindex = 0; /* count "actual" globs */ local
392 res = glob_set(glob, &pattern, &pos, amount, globindex++);
399 res = glob_range(glob, &pattern, &pos, amount, globindex++)
    [all...]

Completed in 320 milliseconds