Searched defs:API_EXPORT (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/ereg/regex/ |
| H A D | regerror.c | 61 = API_EXPORT(size_t) regerror(int, const regex_t *, char *, size_t); 64 API_EXPORT(size_t) function
|
| H A D | regex.h | 12 #define API_EXPORT(type) __declspec(dllexport) type __stdcall macro 14 #define API_EXPORT(type) __attribute__ ((visibility("default"))) type macro 16 #define API_EXPORT(type) type macro 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 *);
|
Completed in 2 milliseconds