Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcreposix.c96 REG_ESPACE, /* failed to get memory */
351 if (nmatch > INT_MAX/(sizeof(int) * 3)) return REG_ESPACE; in regexec()
353 if (ovector == NULL) return REG_ESPACE; in regexec()
419 case PCRE_ERROR_NOMEMORY: return REG_ESPACE; in regexec()
420 case PCRE_ERROR_MATCHLIMIT: return REG_ESPACE; in regexec()
H A Dpcreposix.h88 REG_ESPACE, /* failed to get memory */ enumerator
H A DChangeLog3935 large number - greater than INT_MAX/(3*sizeof(int)) - REG_ESPACE is
/PHP-7.0/ext/mbstring/oniguruma/
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 23 milliseconds