Home
last modified time | relevance | path

Searched refs:get_module (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/standard/
H A Ddl.c108 zend_module_entry *(*get_module)(void); in php_load_extension() local
182 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "get_module"); in php_load_extension()
188 if (!get_module) { in php_load_extension()
189 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "_get_module"); in php_load_extension()
192 if (!get_module) { in php_load_extension()
202 module_entry = get_module(); in php_load_extension()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c1327 zend_module_entry *(*get_module)(void); in phpdbg_load_module_or_extension() local
1329 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "get_module"); in phpdbg_load_module_or_extension()
1330 if (!get_module) { in phpdbg_load_module_or_extension()
1331 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "_get_module"); in phpdbg_load_module_or_extension()
1334 if (!get_module) { in phpdbg_load_module_or_extension()
1338 module_entry = get_module(); in phpdbg_load_module_or_extension()
/PHP-7.4/Zend/
H A Dzend_API.h150 ZEND_DLEXPORT zend_module_entry *get_module(void) { return &name##_module_entry; }\

Completed in 18 milliseconds