Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_internal.h2286 ERR20, ERR21, ERR22, ERR23, ERR24, ERR25, ERR26, ERR27, ERR28, ERR29, enumerator
Dpcre_compile.c9444 if (code - codestart > length) errorcode = ERR23; in pcre_compile2()
9702 *errorptr = find_error_text(ERR23); in pcre_compile2()
9704 if (errorcodeptr != NULL) *errorcodeptr = ERR23; in pcre_compile2()