Home
last modified time | relevance | path

Searched refs:ZEND_EXT_API (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/opcache/
H A DZendAccelerator.h66 #ifndef ZEND_EXT_API
68 # define ZEND_EXT_API __declspec(dllexport) macro
70 # define ZEND_EXT_API __attribute__ ((visibility("default"))) macro
72 # define ZEND_EXT_API macro
H A Dzend_shared_alloc.h122 ZEND_EXT_API extern zend_smm_shared_globals *smm_shared_globals;
H A Dzend_shared_alloc.c56 ZEND_EXT_API zend_smm_shared_globals *smm_shared_globals;
H A DZendAccelerator.c4831 ZEND_EXT_API zend_extension zend_extension_entry = {
/php-src/ext/opcache/jit/
H A Dzend_jit.h165 ZEND_EXT_API void zend_jit_status(zval *ret);
166 ZEND_EXT_API void zend_jit_blacklist_function(zend_op_array *op_array);
H A Dzend_jit.c709 ZEND_EXT_API void zend_jit_status(zval *ret) in zend_jit_status()
H A Dzend_jit_trace.c7683 ZEND_EXT_API void zend_jit_blacklist_function(zend_op_array *op_array) { in zend_jit_blacklist_function()
/php-src/Zend/
H A Dzend_extensions.h128ZEND_EXT_API zend_extension_version_info extension_version_info = { ZEND_EXTENSION_API_NO, ZEND_EX…

Completed in 73 milliseconds