Lines Matching defs:pos
38 glob->error = string, glob->pos = column, code
374 size_t pos, curl_off_t *amount)
403 return GLOBERROR("unmatched close brace/bracket", pos,
413 ++pos;
416 ++pos;
432 pos++;
433 res = glob_set(glob, &pattern, &pos, amount, globindex++);
439 pos++;
440 res = glob_range(glob, &pattern, &pos, amount, globindex++);
446 return GLOBERROR("too many globs", pos, CURLE_URL_MALFORMAT);
485 if(glob_expand->pos) {
488 glob_expand->pos, url, (int)glob_expand->pos - 1, " ");