Searched refs:REG_ESPACE (Results 1 – 5 of 5) sorted by relevance
82 #define REG_ESPACE 12 macro
148 { REG_ESPACE, "REG_ESPACE", "out of memory" },
268 return(REG_ESPACE); in regcomp()274 return(REG_ESPACE); in regcomp()354 if (reclimit++ > RECLIMIT || p->error == REG_ESPACE) { in p_ere()355 p->error = REG_ESPACE; in p_ere()583 if (reclimit++ > RECLIMIT || p->error == REG_ESPACE) { in p_bre()584 p->error = REG_ESPACE; in p_bre()1149 p->error = REG_ESPACE; in repeat()1269 SETERROR(REG_ESPACE); in allocset()1430 SETERROR(REG_ESPACE); in mcadd()1786 SETERROR(REG_ESPACE); in enlarge()[all …]
167 return(REG_ESPACE); \
265 error = REG_ESPACE; in matcher()278 error = REG_ESPACE; in matcher()