Searched defs:regmatch_t (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/ereg/regex/ | ||
| H A D | regex.h | 29 } regmatch_t; typedef in typeref:struct:__anon71 68 API_EXPORT(int) regexec(const regex_t *, const char *, size_t, regmatch_t [], int); |
| /PHP_TRUNK/ext/pcre/pcrelib/ | ||
| H A D | pcreposix.h | 110 } regmatch_t; typedef in typeref:struct:__anon323 138 regmatch_t *, int); |
| /PHP_TRUNK/ext/mbstring/oniguruma/ | ||
| H A D | onigposix.h | 80 } regmatch_t; typedef in typeref:struct:__anon222 155 ONIG_EXTERN int regexec P_((regex_t* reg, const char* str, size_t nmatch, regmatch_t* matches, int options)); |
Completed in 3 milliseconds