Home
last modified time | relevance | path

Searched refs:zend_module_entry (Results 1 – 25 of 165) sorted by relevance

1234567

/php-src/Zend/
H A Dzend_modules.h31 #define ZEND_MODULE_INFO_FUNC_ARGS zend_module_entry *zend_module
41 #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; typedef
126 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);
/php-src/ext/pdo_dblib/
H A Dphp_pdo_dblib.h22 extern zend_module_entry pdo_mssql_module_entry;
25 extern zend_module_entry pdo_dblib_module_entry;
/php-src/main/
H A Dphp_main.h41 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);
H A Dinternal_functions.c.in28 static zend_module_entry * const php_builtin_extensions[] = {
32 #define EXTCOUNT (sizeof(php_builtin_extensions)/sizeof(zend_module_entry *))
/php-src/ext/exif/
H A Dphp_exif.h21 extern zend_module_entry exif_module_entry;
/php-src/ext/mysqlnd/
H A Dphp_mysqlnd.h22 extern zend_module_entry mysqlnd_module_entry;
/php-src/ext/mysqli/
H A Dphp_mysqli.h23 extern zend_module_entry mysqli_module_entry;
/php-src/ext/ctype/
H A Dphp_ctype.h25 extern zend_module_entry ctype_module_entry;
/php-src/ext/sysvmsg/
H A Dphp_sysvmsg.h22 extern zend_module_entry sysvmsg_module_entry;
/php-src/ext/standard/
H A Ddl.c114 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()
/php-src/ext/pdo_mysql/
H A Dphp_pdo_mysql.h20 extern zend_module_entry pdo_mysql_module_entry;
/php-src/ext/pdo_pgsql/
H A Dphp_pdo_pgsql.h22 extern zend_module_entry pdo_pgsql_module_entry;
/php-src/ext/gettext/
H A Dphp_gettext.h22 extern zend_module_entry php_gettext_module_entry;
/php-src/ext/readline/
H A Dphp_readline.h28 extern zend_module_entry readline_module_entry;
/php-src/ext/tokenizer/
H A Dphp_tokenizer.h20 extern zend_module_entry tokenizer_module_entry;
/php-src/ext/ftp/
H A Dphp_ftp.h21 extern zend_module_entry php_ftp_module_entry;
/php-src/ext/shmop/
H A Dphp_shmop.h22 extern zend_module_entry shmop_module_entry;
/php-src/ext/calendar/
H A Dphp_calendar.h4 extern zend_module_entry calendar_module_entry;
/php-src/ext/pdo_odbc/
H A Dphp_pdo_odbc.h20 extern zend_module_entry pdo_odbc_module_entry;
/php-src/ext/pdo_sqlite/
H A Dphp_pdo_sqlite.h20 extern zend_module_entry pdo_sqlite_module_entry;
/php-src/ext/pdo_firebird/
H A Dphp_pdo_firebird.h20 extern zend_module_entry pdo_firebird_module_entry;
/php-src/ext/enchant/
H A Dphp_enchant.h20 extern zend_module_entry enchant_module_entry;
/php-src/ext/tidy/
H A Dphp_tidy.h20 extern zend_module_entry tidy_module_entry;
/php-src/ext/phar/
H A Dphp_phar.h26 extern zend_module_entry phar_module_entry;
/php-src/ext/skeleton/
H A Dphp_skeleton.h6 extern zend_module_entry %EXTNAME%_module_entry;

Completed in 33 milliseconds

1234567