Home
last modified time | relevance | path

Searched refs:module_registry (Results 1 – 23 of 23) sorted by relevance

/php-src/ext/pdo/
H A Dpdo.c120 if (!zend_hash_str_exists(&module_registry, "pdo", sizeof("pdo") - 1)) { in ZEND_GET_MODULE()
131 if (!zend_hash_str_exists(&module_registry, "pdo", sizeof("pdo") - 1)) { in php_pdo_unregister_driver()
142 if (!zend_hash_str_exists(&module_registry, "pdo", sizeof("pdo") - 1)) { in php_pdo_register_driver_specific_ce()
/php-src/Zend/
H A Dzend_modules.h124 extern ZEND_API HashTable module_registry;
H A Dzend_builtin_functions.c1590 ZEND_HASH_MAP_FOREACH_PTR(&module_registry, module) { in ZEND_FUNCTION()
1616 modules = ecalloc(zend_hash_num_elements(&module_registry) + 2, sizeof(zval)); in ZEND_FUNCTION()
1617 module_names = emalloc((zend_hash_num_elements(&module_registry) + 2) * sizeof(char *)); in ZEND_FUNCTION()
1620 ZEND_HASH_MAP_FOREACH_PTR(&module_registry, module) { in ZEND_FUNCTION()
2177 if (zend_hash_exists(&module_registry, lcname)) { in ZEND_FUNCTION()
2200 module = zend_hash_find_ptr(&module_registry, lcname); in ZEND_FUNCTION()
2203 module = zend_hash_str_find_ptr(&module_registry, "core", sizeof("core") - 1); in ZEND_FUNCTION()
H A Dzend_API.c40 ZEND_API HashTable module_registry; variable
2495 ZEND_HASH_MAP_FOREACH_PTR(&module_registry, module) { in zend_collect_module_handlers()
2525 ZEND_HASH_MAP_FOREACH_PTR(&module_registry, module) { in zend_collect_module_handlers()
2567 zend_hash_sort_ex(&module_registry, zend_sort_modules, NULL, 0); in zend_startup_modules()
2568 zend_hash_apply(&module_registry, zend_startup_module_zval); in zend_startup_modules()
2578 zend_hash_graceful_reverse_destroy(&module_registry); in zend_destroy_modules()
2637 zend_hash_del(&module_registry, lcname); in zend_register_module_ex()
3393 ZEND_HASH_MAP_REVERSE_FOREACH_PTR(&module_registry, module) { in zend_deactivate_modules()
3433 ZEND_HASH_MAP_FOREACH_PTR(&module_registry, module) { in zend_post_deactivate_modules()
3465 return zend_hash_num_elements(&module_registry); in zend_next_free_module()
[all …]
H A Dzend_ini.c273 ZEND_HASH_REVERSE_FOREACH_PTR(&module_registry, module) { in zend_register_ini_entries()
302 ZEND_HASH_REVERSE_FOREACH_PTR(&module_registry, module) { in zend_unregister_ini_entries()
H A Dzend.c1016 zend_hash_init(&module_registry, 32, NULL, module_destructor_zval, 1); in zend_startup()
/php-src/ext/standard/
H A Ddl.c208 if (zend_hash_str_exists(&module_registry, module_entry->name, strlen(module_entry->name))) { in php_load_extension()
H A Dinfo.c946 zend_hash_init(&sorted_registry, zend_hash_num_elements(&module_registry), NULL, NULL, 1); in php_print_info()
947 zend_hash_copy(&sorted_registry, &module_registry, NULL); in php_print_info()
H A Dbasic_functions.c1941 if ((module = zend_hash_str_find_ptr(&module_registry, extname, extname_len)) == NULL) {
/php-src/sapi/cli/
H A Dphp_cli.c182 zend_hash_copy(&sorted_registry, &module_registry, NULL); in print_modules()
1078 if ((module = zend_hash_str_find_ptr(&module_registry, lcname, len)) == NULL) { in do_cli()
/php-src/ext/phar/
H A Dphar.c114 PHAR_G(has_bz2) = zend_hash_str_exists(&module_registry, "bz2", sizeof("bz2")-1); in phar_split_cache_list()
115 PHAR_G(has_zlib) = zend_hash_str_exists(&module_registry, "zlib", sizeof("zlib")-1); in phar_split_cache_list()
3452 PHAR_G(has_bz2) = zend_hash_str_exists(&module_registry, "bz2", sizeof("bz2")-1); in phar_request_initialize()
3453 PHAR_G(has_zlib) = zend_hash_str_exists(&module_registry, "zlib", sizeof("zlib")-1); in phar_request_initialize()
3549 if (zend_hash_str_exists(&module_registry, "openssl", sizeof("openssl")-1)) { in PHP_MINFO_FUNCTION()
H A Dutil.c1551 if (!zend_hash_str_exists(&module_registry, "openssl", sizeof("openssl")-1)) { in phar_verify_signature()
H A Dphar_object.c1263 if (zend_hash_str_exists(&module_registry, "openssl", sizeof("openssl")-1)) { in PHP_METHOD()
/php-src/main/
H A Dmain.c2298 …if ((module = zend_hash_str_find_ptr(&module_registry, "standard", sizeof("standard")-1)) != NULL)… in php_module_startup()
2310 if ((module = zend_hash_str_find_ptr(&module_registry, "core", sizeof("core")-1)) != NULL) { in php_module_startup()
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c198 zend_hash_copy(&sorted_registry, &module_registry, NULL); in print_modules()
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.c1361 zend_hash_apply(&module_registry, (apply_func_t) add_module_info); in PHPDBG_COMMAND()
/php-src/sapi/cgi/
H A Dcgi_main.c259 zend_hash_copy(&sorted_registry, &module_registry, NULL); in print_modules()
/php-src/Zend/Optimizer/
H A Dblock_pass.c381 if(zend_hash_exists(&module_registry, Z_STR_P(arg))) { in zend_optimize_block()
H A Dzend_optimizer.c146 zend_module_entry *m = zend_hash_find_ptr(&module_registry, lc_name); in zend_optimizer_eval_special_func_call()
/php-src/ext/reflection/
H A Dphp_reflection.c1342 module = zend_hash_find_ptr(&module_registry, lcname); in reflection_extension_factory()
6460 if ((module = zend_hash_str_find_ptr(&module_registry, lcname, name_len)) == NULL) { in ZEND_METHOD()
7620 ZEND_HASH_MAP_FOREACH_PTR(&module_registry, module) { in reflection_constant_find_ext()
/php-src/ext/exif/
H A Dexif.c40 #define USE_MBSTRING zend_hash_str_exists(&module_registry, "mbstring", sizeof("mbstring")-1)
/php-src/ext/opcache/
H A DZendAccelerator.c751 ZEND_HASH_MAP_FOREACH_BUCKET(&module_registry, p) { in accel_copy_permanent_strings()
/php-src/ext/soap/
H A Dsoap.c1043 …if (value == SOAP_PERSISTENCE_SESSION && !zend_hash_str_exists(&module_registry, "session", sizeof… in PHP_METHOD()

Completed in 191 milliseconds