Searched refs:zend_module_entry (Results 1 – 25 of 173) sorted by relevance
1234567
31 #define ZEND_MODULE_INFO_FUNC_ARGS zend_module_entry *zend_module41 #define STANDARD_MODULE_HEADER_EX sizeof(zend_module_entry), ZEND_MODULE_API_NO, ZEND_DEBUG, USING_…68 typedef struct _zend_module_entry zend_module_entry; typedef126 void module_destructor(zend_module_entry *module);127 int module_registry_request_startup(zend_module_entry *module);128 void module_registry_unload(const zend_module_entry *module);
22 extern zend_module_entry pdo_mssql_module_entry;25 extern zend_module_entry pdo_dblib_module_entry;
99 static zend_module_entry * const php_builtin_extensions[] = {158 #define EXTCOUNT (sizeof(php_builtin_extensions)/sizeof(zend_module_entry *))
41 PHPAPI zend_result php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_module);45 PHPAPI zend_result php_register_extensions(zend_module_entry * const * ptr, int count);
28 static zend_module_entry * const php_builtin_extensions[] = {32 #define EXTCOUNT (sizeof(php_builtin_extensions)/sizeof(zend_module_entry *))
114 zend_module_entry *module_entry; in php_load_extension()115 zend_module_entry *(*get_module)(void); in php_load_extension()187 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "get_module"); in php_load_extension()194 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "_get_module"); in php_load_extension()242 zend_module_entry *added_module_entry; in php_load_extension()
22 extern zend_module_entry mysqlnd_module_entry;
21 extern zend_module_entry exif_module_entry;
23 extern zend_module_entry mysqli_module_entry;
25 extern zend_module_entry ctype_module_entry;
22 extern zend_module_entry sysvmsg_module_entry;
20 extern zend_module_entry pspell_module_entry;
20 extern zend_module_entry pdo_mysql_module_entry;
22 extern zend_module_entry php_gettext_module_entry;
22 extern zend_module_entry pdo_pgsql_module_entry;
28 extern zend_module_entry readline_module_entry;
20 extern zend_module_entry tokenizer_module_entry;
21 extern zend_module_entry php_ftp_module_entry;
22 extern zend_module_entry shmop_module_entry;
4 extern zend_module_entry calendar_module_entry;
20 extern zend_module_entry pdo_odbc_module_entry;
20 extern zend_module_entry pdo_firebird_module_entry;
20 extern zend_module_entry pdo_sqlite_module_entry;
20 extern zend_module_entry pdo_oci_module_entry;
20 extern zend_module_entry enchant_module_entry;
Completed in 28 milliseconds