Searched refs:ZEND_DLEXPORT (Results 1 – 4 of 4) sorted by relevance
75 #define ZEND_DLEXPORT __declspec(dllexport) macro
16 # define ZEND_DLEXPORT __attribute__ ((visibility("default")))19 # define ZEND_DLEXPORT
149 ZEND_DLEXPORT zend_module_entry *get_module(void) { return &name##_module_entry; }\
26 # define ZEND_DLEXPORT __attribute__ ((visibility("default")))29 # define ZEND_DLEXPORT
Completed in 26 milliseconds