API_EXPORT 87 ext/ereg/regex/regcomp.c API_EXPORT(int) /* 0 success, otherwise REG_something */ API_EXPORT 64 ext/ereg/regex/regerror.c API_EXPORT(size_t) API_EXPORT 12 ext/ereg/regex/regex.h #define API_EXPORT(type) __declspec(dllexport) type __stdcall API_EXPORT 14 ext/ereg/regex/regex.h #define API_EXPORT(type) __attribute__ ((visibility("default"))) type API_EXPORT 16 ext/ereg/regex/regex.h #define API_EXPORT(type) type API_EXPORT 112 ext/ereg/regex/regexec.c API_EXPORT(int) /* 0 success, REG_NOMATCH failure */ API_EXPORT 13 ext/ereg/regex/regfree.c API_EXPORT(void)