Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcreposix.c98 REG_ESPACE, /* failed to get memory */
353 if (nmatch > INT_MAX/(sizeof(int) * 3)) return REG_ESPACE; in regexec()
355 if (ovector == NULL) return REG_ESPACE; in regexec()
421 case PCRE_ERROR_NOMEMORY: return REG_ESPACE; in regexec()
422 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-5.5/ext/ereg/regex/
H A Dregex.h57 #define REG_ESPACE 12 macro
H A Dregerror.c51 {REG_ESPACE, "REG_ESPACE", "out of memory"},
H A Dregexec.c79 if ((m)->space == NULL) return(REG_ESPACE); \
H A Dregcomp.c119 return(REG_ESPACE);
133 return(REG_ESPACE);
1042 SETERROR(REG_ESPACE);
1174 SETERROR(REG_ESPACE);
1475 SETERROR(REG_ESPACE);
1494 SETERROR(REG_ESPACE);
H A Dengine.c150 return(REG_ESPACE);
164 return(REG_ESPACE);
/PHP-5.5/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 58 milliseconds