Home
last modified time | relevance | path

Searched refs:API_EXPORT (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/ereg/regex/
H A Dregex.h12 #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 Dregfree.c13 API_EXPORT(void)
H A Dregerror.c64 API_EXPORT(size_t)
H A Dregexec.c112 API_EXPORT(int) /* 0 success, REG_NOMATCH failure */
H A Dregcomp.c87 API_EXPORT(int) /* 0 success, otherwise REG_something */

Completed in 13 milliseconds