Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_error.c309 if (enumber >= COMPILE_ERROR_BASE) /* Compile error */ in pcre2_get_error_message()
312 n = enumber - COMPILE_ERROR_BASE; in pcre2_get_error_message()
H A Dpcre2_internal.h239 #define COMPILE_ERROR_BASE 100 macro
H A Dpcre2_compile.c801 enum { ERR0 = COMPILE_ERROR_BASE,

Completed in 33 milliseconds