Home
last modified time | relevance | path

Searched refs:REG_ESPACE (Results 1 – 5 of 5) sorted by relevance

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcreposix.c98 REG_ESPACE, /* failed to get memory */
354 if (nmatch > INT_MAX/(sizeof(int) * 3)) return REG_ESPACE; in regexec()
356 if (ovector == NULL) return REG_ESPACE; in regexec()
423 case PCRE_ERROR_NOMEMORY: return REG_ESPACE; in regexec()
424 case PCRE_ERROR_MATCHLIMIT: return REG_ESPACE; in regexec()
H A Dpcreposix.h88 REG_ESPACE, /* failed to get memory */ enumerator
H A DChangeLog4121 large number - greater than INT_MAX/(3*sizeof(int)) - REG_ESPACE is
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregposix.c61 { ONIGERR_MEMORY, REG_ESPACE }, in onig2posix_error_code()
186 return REG_ESPACE; in regexec()
H A Donigposix.h57 #define REG_ESPACE 12 macro

Completed in 21 milliseconds