Home
last modified time | relevance | path

Searched refs:COMPILE_ERROR_BASE (Results 1 – 4 of 4) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_error.c286 if (enumber >= COMPILE_ERROR_BASE) /* Compile error */ in pcre2_get_error_message()
289 n = enumber - COMPILE_ERROR_BASE; in pcre2_get_error_message()
Dpcre2posix.c73 #define COMPILE_ERROR_BASE 100 macro
257 if (errorcode < COMPILE_ERROR_BASE) return REG_BADPAT; in regcomp()
258 errorcode -= COMPILE_ERROR_BASE; in regcomp()
Dpcre2_internal.h255 #define COMPILE_ERROR_BASE 100 macro
Dpcre2_compile.c605 enum { ERR0 = COMPILE_ERROR_BASE,