Searched refs:COMPILE_ERROR_BASE (Results 1 – 4 of 4) sorted by relevance
286 if (enumber >= COMPILE_ERROR_BASE) /* Compile error */ in pcre2_get_error_message()289 n = enumber - COMPILE_ERROR_BASE; in pcre2_get_error_message()
73 #define COMPILE_ERROR_BASE 100 macro257 if (errorcode < COMPILE_ERROR_BASE) return REG_BADPAT; in regcomp()258 errorcode -= COMPILE_ERROR_BASE; in regcomp()
255 #define COMPILE_ERROR_BASE 100 macro
605 enum { ERR0 = COMPILE_ERROR_BASE,