Searched refs:zend_module_entry (Results 1 – 25 of 197) sorted by relevance
12345678
33 #define ZEND_MODULE_INFO_FUNC_ARGS zend_module_entry *zend_module TSRMLS_DC43 #define STANDARD_MODULE_HEADER_EX sizeof(zend_module_entry), ZEND_MODULE_API_NO, ZEND_DEBUG, USING_…70 typedef struct _zend_module_entry zend_module_entry; typedef127 void module_destructor(zend_module_entry *module);128 int module_registry_cleanup(zend_module_entry *module TSRMLS_DC);129 int module_registry_request_startup(zend_module_entry *module TSRMLS_DC);130 int module_registry_unload_temp(const zend_module_entry *module TSRMLS_DC);
26 extern zend_module_entry pdo_mssql_module_entry;29 extern zend_module_entry pdo_dblib_module_entry;
65 static zend_module_entry *php_builtin_extensions[] = {85 #define EXTCOUNT (sizeof(php_builtin_extensions)/sizeof(zend_module_entry *))
33 PHPAPI int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_modules, uint n…39 PHPAPI int php_register_extensions(zend_module_entry **ptr, int count TSRMLS_DC);
121 static zend_module_entry *php_builtin_extensions[] = {194 #define EXTCOUNT (sizeof(php_builtin_extensions)/sizeof(zend_module_entry *))
32 static zend_module_entry *php_builtin_extensions[] = {36 #define EXTCOUNT (sizeof(php_builtin_extensions)/sizeof(zend_module_entry *))
27 extern zend_module_entry mysqli_module_entry;
27 extern zend_module_entry mysqlnd_module_entry;
109 zend_module_entry *module_entry; in php_load_extension()110 zend_module_entry *(*get_module)(void); in php_load_extension()166 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "get_module"); in php_load_extension()173 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "_get_module"); in php_load_extension()
24 extern zend_module_entry ctype_module_entry;
24 extern zend_module_entry pspell_module_entry;
27 extern zend_module_entry mysql_module_entry;
28 extern zend_module_entry phar_module_entry;
24 extern zend_module_entry pdo_mysql_module_entry;
26 extern zend_module_entry pdo_pgsql_module_entry;
23 extern zend_module_entry exif_module_entry;
24 extern zend_module_entry pdo_oci_module_entry;
24 extern zend_module_entry pdo_firebird_module_entry;
29 extern zend_module_entry readline_module_entry;
26 extern zend_module_entry recode_module_entry;
25 extern zend_module_entry xmlwriter_module_entry;
26 extern zend_module_entry wddx_module_entry;
7 zend_module_entry foo_module_entry = {21 zend_module_entry foo_module_entry = {
51 extern zend_module_entry oci8_module_entry;
24 extern zend_module_entry pdo_odbc_module_entry;
Completed in 31 milliseconds