Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Ddl.c95 zend_module_entry *(*get_module)(void); in php_load_extension() local
151 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "get_module"); in php_load_extension()
157 if (!get_module) { in php_load_extension()
158 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "_get_module"); in php_load_extension()
161 if (!get_module) { in php_load_extension()
171 module_entry = get_module(); in php_load_extension()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_prompt.c1372 zend_module_entry *(*get_module)(void); in phpdbg_load_module_or_extension() local
1374 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "get_module"); in phpdbg_load_module_or_extension()
1375 if (!get_module) { in phpdbg_load_module_or_extension()
1376 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "_get_module"); in phpdbg_load_module_or_extension()
1379 if (!get_module) { in phpdbg_load_module_or_extension()
1383 module_entry = get_module(); in phpdbg_load_module_or_extension()
/PHP-7.1/ext/pgsql/
H A Dpgsql.mak83 EXPORT = ($(MODULE_NAME)) get_module
/PHP-7.1/ext/ldap/
H A Dldap.mak86 EXPORT = ($(MODULE_NAME)) get_module
/PHP-7.1/ext/xml/
H A Dxml.mak85 EXPORT = ($(MODULE_NAME)) get_module
/PHP-7.1/ext/openssl/
H A Dopenssl.mak94 EXPORT = ($(MODULE_NAME)) get_module
/PHP-7.1/Zend/
H A Dzend_API.h144 ZEND_DLEXPORT zend_module_entry *get_module(void) { return &name##_module_entry; }\

Completed in 26 milliseconds