Home
last modified time | relevance | path

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

/PHP-5.4/ext/mbstring/oniguruma/
H A Dregposerr.c66 regerror(int posix_ecode, const regex_t* reg, char* buf, size_t size) in regerror() argument
72 if (posix_ecode > 0 && posix_ecode < sizeof(ESTRING) / sizeof(ESTRING[0])) { in regerror()
73 s = ESTRING[posix_ecode]; in regerror()
75 else if (posix_ecode == 0) { in regerror()
79 sprintf(tbuf, "undefined error code (%d)", posix_ecode); in regerror()

Completed in 5 milliseconds