Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcreposix.c98 REG_ESPACE, /* failed to get memory */
342 if (nmatch > INT_MAX/(sizeof(int) * 3)) return REG_ESPACE; in regexec()
344 if (ovector == NULL) return REG_ESPACE; in regexec()
410 case PCRE_ERROR_NOMEMORY: return REG_ESPACE; in regexec()
411 case PCRE_ERROR_MATCHLIMIT: return REG_ESPACE; in regexec()
H A Dpcreposix.h88 REG_ESPACE, /* failed to get memory */ enumerator
H A DChangeLog2998 large number - greater than INT_MAX/(3*sizeof(int)) - REG_ESPACE is
/PHP-5.3/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);
125 return(REG_ESPACE);
1034 SETERROR(REG_ESPACE);
1166 SETERROR(REG_ESPACE);
1463 SETERROR(REG_ESPACE);
1482 SETERROR(REG_ESPACE);
H A Dengine.c150 return(REG_ESPACE);
164 return(REG_ESPACE);
/PHP-5.3/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 31 milliseconds