module_registry 711 Zend/zend.c zend_hash_init_ex(&module_registry, 32, NULL, module_destructor_zval, 1, 0); module_registry 39 Zend/zend_API.c ZEND_API HashTable module_registry; module_registry 1824 Zend/zend_API.c if ((req_mod = zend_hash_find_ptr(&module_registry, lcname)) == NULL || !req_mod->module_started) { module_registry 1913 Zend/zend_API.c ZEND_HASH_FOREACH_PTR(&module_registry, module) { module_registry 1936 Zend/zend_API.c ZEND_HASH_FOREACH_PTR(&module_registry, module) { module_registry 1974 Zend/zend_API.c zend_hash_sort_ex(&module_registry, zend_sort_modules, NULL, 0); module_registry 1975 Zend/zend_API.c zend_hash_apply(&module_registry, zend_startup_module_zval); module_registry 1984 Zend/zend_API.c zend_hash_graceful_reverse_destroy(&module_registry); module_registry 2012 Zend/zend_API.c if (zend_hash_exists(&module_registry, lcname) || zend_get_extension(dep->name)) { module_registry 2028 Zend/zend_API.c if ((module_ptr = zend_hash_add_mem(&module_registry, lcname, module, sizeof(zend_module_entry))) == NULL) { module_registry 2469 Zend/zend_API.c module = zend_hash_str_find_ptr(&module_registry, module_name, strlen(module_name)); module_registry 2573 Zend/zend_API.c zend_hash_reverse_apply(&module_registry, module_registry_cleanup); module_registry 2625 Zend/zend_API.c zend_hash_apply(&module_registry, exec_done_cb); module_registry 2626 Zend/zend_API.c zend_hash_reverse_apply(&module_registry, module_registry_unload_temp_wrapper); module_registry 2643 Zend/zend_API.c return zend_hash_num_elements(&module_registry) + 1; module_registry 3601 Zend/zend_API.c module = zend_hash_find_ptr(&module_registry, lname); module_registry 2175 Zend/zend_builtin_functions.c zend_hash_apply_with_argument(&module_registry, add_extension_info, return_value); module_registry 2200 Zend/zend_builtin_functions.c modules = ecalloc(zend_hash_num_elements(&module_registry) + 2, sizeof(zval)); module_registry 2201 Zend/zend_builtin_functions.c module_names = emalloc((zend_hash_num_elements(&module_registry) + 2) * sizeof(char *)); module_registry 2204 Zend/zend_builtin_functions.c ZEND_HASH_FOREACH_PTR(&module_registry, module) { module_registry 2722 Zend/zend_builtin_functions.c if (zend_hash_exists(&module_registry, lcname)) { module_registry 2746 Zend/zend_builtin_functions.c module = zend_hash_find_ptr(&module_registry, lcname); module_registry 2749 Zend/zend_builtin_functions.c module = zend_hash_str_find_ptr(&module_registry, "core", sizeof("core") - 1); module_registry 125 Zend/zend_modules.h extern ZEND_API HashTable module_registry; module_registry 225 ext/exif/exif.c if (zend_hash_str_exists(&module_registry, "mbstring", sizeof("mbstring")-1)) { module_registry 781 ext/interbase/interbase.c if ((ibase_entry = zend_hash_str_find_ptr(&module_registry, ibase_module_entry.name, module_registry 749 ext/opcache/Optimizer/block_pass.c if(zend_hash_exists(&module_registry, Z_STR_P(arg))) { module_registry 481 ext/opcache/Optimizer/pass1_5.c zend_module_entry *m = zend_hash_find_ptr(&module_registry, module_registry 182 ext/pdo/pdo.c if (!zend_hash_str_exists(&module_registry, "pdo", sizeof("pdo") - 1)) { module_registry 193 ext/pdo/pdo.c if (!zend_hash_str_exists(&module_registry, "pdo", sizeof("pdo") - 1)) { module_registry 121 ext/phar/phar.c PHAR_G(has_bz2) = zend_hash_str_exists(&module_registry, "bz2", sizeof("bz2")-1); module_registry 122 ext/phar/phar.c PHAR_G(has_zlib) = zend_hash_str_exists(&module_registry, "zlib", sizeof("zlib")-1); module_registry 3461 ext/phar/phar.c PHAR_G(has_bz2) = zend_hash_str_exists(&module_registry, "bz2", sizeof("bz2")-1); module_registry 3462 ext/phar/phar.c PHAR_G(has_zlib) = zend_hash_str_exists(&module_registry, "zlib", sizeof("zlib")-1); module_registry 3564 ext/phar/phar.c if (zend_hash_str_exists(&module_registry, "openssl", sizeof("openssl")-1)) { module_registry 1271 ext/phar/phar_object.c if (zend_hash_str_exists(&module_registry, "openssl", sizeof("openssl")-1)) { module_registry 1505 ext/phar/util.c if (!zend_hash_str_exists(&module_registry, "openssl", sizeof("openssl")-1)) { module_registry 1196 ext/reflection/php_reflection.c module = zend_hash_find_ptr(&module_registry, lcname); module_registry 5557 ext/reflection/php_reflection.c if ((module = zend_hash_str_find_ptr(&module_registry, lcname, name_len)) == NULL) { module_registry 5329 ext/standard/basic_functions.c if ((module = zend_hash_str_find_ptr(&module_registry, extname, extname_len)) == NULL) { module_registry 989 ext/standard/info.c zend_hash_init(&sorted_registry, zend_hash_num_elements(&module_registry), NULL, NULL, 1); module_registry 990 ext/standard/info.c zend_hash_copy(&sorted_registry, &module_registry, NULL); module_registry 2219 main/main.c if ((module = zend_hash_str_find_ptr(&module_registry, "standard", sizeof("standard")-1)) != NULL) { module_registry 2231 main/main.c if ((module = zend_hash_str_find_ptr(&module_registry, "core", sizeof("core")-1)) != NULL) { module_registry 256 sapi/cgi/cgi_main.c zend_hash_copy(&sorted_registry, &module_registry, NULL); module_registry 205 sapi/cli/php_cli.c zend_hash_copy(&sorted_registry, &module_registry, NULL); module_registry 1113 sapi/cli/php_cli.c if ((module = zend_hash_str_find_ptr(&module_registry, lcname, len)) == NULL) { module_registry 245 sapi/fpm/fpm/fpm_main.c zend_hash_copy(&sorted_registry, &module_registry, NULL); module_registry 1173 sapi/phpdbg/phpdbg_prompt.c zend_hash_apply(&module_registry, (apply_func_t) add_module_info); module_registry 214 sapi/phpdbg/phpdbg_wait.c zend_hash_init(&zv_registry, zend_hash_num_elements(&module_registry), 0, ZVAL_PTR_DTOR, 0); module_registry 215 sapi/phpdbg/phpdbg_wait.c ZEND_HASH_FOREACH_PTR(&module_registry, mod) { module_registry 229 sapi/phpdbg/phpdbg_wait.c zend_hash_del(&module_registry, Z_STR_P(module)); module_registry 85 sapi/phpdbg/phpdbg_webdata_transfer.c ZEND_HASH_FOREACH_PTR(&module_registry, module) {