Searched refs:ZEND_DLEXPORT (Results 1 – 4 of 4) sorted by relevance
83 #define ZEND_DLEXPORT __declspec(dllexport) macro
17 # define ZEND_DLEXPORT __attribute__ ((visibility("default")))20 # define ZEND_DLEXPORT
137 ZEND_DLEXPORT zend_module_entry *get_module(void) { return &name##_module_entry; }\
23 # define ZEND_DLEXPORT __attribute__ ((visibility("default")))26 # define ZEND_DLEXPORT
Completed in 10 milliseconds