zend_module_entry   38 Zend/zend_API.c static zend_module_entry **module_request_startup_handlers;
zend_module_entry   39 Zend/zend_API.c static zend_module_entry **module_request_shutdown_handlers;
zend_module_entry   40 Zend/zend_API.c static zend_module_entry **module_post_deactivate_handlers;
zend_module_entry 1729 Zend/zend_API.c 				zend_module_entry *req_mod;
zend_module_entry 1776 Zend/zend_API.c 	zend_module_entry *m, *r;
zend_module_entry 1780 Zend/zend_API.c 		m = (zend_module_entry*)(*b1)->pData;
zend_module_entry 1787 Zend/zend_API.c 						r = (zend_module_entry*)(*b2)->pData;
zend_module_entry 1808 Zend/zend_API.c 	zend_module_entry *module;
zend_module_entry 1829 Zend/zend_API.c 	module_request_startup_handlers = (zend_module_entry**)malloc(
zend_module_entry 1830 Zend/zend_API.c 	    sizeof(zend_module_entry*) *
zend_module_entry 1899 Zend/zend_API.c ZEND_API zend_module_entry* zend_register_module_ex(zend_module_entry *module TSRMLS_DC) /* {{{ */
zend_module_entry 1903 Zend/zend_API.c 	zend_module_entry *module_ptr;
zend_module_entry 1937 Zend/zend_API.c 	if (zend_hash_add(&module_registry, lcname, name_len+1, (void *)module, sizeof(zend_module_entry), (void**)&module_ptr)==FAILURE) {
zend_module_entry 1957 Zend/zend_API.c ZEND_API zend_module_entry* zend_register_internal_module(zend_module_entry *module TSRMLS_DC) /* {{{ */
zend_module_entry 2324 Zend/zend_API.c 	zend_module_entry *module;
zend_module_entry 2393 Zend/zend_API.c 	zend_module_entry **p = module_request_startup_handlers;
zend_module_entry 2396 Zend/zend_API.c 		zend_module_entry *module = *p;
zend_module_entry 2428 Zend/zend_API.c 			zend_module_entry **p = module_request_shutdown_handlers;
zend_module_entry 2431 Zend/zend_API.c 				zend_module_entry *module = *p;
zend_module_entry 2473 Zend/zend_API.c 		zend_module_entry **p = module_post_deactivate_handlers;
zend_module_entry 2476 Zend/zend_API.c 			zend_module_entry *module = *p;
zend_module_entry 3402 Zend/zend_API.c 	zend_module_entry *module;
zend_module_entry  135 Zend/zend_API.h 	ZEND_DLEXPORT zend_module_entry *get_module(void) { return &name##_module_entry; }\
zend_module_entry  326 Zend/zend_builtin_functions.c zend_module_entry zend_builtin_module = { /* {{{ */
zend_module_entry 1960 Zend/zend_builtin_functions.c 		zend_module_entry *module;
zend_module_entry 2442 Zend/zend_builtin_functions.c 	zend_module_entry *module;
zend_module_entry   33 Zend/zend_modules.h #define ZEND_MODULE_INFO_FUNC_ARGS zend_module_entry *zend_module TSRMLS_DC
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  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  113 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  236 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   24 ext/ctype/php_ctype.h extern zend_module_entry ctype_module_entry;
zend_module_entry  479 ext/curl/interface.c zend_module_entry curl_module_entry = {
zend_module_entry   48 ext/curl/php_curl.h extern zend_module_entry curl_module_entry;
zend_module_entry  648 ext/date/php_date.c zend_module_entry date_module_entry = {
zend_module_entry   27 ext/date/php_date.h extern zend_module_entry date_module_entry;
zend_module_entry   71 ext/dba/php_dba.h extern zend_module_entry dba_module_entry;
zend_module_entry  639 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  155 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   27 ext/ereg/php_ereg.h extern zend_module_entry ereg_module_entry;
zend_module_entry  263 ext/exif/exif.c zend_module_entry exif_module_entry = {
zend_module_entry   23 ext/exif/php_exif.h extern zend_module_entry exif_module_entry;
zend_module_entry  250 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  138 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 1034 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  289 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  770 ext/hash/hash.c zend_module_entry mhash_module_entry = {
zend_module_entry 1230 ext/hash/hash.c zend_module_entry hash_module_entry = {
zend_module_entry   50 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  783 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   34 ext/intl/php_intl.h extern zend_module_entry intl_module_entry;
zend_module_entry  137 ext/json/json.c zend_module_entry json_module_entry = {
zend_module_entry   27 ext/json/php_json.h extern zend_module_entry json_module_entry;
zend_module_entry 3114 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  134 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  574 ext/mbstring/mbstring.c zend_module_entry mbstring_module_entry = {
zend_module_entry   79 ext/mbstring/mbstring.h extern zend_module_entry mbstring_module_entry;
zend_module_entry   30 ext/mcrypt/php_mcrypt.h extern zend_module_entry mcrypt_module_entry;
zend_module_entry   97 ext/mssql/php_mssql.h extern zend_module_entry mssql_module_entry;
zend_module_entry  337 ext/mysql/php_mysql.c zend_module_entry mysql_module_entry = {
zend_module_entry   27 ext/mysql/php_mysql.h extern zend_module_entry mysql_module_entry;
zend_module_entry  999 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  336 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 1026 ext/oci8/oci8.c zend_module_entry oci8_module_entry = {
zend_module_entry   51 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   56 ext/odbc/php_birdstep.h extern zend_module_entry birdstep_module_entry;
zend_module_entry   32 ext/odbc/php_odbc.h extern zend_module_entry odbc_module_entry;
zend_module_entry  476 ext/opcache/zend_accelerator_module.c static zend_module_entry accel_module_entry = {
zend_module_entry  478 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  178 ext/pcntl/pcntl.c zend_module_entry pcntl_module_entry = {
zend_module_entry   24 ext/pcntl/php_pcntl.h extern zend_module_entry pcntl_module_entry;
zend_module_entry 1974 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  144 ext/pdo/pdo.c  zend_module_entry pdo_module_entry = {
zend_module_entry   30 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  238 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   54 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  725 ext/pgsql/pgsql.c zend_module_entry pgsql_module_entry = {
zend_module_entry   27 ext/pgsql/php_pgsql.h extern zend_module_entry pgsql_module_entry;
zend_module_entry 3659 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  354 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 5179 ext/reflection/php_reflection.c 	zend_module_entry *module;
zend_module_entry 5216 ext/reflection/php_reflection.c 	zend_module_entry *module;
zend_module_entry 5245 ext/reflection/php_reflection.c 	zend_module_entry *module;
zend_module_entry 5266 ext/reflection/php_reflection.c 	zend_module_entry *module;
zend_module_entry 5312 ext/reflection/php_reflection.c 	zend_module_entry *module;
zend_module_entry 5346 ext/reflection/php_reflection.c 	zend_module_entry *module;
zend_module_entry 5395 ext/reflection/php_reflection.c 	zend_module_entry *module;
zend_module_entry 5412 ext/reflection/php_reflection.c 	zend_module_entry *module;
zend_module_entry 5429 ext/reflection/php_reflection.c 	zend_module_entry *module;
zend_module_entry 5483 ext/reflection/php_reflection.c 	zend_module_entry *module;
zend_module_entry 5499 ext/reflection/php_reflection.c     zend_module_entry *module;
zend_module_entry 5515 ext/reflection/php_reflection.c 	zend_module_entry *module;
zend_module_entry 6200 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  187 ext/session/php_session.h extern zend_module_entry session_module_entry;
zend_module_entry 2788 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 2579 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   32 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 2503 ext/snmp/snmp.c zend_module_entry snmp_module_entry = {
zend_module_entry  450 ext/soap/soap.c zend_module_entry soap_module_entry = {
zend_module_entry   38 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  987 ext/spl/php_spl.c zend_module_entry spl_module_entry = {
zend_module_entry   36 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 2327 ext/sqlite3/sqlite3.c zend_module_entry sqlite3_module_entry = {
zend_module_entry 3404 ext/standard/basic_functions.c zend_module_entry basic_functions_module = { /* {{{ */
zend_module_entry 5399 ext/standard/basic_functions.c 	zend_module_entry *module;
zend_module_entry   37 ext/standard/basic_functions.h extern zend_module_entry basic_functions_module;
zend_module_entry  106 ext/standard/dl.c 	zend_module_entry *module_entry;
zend_module_entry  107 ext/standard/dl.c 	zend_module_entry *(*get_module)(void);
zend_module_entry  163 ext/standard/dl.c 	get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "get_module");
zend_module_entry  170 ext/standard/dl.c 		get_module = (zend_module_entry *(*)(void)) DL_FETCH_SYMBOL(handle, "_get_module");
zend_module_entry  894 ext/standard/info.c 	return strcasecmp(((zend_module_entry *)f->pData)->name,
zend_module_entry  895 ext/standard/info.c 				  ((zend_module_entry *)s->pData)->name);
zend_module_entry 1067 ext/standard/info.c 		zend_module_entry tmp;
zend_module_entry 1070 ext/standard/info.c 		zend_hash_copy(&sorted_registry, &module_registry, NULL, &tmp, sizeof(zend_module_entry));
zend_module_entry  210 ext/sybase_ct/php_sybase_ct.c zend_module_entry sybase_module_entry = {
zend_module_entry   29 ext/sybase_ct/php_sybase_ct.h extern zend_module_entry sybase_module_entry;
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   93 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  451 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   63 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   27 ext/xml/php_xml.h extern zend_module_entry xml_module_entry;
zend_module_entry  251 ext/xml/xml.c  zend_module_entry xml_module_entry = {
zend_module_entry  329 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  164 ext/xmlrpc/xmlrpc-epi-php.c zend_module_entry xmlrpc_module_entry = {
zend_module_entry  706 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 1189 ext/zip/php_zip.c zend_module_entry zip_module_entry = {
zend_module_entry   24 ext/zip/php_zip.h extern zend_module_entry zip_module_entry;
zend_module_entry 1024 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  121 main/internal_functions_win32.c static zend_module_entry *php_builtin_extensions[] = {
zend_module_entry  194 main/internal_functions_win32.c #define EXTCOUNT (sizeof(php_builtin_extensions)/sizeof(zend_module_entry *))
zend_module_entry 1925 main/main.c    	zend_module_entry **end = ptr + count;
zend_module_entry 1998 main/main.c    	zend_module_entry *module;
zend_module_entry  253 sapi/aolserver/aolserver.c static zend_module_entry php_aolserver_module = {
zend_module_entry   37 sapi/apache/mod_php5.h extern zend_module_entry apache_module_entry;
zend_module_entry  147 sapi/apache/php_apache.c zend_module_entry apache_module_entry = {
zend_module_entry  405 sapi/apache2filter/php_functions.c zend_module_entry php_apache_module = {
zend_module_entry  317 sapi/apache2filter/sapi_apache2.c extern zend_module_entry php_apache_module;
zend_module_entry   75 sapi/apache2handler/php_apache.h extern zend_module_entry apache2_module_entry;
zend_module_entry  551 sapi/apache2handler/php_functions.c zend_module_entry php_apache_module = {
zend_module_entry  344 sapi/apache2handler/sapi_apache2.c extern zend_module_entry php_apache_module;
zend_module_entry   50 sapi/apache_hooks/mod_php5.h extern zend_module_entry apache_module_entry;
zend_module_entry 1516 sapi/apache_hooks/php_apache.c zend_module_entry apache_module_entry = {
zend_module_entry  467 sapi/caudium/caudium.c static zend_module_entry php_caudium_module = {
zend_module_entry  135 sapi/cgi/cgi_main.c static zend_module_entry cgi_module_entry;
zend_module_entry  229 sapi/cgi/cgi_main.c 	return strcasecmp(	((zend_module_entry *)f->pData)->name,
zend_module_entry  230 sapi/cgi/cgi_main.c 						((zend_module_entry *)s->pData)->name);
zend_module_entry  236 sapi/cgi/cgi_main.c 	zend_module_entry tmp;
zend_module_entry  239 sapi/cgi/cgi_main.c 	zend_hash_copy(&sorted_registry, &module_registry, NULL, &tmp, sizeof(zend_module_entry));
zend_module_entry 1719 sapi/cgi/cgi_main.c static zend_module_entry cgi_module_entry = {
zend_module_entry  188 sapi/cli/php_cli.c 	return strcasecmp(((zend_module_entry *)f->pData)->name,
zend_module_entry  189 sapi/cli/php_cli.c 				  ((zend_module_entry *)s->pData)->name);
zend_module_entry  196 sapi/cli/php_cli.c 	zend_module_entry tmp;
zend_module_entry  199 sapi/cli/php_cli.c 	zend_hash_copy(&sorted_registry, &module_registry, NULL, &tmp, sizeof(zend_module_entry));
zend_module_entry 1148 sapi/cli/php_cli.c 					zend_module_entry *module;
zend_module_entry  579 sapi/cli/php_cli_server.c zend_module_entry cli_server_module_entry = {
zend_module_entry   87 sapi/continuity/capi.c zend_module_entry continuity_module_entry = {
zend_module_entry  141 sapi/fpm/fpm/fpm_main.c static zend_module_entry cgi_module_entry;
zend_module_entry  229 sapi/fpm/fpm/fpm_main.c 	return strcasecmp(	((zend_module_entry *)f->pData)->name,
zend_module_entry  230 sapi/fpm/fpm/fpm_main.c 						((zend_module_entry *)s->pData)->name);
zend_module_entry  236 sapi/fpm/fpm/fpm_main.c 	zend_module_entry tmp;
zend_module_entry  239 sapi/fpm/fpm/fpm_main.c 	zend_hash_copy(&sorted_registry, &module_registry, NULL, &tmp, sizeof(zend_module_entry));
zend_module_entry 1552 sapi/fpm/fpm/fpm_main.c static zend_module_entry cgi_module_entry = {
zend_module_entry  191 sapi/isapi/php5isapi.c static zend_module_entry php_isapi_module = {
zend_module_entry   87 sapi/litespeed/lsapi_main.c zend_module_entry litespeed_module_entry;
zend_module_entry 1183 sapi/litespeed/lsapi_main.c zend_module_entry litespeed_module_entry = {
zend_module_entry  846 sapi/milter/php_milter.c static zend_module_entry php_milter_module = {
zend_module_entry  201 sapi/nsapi/nsapi.c zend_module_entry nsapi_module_entry = {
zend_module_entry  109 sapi/pi3web/pi3web_sapi.c static zend_module_entry php_pi3web_module = {
zend_module_entry  461 sapi/roxen/roxen.c static zend_module_entry php_roxen_module = {
zend_module_entry  339 sapi/thttpd/thttpd.c static zend_module_entry php_thttpd_module = {
zend_module_entry  251 sapi/webjames/webjames.c static zend_module_entry php_webjames_module = {