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

  /external/pcre/dist2/src/
pcre2posix.c 73 #define COMPILE_ERROR_BASE 100
261 than COMPILE_ERROR_BASE, but check, just in case. */
263 if (errorcode < COMPILE_ERROR_BASE) return REG_BADPAT;
264 errorcode -= COMPILE_ERROR_BASE;
pcre2_internal.h 219 #define COMPILE_ERROR_BASE 100
    [all...]

Completed in 60 milliseconds