Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Ddl.c103 zend_module_entry *(*get_module)(void); in php_load_extension() local
175 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "get_module"); in php_load_extension()
181 if (!get_module) { in php_load_extension()
182 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "_get_module"); in php_load_extension()
185 if (!get_module) { in php_load_extension()
195 module_entry = get_module(); in php_load_extension()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_prompt.c1317 zend_module_entry *(*get_module)(void); in phpdbg_load_module_or_extension() local
1319 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "get_module"); in phpdbg_load_module_or_extension()
1320 if (!get_module) { in phpdbg_load_module_or_extension()
1321 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "_get_module"); in phpdbg_load_module_or_extension()
1324 if (!get_module) { in phpdbg_load_module_or_extension()
1328 module_entry = get_module(); in phpdbg_load_module_or_extension()
/PHP-8.0/Zend/
H A Dzend_API.h196 ZEND_DLEXPORT zend_module_entry *get_module(void) { return &name##_module_entry; }\

Completed in 20 milliseconds