HomeSort by relevance Sort by last modified time
    Searched refs:COMPILE_ERROR_BASE (Results 1 - 4 of 4) sorted by null

  /external/pcre/dist2/src/
pcre2_error.c 52 at COMPILE_ERROR_BASE (100).
286 if (enumber >= COMPILE_ERROR_BASE) /* Compile error */
289 n = enumber - COMPILE_ERROR_BASE;
pcre2posix.c 73 #define COMPILE_ERROR_BASE 100
255 than COMPILE_ERROR_BASE, but check, just in case. */
257 if (errorcode < COMPILE_ERROR_BASE) return REG_BADPAT;
258 errorcode -= COMPILE_ERROR_BASE;
pcre2_internal.h 255 #define COMPILE_ERROR_BASE 100
    [all...]
pcre2_compile.c 605 enum { ERR0 = COMPILE_ERROR_BASE,
    [all...]

Completed in 79 milliseconds