Home
last modified time | relevance | path

Searched refs:PCREPOSIX_EXP_DECL (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcreposix.h117 #if defined(_WIN32) && !defined(PCRE_STATIC) && !defined(PCREPOSIX_EXP_DECL)
118 # define PCREPOSIX_EXP_DECL extern __declspec(dllimport) macro
124 #ifndef PCREPOSIX_EXP_DECL
126 # define PCREPOSIX_EXP_DECL extern "C" macro
129 # define PCREPOSIX_EXP_DECL extern macro
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 *);
H A Dpcreposix.c56 # define PCREPOSIX_EXP_DECL extern __declspec(dllexport) macro

Completed in 8 milliseconds