zend_module_entry  613 Zend/zend.c    	zend_module_entry *module = (zend_module_entry*)Z_PTR_P(zv);
zend_module_entry   41 Zend/zend_API.c static zend_module_entry **module_request_startup_handlers;
zend_module_entry   42 Zend/zend_API.c static zend_module_entry **module_request_shutdown_handlers;
zend_module_entry   43 Zend/zend_API.c static zend_module_entry **module_post_deactivate_handlers;
zend_module_entry 1802 Zend/zend_API.c ZEND_API int zend_startup_module_ex(zend_module_entry *module) /* {{{ */
zend_module_entry 1818 Zend/zend_API.c 				zend_module_entry *req_mod;
zend_module_entry 1862 Zend/zend_API.c 	zend_module_entry *module = Z_PTR_P(zv);
zend_module_entry 1874 Zend/zend_API.c 	zend_module_entry *m, *r;
zend_module_entry 1878 Zend/zend_API.c 		m = (zend_module_entry*)Z_PTR(b1->val);
zend_module_entry 1885 Zend/zend_API.c 						r = (zend_module_entry*)Z_PTR(b2->val);
zend_module_entry 1905 Zend/zend_API.c 	zend_module_entry *module;
zend_module_entry 1924 Zend/zend_API.c 	module_request_startup_handlers = (zend_module_entry**)malloc(
zend_module_entry 1925 Zend/zend_API.c 	    sizeof(zend_module_entry*) *
zend_module_entry 1988 Zend/zend_API.c ZEND_API zend_module_entry* zend_register_module_ex(zend_module_entry *module) /* {{{ */
zend_module_entry 1992 Zend/zend_API.c 	zend_module_entry *module_ptr;
zend_module_entry 2028 Zend/zend_API.c 	if ((module_ptr = zend_hash_add_mem(&module_registry, lcname, module, sizeof(zend_module_entry))) == NULL) {
zend_module_entry 2048 Zend/zend_API.c ZEND_API zend_module_entry* zend_register_internal_module(zend_module_entry *module) /* {{{ */
zend_module_entry 2456 Zend/zend_API.c ZEND_API int zend_startup_module(zend_module_entry *module) /* {{{ */
zend_module_entry 2467 Zend/zend_API.c 	zend_module_entry *module;
zend_module_entry 2492 Zend/zend_API.c void module_destructor(zend_module_entry *module) /* {{{ */
zend_module_entry 2538 Zend/zend_API.c 	zend_module_entry **p = module_request_startup_handlers;
zend_module_entry 2541 Zend/zend_API.c 		zend_module_entry *module = *p;
zend_module_entry 2555 Zend/zend_API.c 	zend_module_entry *module = Z_PTR_P(zv);
zend_module_entry 2575 Zend/zend_API.c 			zend_module_entry **p = module_request_shutdown_handlers;
zend_module_entry 2578 Zend/zend_API.c 				zend_module_entry *module = *p;
zend_module_entry 2599 Zend/zend_API.c int module_registry_unload_temp(const zend_module_entry *module) /* {{{ */
zend_module_entry 2607 Zend/zend_API.c 	zend_module_entry *module = (zend_module_entry *)Z_PTR_P(el);
zend_module_entry 2608 Zend/zend_API.c 	return module_registry_unload_temp((const zend_module_entry *)module);
zend_module_entry 2614 Zend/zend_API.c 	zend_module_entry *module = (zend_module_entry *)Z_PTR_P(el);
zend_module_entry 2628 Zend/zend_API.c 		zend_module_entry **p = module_post_deactivate_handlers;
zend_module_entry 2631 Zend/zend_API.c 			zend_module_entry *module = *p;
zend_module_entry 3597 Zend/zend_API.c 	zend_module_entry *module;
zend_module_entry  146 Zend/zend_API.h 	ZEND_DLEXPORT zend_module_entry *get_module(void) { return &name##_module_entry; }\
zend_module_entry  280 Zend/zend_API.h ZEND_API int zend_startup_module(zend_module_entry *module_entry);
zend_module_entry  281 Zend/zend_API.h ZEND_API zend_module_entry* zend_register_internal_module(zend_module_entry *module_entry);
zend_module_entry  282 Zend/zend_API.h ZEND_API zend_module_entry* zend_register_module_ex(zend_module_entry *module);
zend_module_entry  283 Zend/zend_API.h ZEND_API int zend_startup_module_ex(zend_module_entry *module);
zend_module_entry  346 Zend/zend_builtin_functions.c zend_module_entry zend_builtin_module = { /* {{{ */
zend_module_entry 2129 Zend/zend_builtin_functions.c 	zend_module_entry *module = (zend_module_entry*)Z_PTR_P(item);
zend_module_entry 2197 Zend/zend_builtin_functions.c 		zend_module_entry *module;
zend_module_entry 2738 Zend/zend_builtin_functions.c 	zend_module_entry *module;
zend_module_entry   82 Zend/zend_ini.h ZEND_API void display_ini_entries(zend_module_entry *module);
zend_module_entry   33 Zend/zend_modules.h #define ZEND_MODULE_INFO_FUNC_ARGS zend_module_entry *zend_module
zend_module_entry   43 Zend/zend_modules.h #define STANDARD_MODULE_HEADER_EX sizeof(zend_module_entry), ZEND_MODULE_API_NO, ZEND_DEBUG, USING_ZTS
zend_module_entry   70 Zend/zend_modules.h typedef struct _zend_module_entry zend_module_entry;
zend_module_entry  127 Zend/zend_modules.h void module_destructor(zend_module_entry *module);
zend_module_entry  128 Zend/zend_modules.h int module_registry_request_startup(zend_module_entry *module);
zend_module_entry  129 Zend/zend_modules.h int module_registry_unload_temp(const zend_module_entry *module);
zend_module_entry  112 ext/bcmath/bcmath.c zend_module_entry bcmath_module_entry = {
zend_module_entry   26 ext/bcmath/php_bcmath.h extern zend_module_entry bcmath_module_entry;
zend_module_entry  114 ext/bz2/bz2.c  zend_module_entry bz2_module_entry = {
zend_module_entry   26 ext/bz2/php_bz2.h extern zend_module_entry bz2_module_entry;
zend_module_entry  155 ext/calendar/calendar.c zend_module_entry calendar_module_entry = {
zend_module_entry    4 ext/calendar/php_calendar.h extern zend_module_entry calendar_module_entry;
zend_module_entry  238 ext/com_dotnet/com_extension.c zend_module_entry com_dotnet_module_entry = {
zend_module_entry   24 ext/com_dotnet/php_com_dotnet.h extern zend_module_entry com_dotnet_module_entry;
zend_module_entry  115 ext/ctype/ctype.c zend_module_entry ctype_module_entry = {
zend_module_entry   27 ext/ctype/php_ctype.h extern zend_module_entry ctype_module_entry;
zend_module_entry  480 ext/curl/interface.c zend_module_entry curl_module_entry = {
zend_module_entry   51 ext/curl/php_curl.h extern zend_module_entry curl_module_entry;
zend_module_entry  654 ext/date/php_date.c zend_module_entry date_module_entry = {
zend_module_entry   30 ext/date/php_date.h extern zend_module_entry date_module_entry;
zend_module_entry  172 ext/dba/dba.c  zend_module_entry dba_module_entry = {
zend_module_entry   74 ext/dba/php_dba.h extern zend_module_entry dba_module_entry;
zend_module_entry  566 ext/dom/php_dom.c zend_module_entry dom_module_entry = { /* {{{ */
zend_module_entry   26 ext/dom/php_dom.h extern zend_module_entry dom_module_entry;
zend_module_entry  153 ext/enchant/enchant.c zend_module_entry enchant_module_entry = {
zend_module_entry   24 ext/enchant/php_enchant.h extern zend_module_entry enchant_module_entry;
zend_module_entry  253 ext/exif/exif.c zend_module_entry exif_module_entry = {
zend_module_entry   27 ext/exif/php_exif.h extern zend_module_entry exif_module_entry;
zend_module_entry  247 ext/fileinfo/fileinfo.c zend_module_entry fileinfo_module_entry = {
zend_module_entry   24 ext/fileinfo/php_fileinfo.h extern zend_module_entry fileinfo_module_entry;
zend_module_entry  139 ext/filter/filter.c zend_module_entry filter_module_entry = {
zend_module_entry   34 ext/filter/php_filter.h extern zend_module_entry filter_module_entry;
zend_module_entry  284 ext/ftp/php_ftp.c zend_module_entry php_ftp_module_entry = {
zend_module_entry   27 ext/ftp/php_ftp.h extern zend_module_entry php_ftp_module_entry;
zend_module_entry  969 ext/gd/gd.c    zend_module_entry gd_module_entry = {
zend_module_entry   64 ext/gd/php_gd.h extern zend_module_entry gd_module_entry;
zend_module_entry  121 ext/gettext/gettext.c zend_module_entry php_gettext_module_entry = {
zend_module_entry   26 ext/gettext/php_gettext.h extern zend_module_entry php_gettext_module_entry;
zend_module_entry  198 ext/gmp/gmp.c  zend_module_entry gmp_module_entry = {
zend_module_entry   26 ext/gmp/php_gmp.h extern zend_module_entry gmp_module_entry;
zend_module_entry  808 ext/hash/hash.c zend_module_entry mhash_module_entry = {
zend_module_entry 1281 ext/hash/hash.c zend_module_entry hash_module_entry = {
zend_module_entry  114 ext/hash/php_hash.h extern zend_module_entry hash_module_entry;
zend_module_entry  148 ext/iconv/iconv.c zend_module_entry iconv_module_entry = {
zend_module_entry   53 ext/iconv/php_iconv.h extern zend_module_entry iconv_module_entry;
zend_module_entry  567 ext/imap/php_imap.c zend_module_entry imap_module_entry = {
zend_module_entry   46 ext/imap/php_imap.h extern zend_module_entry imap_module_entry;
zend_module_entry  445 ext/interbase/interbase.c zend_module_entry ibase_module_entry = {
zend_module_entry  780 ext/interbase/interbase.c 	zend_module_entry *ibase_entry;
zend_module_entry   24 ext/interbase/php_interbase.h extern zend_module_entry ibase_module_entry;
zend_module_entry  875 ext/intl/php_intl.c zend_module_entry intl_module_entry = {
zend_module_entry   35 ext/intl/php_intl.h extern zend_module_entry intl_module_entry;
zend_module_entry  158 ext/json/json.c zend_module_entry json_module_entry = {
zend_module_entry   28 ext/json/php_json.h extern zend_module_entry json_module_entry;
zend_module_entry 3395 ext/ldap/ldap.c zend_module_entry ldap_module_entry = { /* {{{ */
zend_module_entry   32 ext/ldap/php_ldap.h extern zend_module_entry ldap_module_entry;
zend_module_entry  138 ext/libxml/libxml.c zend_module_entry libxml_module_entry = {
zend_module_entry   26 ext/libxml/php_libxml.h extern zend_module_entry libxml_module_entry;
zend_module_entry  566 ext/mbstring/mbstring.c zend_module_entry mbstring_module_entry = {
zend_module_entry   82 ext/mbstring/mbstring.h extern zend_module_entry mbstring_module_entry;
zend_module_entry  259 ext/mcrypt/mcrypt.c zend_module_entry mcrypt_module_entry = {
zend_module_entry   30 ext/mcrypt/php_mcrypt.h extern zend_module_entry mcrypt_module_entry;
zend_module_entry 1013 ext/mysqli/mysqli.c zend_module_entry mysqli_module_entry = {
zend_module_entry   27 ext/mysqli/php_mysqli.h extern zend_module_entry mysqli_module_entry;
zend_module_entry   26 ext/mysqlnd/mysqlnd_reverse_api.h 	zend_module_entry * module;
zend_module_entry  333 ext/mysqlnd/php_mysqlnd.c zend_module_entry mysqlnd_module_entry = {
zend_module_entry   27 ext/mysqlnd/php_mysqlnd.h extern zend_module_entry mysqlnd_module_entry;
zend_module_entry 1036 ext/oci8/oci8.c zend_module_entry oci8_module_entry = {
zend_module_entry   50 ext/oci8/php_oci8.h extern zend_module_entry oci8_module_entry;
zend_module_entry  142 ext/odbc/birdstep.c zend_module_entry birdstep_module_entry = {
zend_module_entry   59 ext/odbc/php_birdstep.h extern zend_module_entry birdstep_module_entry;
zend_module_entry  395 ext/odbc/php_odbc.c zend_module_entry odbc_module_entry = {
zend_module_entry   32 ext/odbc/php_odbc.h extern zend_module_entry odbc_module_entry;
zend_module_entry  481 ext/opcache/Optimizer/pass1_5.c 					zend_module_entry *m = zend_hash_find_ptr(&module_registry,
zend_module_entry  509 ext/opcache/zend_accelerator_module.c static zend_module_entry accel_module_entry = {
zend_module_entry  522 ext/openssl/openssl.c zend_module_entry openssl_module_entry = {
zend_module_entry   26 ext/openssl/php_openssl.h extern zend_module_entry openssl_module_entry;
zend_module_entry  189 ext/pcntl/pcntl.c zend_module_entry pcntl_module_entry = {
zend_module_entry   28 ext/pcntl/php_pcntl.h extern zend_module_entry pcntl_module_entry;
zend_module_entry 2196 ext/pcre/php_pcre.c zend_module_entry pcre_module_entry = {
zend_module_entry   40 ext/pcre/php_pcre.h extern zend_module_entry pcre_module_entry;
zend_module_entry  142 ext/pdo/pdo.c  zend_module_entry pdo_module_entry = {
zend_module_entry   26 ext/pdo/php_pdo.h extern zend_module_entry pdo_module_entry;
zend_module_entry   50 ext/pdo_dblib/pdo_dblib.c zend_module_entry pdo_mssql_module_entry = {
zend_module_entry   52 ext/pdo_dblib/pdo_dblib.c zend_module_entry pdo_dblib_module_entry = {
zend_module_entry   26 ext/pdo_dblib/php_pdo_dblib.h extern zend_module_entry pdo_mssql_module_entry;
zend_module_entry   29 ext/pdo_dblib/php_pdo_dblib.h extern zend_module_entry pdo_dblib_module_entry;
zend_module_entry   44 ext/pdo_firebird/pdo_firebird.c zend_module_entry pdo_firebird_module_entry = { /* {{{ */
zend_module_entry   22 ext/pdo_firebird/php_pdo_firebird.h extern zend_module_entry pdo_firebird_module_entry;
zend_module_entry  244 ext/pdo_mysql/pdo_mysql.c zend_module_entry pdo_mysql_module_entry = {
zend_module_entry   24 ext/pdo_mysql/php_pdo_mysql.h extern zend_module_entry pdo_mysql_module_entry;
zend_module_entry   48 ext/pdo_oci/pdo_oci.c zend_module_entry pdo_oci_module_entry = {
zend_module_entry   24 ext/pdo_oci/php_pdo_oci.h extern zend_module_entry pdo_oci_module_entry;
zend_module_entry   49 ext/pdo_odbc/pdo_odbc.c zend_module_entry pdo_odbc_module_entry = {
zend_module_entry   24 ext/pdo_odbc/php_pdo_odbc.h extern zend_module_entry pdo_odbc_module_entry;
zend_module_entry   59 ext/pdo_pgsql/pdo_pgsql.c zend_module_entry pdo_pgsql_module_entry = {
zend_module_entry   26 ext/pdo_pgsql/php_pdo_pgsql.h extern zend_module_entry pdo_pgsql_module_entry;
zend_module_entry   52 ext/pdo_sqlite/pdo_sqlite.c zend_module_entry pdo_sqlite_module_entry = {
zend_module_entry   25 ext/pdo_sqlite/php_pdo_sqlite.h extern zend_module_entry pdo_sqlite_module_entry;
zend_module_entry  756 ext/pgsql/pgsql.c zend_module_entry pgsql_module_entry = {
zend_module_entry   29 ext/pgsql/php_pgsql.h extern zend_module_entry pgsql_module_entry;
zend_module_entry 3601 ext/phar/phar.c zend_module_entry phar_module_entry = {
zend_module_entry   28 ext/phar/php_phar.h extern zend_module_entry phar_module_entry;
zend_module_entry   34 ext/posix/php_posix.h extern zend_module_entry posix_module_entry;
zend_module_entry  415 ext/posix/posix.c zend_module_entry posix_module_entry = {
zend_module_entry   24 ext/pspell/php_pspell.h extern zend_module_entry pspell_module_entry;
zend_module_entry  207 ext/pspell/pspell.c zend_module_entry pspell_module_entry = {
zend_module_entry   29 ext/readline/php_readline.h extern zend_module_entry readline_module_entry;
zend_module_entry  154 ext/readline/readline.c zend_module_entry readline_module_entry = {
zend_module_entry   26 ext/recode/php_recode.h extern zend_module_entry recode_module_entry;
zend_module_entry   90 ext/recode/recode.c zend_module_entry recode_module_entry = {
zend_module_entry  372 ext/reflection/php_reflection.c static void _extension_string(string *str, zend_module_entry *module, char *indent);
zend_module_entry 1019 ext/reflection/php_reflection.c static void _extension_string(string *str, zend_module_entry *module, char *indent) /* {{{ */
zend_module_entry 5543 ext/reflection/php_reflection.c 	zend_module_entry *module;
zend_module_entry 5577 ext/reflection/php_reflection.c 	zend_module_entry *module;
zend_module_entry 5606 ext/reflection/php_reflection.c 	zend_module_entry *module;
zend_module_entry 5627 ext/reflection/php_reflection.c 	zend_module_entry *module;
zend_module_entry 5667 ext/reflection/php_reflection.c 	zend_module_entry *module;
zend_module_entry 5705 ext/reflection/php_reflection.c 	zend_module_entry *module;
zend_module_entry 5751 ext/reflection/php_reflection.c 	zend_module_entry *module;
zend_module_entry 5768 ext/reflection/php_reflection.c 	zend_module_entry *module;
zend_module_entry 5785 ext/reflection/php_reflection.c 	zend_module_entry *module;
zend_module_entry 5852 ext/reflection/php_reflection.c 	zend_module_entry *module;
zend_module_entry 5868 ext/reflection/php_reflection.c     zend_module_entry *module;
zend_module_entry 5884 ext/reflection/php_reflection.c 	zend_module_entry *module;
zend_module_entry 6624 ext/reflection/php_reflection.c zend_module_entry reflection_module_entry = { /* {{{ */
zend_module_entry   26 ext/reflection/php_reflection.h extern zend_module_entry reflection_module_entry;
zend_module_entry  217 ext/session/php_session.h extern zend_module_entry session_module_entry;
zend_module_entry 3084 ext/session/session.c zend_module_entry session_module_entry = {
zend_module_entry   24 ext/shmop/php_shmop.h extern zend_module_entry shmop_module_entry;
zend_module_entry   96 ext/shmop/shmop.c zend_module_entry shmop_module_entry = {
zend_module_entry   24 ext/simplexml/php_simplexml.h extern zend_module_entry simplexml_module_entry;
zend_module_entry 2662 ext/simplexml/simplexml.c zend_module_entry simplexml_module_entry = { /* {{{ */
zend_module_entry    6 ext/skeleton/php_skeleton.h extern zend_module_entry extname_module_entry;
zend_module_entry  140 ext/skeleton/skeleton.c zend_module_entry extname_module_entry = {
zend_module_entry   37 ext/snmp/php_snmp.h extern zend_module_entry snmp_module_entry;
zend_module_entry 2465 ext/snmp/snmp.c zend_module_entry snmp_module_entry = {
zend_module_entry  187 ext/soap/php_soap.h extern zend_module_entry soap_module_entry;
zend_module_entry  451 ext/soap/soap.c zend_module_entry soap_module_entry = {
zend_module_entry   40 ext/sockets/php_sockets.h extern zend_module_entry sockets_module_entry;
zend_module_entry  354 ext/sockets/sockets.c zend_module_entry sockets_module_entry = {
zend_module_entry  959 ext/spl/php_spl.c zend_module_entry spl_module_entry = {
zend_module_entry   33 ext/spl/php_spl.h extern zend_module_entry spl_module_entry;
zend_module_entry   26 ext/sqlite3/php_sqlite3.h extern zend_module_entry sqlite3_module_entry;
zend_module_entry 2297 ext/sqlite3/sqlite3.c zend_module_entry sqlite3_module_entry = {
zend_module_entry 3383 ext/standard/basic_functions.c zend_module_entry basic_functions_module = { /* {{{ */
zend_module_entry 5319 ext/standard/basic_functions.c 	zend_module_entry *module;
zend_module_entry   41 ext/standard/basic_functions.h extern zend_module_entry basic_functions_module;
zend_module_entry   94 ext/standard/dl.c 	zend_module_entry *module_entry;
zend_module_entry   95 ext/standard/dl.c 	zend_module_entry *(*get_module)(void);
zend_module_entry  151 ext/standard/dl.c 	get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "get_module");
zend_module_entry  158 ext/standard/dl.c 		get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "_get_module");
zend_module_entry  139 ext/standard/info.c PHPAPI void php_info_print_module(zend_module_entry *zend_module) /* {{{ */
zend_module_entry  174 ext/standard/info.c 	zend_module_entry *module = (zend_module_entry*)Z_PTR_P(el);
zend_module_entry  184 ext/standard/info.c 	zend_module_entry *module = (zend_module_entry*)Z_PTR_P(el);
zend_module_entry  815 ext/standard/info.c 	return strcasecmp(((zend_module_entry *)Z_PTR(f->val))->name,
zend_module_entry  816 ext/standard/info.c 				  ((zend_module_entry *)Z_PTR(s->val))->name);
zend_module_entry   81 ext/standard/info.h PHPAPI void php_info_print_module(zend_module_entry *module);
zend_module_entry   26 ext/sysvmsg/php_sysvmsg.h extern zend_module_entry sysvmsg_module_entry;
zend_module_entry  104 ext/sysvmsg/sysvmsg.c zend_module_entry sysvmsg_module_entry = {
zend_module_entry   26 ext/sysvsem/php_sysvsem.h extern zend_module_entry sysvsem_module_entry;
zend_module_entry   94 ext/sysvsem/sysvsem.c zend_module_entry sysvsem_module_entry = {
zend_module_entry   26 ext/sysvshm/php_sysvshm.h extern zend_module_entry sysvshm_module_entry;
zend_module_entry   95 ext/sysvshm/sysvshm.c zend_module_entry sysvshm_module_entry = {
zend_module_entry   24 ext/tidy/php_tidy.h extern zend_module_entry tidy_module_entry;
zend_module_entry  450 ext/tidy/tidy.c zend_module_entry tidy_module_entry = {
zend_module_entry   24 ext/tokenizer/php_tokenizer.h extern zend_module_entry tokenizer_module_entry;
zend_module_entry   71 ext/tokenizer/tokenizer.c zend_module_entry tokenizer_module_entry = {
zend_module_entry   26 ext/wddx/php_wddx.h extern zend_module_entry wddx_module_entry;
zend_module_entry  157 ext/wddx/wddx.c zend_module_entry wddx_module_entry = {
zend_module_entry   27 ext/xml/php_xml.h extern zend_module_entry xml_module_entry;
zend_module_entry  254 ext/xml/xml.c  zend_module_entry xml_module_entry = {
zend_module_entry  325 ext/xmlreader/php_xmlreader.c zend_module_entry xmlreader_module_entry = {
zend_module_entry   24 ext/xmlreader/php_xmlreader.h extern zend_module_entry xmlreader_module_entry;
zend_module_entry   61 ext/xmlrpc/php_xmlrpc.h extern zend_module_entry xmlrpc_module_entry;
zend_module_entry  162 ext/xmlrpc/xmlrpc-epi-php.c zend_module_entry xmlrpc_module_entry = {
zend_module_entry  658 ext/xmlwriter/php_xmlwriter.c zend_module_entry xmlwriter_module_entry = {
zend_module_entry   25 ext/xmlwriter/php_xmlwriter.h extern zend_module_entry xmlwriter_module_entry;
zend_module_entry   49 ext/xsl/php_xsl.c zend_module_entry xsl_module_entry = {
zend_module_entry   24 ext/xsl/php_xsl.h extern zend_module_entry xsl_module_entry;
zend_module_entry 1084 ext/zip/php_zip.c zend_module_entry zip_module_entry = {
zend_module_entry   23 ext/zip/php_zip.h extern zend_module_entry zip_module_entry;
zend_module_entry   72 ext/zlib/php_zlib.h extern zend_module_entry php_zlib_module_entry;
zend_module_entry 1530 ext/zlib/zlib.c zend_module_entry php_zlib_module_entry = {
zend_module_entry   65 main/internal_functions_nw.c static zend_module_entry *php_builtin_extensions[] = {
zend_module_entry   85 main/internal_functions_nw.c #define EXTCOUNT (sizeof(php_builtin_extensions)/sizeof(zend_module_entry *))
zend_module_entry  114 main/internal_functions_win32.c static zend_module_entry *php_builtin_extensions[] = {
zend_module_entry  184 main/internal_functions_win32.c #define EXTCOUNT (sizeof(php_builtin_extensions)/sizeof(zend_module_entry *))
zend_module_entry 1936 main/main.c    int php_register_extensions(zend_module_entry **ptr, int count)
zend_module_entry 1938 main/main.c    	zend_module_entry **end = ptr + count;
zend_module_entry 1958 main/main.c    static int php_register_extensions_bc(zend_module_entry *ptr, int count)
zend_module_entry 2004 main/main.c    int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_modules, uint num_additional_modules)
zend_module_entry 2010 main/main.c    	zend_module_entry *module;
zend_module_entry  167 main/php_ini.c PHPAPI void display_ini_entries(zend_module_entry *module)
zend_module_entry   33 main/php_main.h PHPAPI int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_modules, uint num_additional_modules);
zend_module_entry   40 main/php_main.h PHPAPI int php_register_extensions(zend_module_entry **ptr, int count);
zend_module_entry   78 sapi/apache2handler/php_apache.h extern zend_module_entry apache2_module_entry;
zend_module_entry  555 sapi/apache2handler/php_functions.c zend_module_entry php_apache_module = {
zend_module_entry  345 sapi/apache2handler/sapi_apache2.c extern zend_module_entry php_apache_module;
zend_module_entry  137 sapi/cgi/cgi_main.c static zend_module_entry cgi_module_entry;
zend_module_entry  237 sapi/cgi/cgi_main.c 	zend_module_entry *module = Z_PTR_P(element);
zend_module_entry  247 sapi/cgi/cgi_main.c 	return strcasecmp(	((zend_module_entry *)Z_PTR(f->val))->name,
zend_module_entry  248 sapi/cgi/cgi_main.c 						((zend_module_entry *)Z_PTR(s->val))->name);
zend_module_entry 1694 sapi/cgi/cgi_main.c static zend_module_entry cgi_module_entry = {
zend_module_entry  184 sapi/cli/php_cli.c 	zend_module_entry *module = (zend_module_entry*)Z_PTR_P(element);
zend_module_entry  195 sapi/cli/php_cli.c 	return strcasecmp(((zend_module_entry *)Z_PTR(f->val))->name,
zend_module_entry  196 sapi/cli/php_cli.c 				  ((zend_module_entry *)Z_PTR(s->val))->name);
zend_module_entry 1111 sapi/cli/php_cli.c 					zend_module_entry *module;
zend_module_entry  452 sapi/cli/php_cli_server.c zend_module_entry cli_server_module_entry = {
zend_module_entry  142 sapi/fpm/fpm/fpm_main.c static zend_module_entry cgi_module_entry;
zend_module_entry  224 sapi/fpm/fpm/fpm_main.c 	zend_module_entry *module = Z_PTR_P(zv);
zend_module_entry  235 sapi/fpm/fpm/fpm_main.c 	return strcasecmp(	((zend_module_entry *) Z_PTR(f->val))->name,
zend_module_entry  236 sapi/fpm/fpm/fpm_main.c 						((zend_module_entry *) Z_PTR(s->val))->name);
zend_module_entry 1555 sapi/fpm/fpm/fpm_main.c static zend_module_entry cgi_module_entry = {
zend_module_entry   87 sapi/litespeed/lsapi_main.c zend_module_entry litespeed_module_entry;
zend_module_entry 1158 sapi/litespeed/lsapi_main.c zend_module_entry litespeed_module_entry = {
zend_module_entry  750 sapi/phpdbg/phpdbg.c static zend_module_entry sapi_phpdbg_module_entry = {
zend_module_entry 1010 sapi/phpdbg/phpdbg_prompt.c static int add_module_info(zend_module_entry *module) /* {{{ */ {
zend_module_entry 1107 sapi/phpdbg/phpdbg_prompt.c 		zend_module_entry *module_entry;
zend_module_entry 1108 sapi/phpdbg/phpdbg_prompt.c 		zend_module_entry *(*get_module)(void);
zend_module_entry 1110 sapi/phpdbg/phpdbg_prompt.c 		get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "get_module");
zend_module_entry 1112 sapi/phpdbg/phpdbg_prompt.c 			get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "_get_module");
zend_module_entry   90 sapi/phpdbg/phpdbg_rinit_hook.c zend_module_entry phpdbg_webhelper_module_entry = {
zend_module_entry   26 sapi/phpdbg/phpdbg_rinit_hook.h extern zend_module_entry phpdbg_webhelper_module_entry;
zend_module_entry  209 sapi/phpdbg/phpdbg_wait.c 		zend_module_entry *mod;
zend_module_entry   80 sapi/phpdbg/phpdbg_webdata_transfer.c 		zend_module_entry *module;