Home
last modified time | relevance | path

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

12345678

/PHP-5.5/Zend/
H A Dzend_modules.h33 #define ZEND_MODULE_INFO_FUNC_ARGS zend_module_entry *zend_module TSRMLS_DC
43 #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; typedef
127 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);
/PHP-5.5/ext/pdo_dblib/
H A Dphp_pdo_dblib.h26 extern zend_module_entry pdo_mssql_module_entry;
29 extern zend_module_entry pdo_dblib_module_entry;
/PHP-5.5/main/
H A Dinternal_functions_nw.c65 static zend_module_entry *php_builtin_extensions[] = {
85 #define EXTCOUNT (sizeof(php_builtin_extensions)/sizeof(zend_module_entry *))
H A Dphp_main.h33 PHPAPI int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_modules, uint n…
40 PHPAPI int php_register_extensions(zend_module_entry **ptr, int count TSRMLS_DC);
H A Dinternal_functions_win32.c121 static zend_module_entry *php_builtin_extensions[] = {
194 #define EXTCOUNT (sizeof(php_builtin_extensions)/sizeof(zend_module_entry *))
H A Dinternal_functions.c.in32 static zend_module_entry *php_builtin_extensions[] = {
36 #define EXTCOUNT (sizeof(php_builtin_extensions)/sizeof(zend_module_entry *))
/PHP-5.5/ext/mysqli/
H A Dphp_mysqli.h27 extern zend_module_entry mysqli_module_entry;
/PHP-5.5/ext/mysqlnd/
H A Dphp_mysqlnd.h27 extern zend_module_entry mysqlnd_module_entry;
/PHP-5.5/ext/standard/
H A Ddl.c106 zend_module_entry *module_entry; in php_load_extension()
107 zend_module_entry *(*get_module)(void); in php_load_extension()
163 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "get_module"); in php_load_extension()
170 get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "_get_module"); in php_load_extension()
/PHP-5.5/ext/ctype/
H A Dphp_ctype.h24 extern zend_module_entry ctype_module_entry;
/PHP-5.5/ext/pspell/
H A Dphp_pspell.h24 extern zend_module_entry pspell_module_entry;
/PHP-5.5/ext/mysql/
H A Dphp_mysql.h27 extern zend_module_entry mysql_module_entry;
/PHP-5.5/ext/pdo_mysql/
H A Dphp_pdo_mysql.h24 extern zend_module_entry pdo_mysql_module_entry;
/PHP-5.5/ext/pdo_pgsql/
H A Dphp_pdo_pgsql.h26 extern zend_module_entry pdo_pgsql_module_entry;
/PHP-5.5/ext/exif/
H A Dphp_exif.h23 extern zend_module_entry exif_module_entry;
/PHP-5.5/ext/pdo_oci/
H A Dphp_pdo_oci.h24 extern zend_module_entry pdo_oci_module_entry;
/PHP-5.5/ext/pdo_firebird/
H A Dphp_pdo_firebird.h22 extern zend_module_entry pdo_firebird_module_entry;
/PHP-5.5/ext/readline/
H A Dphp_readline.h29 extern zend_module_entry readline_module_entry;
/PHP-5.5/ext/recode/
H A Dphp_recode.h26 extern zend_module_entry recode_module_entry;
/PHP-5.5/ext/phar/
H A Dphp_phar.h28 extern zend_module_entry phar_module_entry;
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.h25 extern zend_module_entry xmlwriter_module_entry;
/PHP-5.5/ext/wddx/
H A Dphp_wddx.h26 extern zend_module_entry wddx_module_entry;
/PHP-5.5/ext/oci8/
H A Dphp_oci8.h51 extern zend_module_entry oci8_module_entry;
/PHP-5.5/ext/sqlite3/
H A Dphp_sqlite3.h26 extern zend_module_entry sqlite3_module_entry;
/PHP-5.5/ext/pdo_odbc/
H A Dphp_pdo_odbc.h24 extern zend_module_entry pdo_odbc_module_entry;

Completed in 26 milliseconds

12345678