Searched refs:ZEND_DLEXPORT (Results 1 – 3 of 3) sorted by relevance
53 #define ZEND_DLEXPORT __declspec(dllexport) macro
243 ZEND_DLEXPORT zend_module_entry *get_module(void) { return &name##_module_entry; }\
37 # define ZEND_DLEXPORT __attribute__ ((visibility("default")))40 # define ZEND_DLEXPORT
Completed in 20 milliseconds