Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Ddl.c115 zend_module_entry *(*get_module)(void); in php_load_extension() local
187 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "get_module"); in php_load_extension()
193 if (!get_module) { in php_load_extension()
194 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "_get_module"); in php_load_extension()
197 if (!get_module) { in php_load_extension()
207 module_entry = get_module(); in php_load_extension()
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.c1299 zend_module_entry *(*get_module)(void); in phpdbg_load_module_or_extension() local
1301 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "get_module"); in phpdbg_load_module_or_extension()
1302 if (!get_module) { in phpdbg_load_module_or_extension()
1303 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "_get_module"); in phpdbg_load_module_or_extension()
1306 if (!get_module) { in phpdbg_load_module_or_extension()
1310 module_entry = get_module(); in phpdbg_load_module_or_extension()
/php-src/Zend/
H A Dzend_API.h243 ZEND_DLEXPORT zend_module_entry *get_module(void) { return &name##_module_entry; }\

Completed in 29 milliseconds