Searched defs:regex_t (Results 1 - 7 of 7) sorted by relevance
| /PHP_TRUNK/ext/ereg/regex/ |
| H A D | regex.h | 25 } regex_t; typedef in typeref:struct:__anon70 33 API_EXPORT(int) regcomp(regex_t *, const char *, int); 64 API_EXPORT(size_t) regerror(int, const regex_t *, char *, size_t); 68 API_EXPORT(int) regexec(const regex_t *, const char *, size_t, regmatch_t [], int); 78 API_EXPORT(void) regfree(regex_t *);
|
| /PHP_TRUNK/ext/pcre/pcrelib/ |
| H A D | pcreposix.h | 101 } regex_t; typedef in typeref:struct:__anon322 136 PCREPOSIX_EXP_DECL int regcomp(regex_t *, const char *, int); 137 PCREPOSIX_EXP_DECL int regexec(const regex_t *, const char *, size_t, 139 PCREPOSIX_EXP_DECL size_t regerror(int, const regex_t *, char *, size_t); 140 PCREPOSIX_EXP_DECL void regfree(regex_t *);
|
| /PHP_TRUNK/ext/mbstring/oniguruma/ |
| H A D | onigposix.h | 82 /* POSIX regex_t */ 84 void* onig; /* Oniguruma regex_t* */ 87 } regex_t; typedef in typeref:struct:__anon223 154 ONIG_EXTERN int regcomp P_((regex_t* reg, const char* pat, int options)); 155 ONIG_EXTERN int regexec P_((regex_t* reg, const char* str, size_t nmatch, regmatch_t* matches, int options)); 156 ONIG_EXTERN void regfree P_((regex_t* reg)); 157 ONIG_EXTERN size_t regerror P_((int code, const regex_t* reg, char* buf, size_t size)); 161 ONIG_EXTERN int reg_name_to_group_numbers P_((regex_t* reg, const unsigned char* name, const unsigned char* name_end, int** nums)); 162 ONIG_EXTERN int reg_foreach_name P_((regex_t* reg, int (*func)(const unsigned char*, const unsigned char*,int,int*,regex_t*,voi [all...] |
| H A D | regposix.c | 30 #define regex_t onig_regex_t macro 32 #undef regex_t macro 134 regcomp(regex_t* reg, const char* pattern, int posix_options) 166 regexec(regex_t* reg, const char* str, size_t nmatch, 224 regfree(regex_t* reg) 264 reg_name_to_group_numbers(regex_t* reg, 271 int (*func)(const unsigned char*, const unsigned char*,int,int*,regex_t*,void*); 272 regex_t* reg; 286 reg_foreach_name(regex_t* reg, 287 int (*func)(const unsigned char*, const unsigned char*,int,int*,regex_t*,voi [all...] |
| H A D | oniguruma.h | 647 /* regex_t state */ 696 /* regex_t link chain */ 703 typedef OnigRegexType regex_t; typedef 728 int onig_reg_init P_((regex_t* reg, OnigOptionType option, OnigCaseFoldType case_fold_flag, OnigEncoding enc, OnigSyntaxType* syntax));
|
| /PHP_TRUNK/ext/mbstring/ |
| H A D | php_onig_compat.h | 5 #define regex_t php_mb_regex_t macro
|
| /PHP_TRUNK/sapi/apache/ |
| H A D | php_apache_http.h | 43 #ifdef regex_t 44 #undef regex_t macro
|
Completed in 20 milliseconds