Searched refs:errptr (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist/ |
D | pcregrep.c | 2454 int errptr; in compile_pattern() local 2472 p->compiled = pcre_compile(buffer, options, &error, &errptr, pcretables); in compile_pattern() 2477 errptr -= (int)strlen(prefix[popts]); in compile_pattern() 2478 if (errptr > patlen) errptr = patlen; in compile_pattern() 2483 "at offset %d: %s\n", count, fromtext, errptr, error); in compile_pattern() 2489 fromtext, errptr, error); in compile_pattern() 2492 ordin(count), fromtext, errptr, error); in compile_pattern()
|
/external/pcre/dist/doc/ |
D | pcre.txt | 200 const char **errptr, int *erroffset, 205 const char **errptr, int *erroffset, 209 const char **errptr); 532 const char **errptr, int *erroffset, 540 const char **errptr); 1581 const char **errptr, int *erroffset, 1586 const char **errptr, int *erroffset, 1590 const char **errptr); 2019 const char **errptr, int *erroffset, 2024 const char **errptr, int *erroffset, [all …]
|