Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Ddl.c112 zend_module_entry *(*get_module)(void); in php_load_extension() local
176 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "get_module"); in php_load_extension()
182 if (!get_module) { in php_load_extension()
183 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "_get_module"); in php_load_extension()
186 if (!get_module) { in php_load_extension()
196 module_entry = get_module(); in php_load_extension()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_prompt.c1373 zend_module_entry *(*get_module)(void); in phpdbg_load_module_or_extension() local
1375 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "get_module"); in phpdbg_load_module_or_extension()
1376 if (!get_module) { in phpdbg_load_module_or_extension()
1377 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "_get_module"); in phpdbg_load_module_or_extension()
1380 if (!get_module) { in phpdbg_load_module_or_extension()
1384 module_entry = get_module(); in phpdbg_load_module_or_extension()
/PHP-7.3/Zend/
H A Dzend_API.h149 ZEND_DLEXPORT zend_module_entry *get_module(void) { return &name##_module_entry; }\

Completed in 42 milliseconds