Searched refs:API_EXPORT (Results 1 – 5 of 5) sorted by relevance
/PHP-5.6/ext/ereg/regex/ |
H A D | regex.h | 12 #define API_EXPORT(type) __declspec(dllexport) type __stdcall macro 14 #define API_EXPORT(type) __attribute__ ((visibility("default"))) type 16 #define API_EXPORT(type) type 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 *);
|
H A D | regfree.c | 13 API_EXPORT(void)
|
H A D | regerror.c | 64 API_EXPORT(size_t)
|
H A D | regexec.c | 112 API_EXPORT(int) /* 0 success, REG_NOMATCH failure */
|
H A D | regcomp.c | 87 API_EXPORT(int) /* 0 success, otherwise REG_something */
|
Completed in 9 milliseconds