Home
last modified time | relevance | path

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

/PHP-5.5/ext/pdo/
H A Dpdo.c188 if (!zend_hash_exists(&module_registry, "pdo", sizeof("pdo"))) { in php_pdo_register_driver()
199 if (!zend_hash_exists(&module_registry, "pdo", sizeof("pdo"))) { in php_pdo_unregister_driver()
/PHP-5.5/Zend/
H A Dzend_modules.h125 extern ZEND_API HashTable module_registry;
H A Dzend_API.c36 ZEND_API HashTable module_registry; variable
1816 for (zend_hash_internal_pointer_reset_ex(&module_registry, &pos); in zend_collect_module_handlers()
1818 zend_hash_move_forward_ex(&module_registry, &pos)) { in zend_collect_module_handlers()
1841 for (zend_hash_internal_pointer_reset_ex(&module_registry, &pos); in zend_collect_module_handlers()
1843 zend_hash_move_forward_ex(&module_registry, &pos)) { in zend_collect_module_handlers()
1885 zend_hash_sort(&module_registry, zend_sort_modules, NULL, 0 TSRMLS_CC); in zend_startup_modules()
1886 zend_hash_apply(&module_registry, (apply_func_t)zend_startup_module_ex TSRMLS_CC); in zend_startup_modules()
1895 zend_hash_graceful_reverse_destroy(&module_registry); in zend_destroy_modules()
1922 if (zend_hash_exists(&module_registry, lcname, name_len+1)) { in zend_register_module_ex()
2470 zend_hash_apply(&module_registry, (apply_func_t) exec_done_cb TSRMLS_CC); in zend_post_deactivate_modules()
[all …]
H A Dzend_builtin_functions.c1936 …zend_hash_apply_with_argument(&module_registry, (apply_func_arg_t) add_extension_info, return_valu… in ZEND_FUNCTION()
1963 modules = ecalloc(zend_hash_num_elements(&module_registry) + 2, sizeof(zval *)); in ZEND_FUNCTION()
1964 module_names = emalloc((zend_hash_num_elements(&module_registry) + 2) * sizeof(char *)); in ZEND_FUNCTION()
1967 zend_hash_internal_pointer_reset_ex(&module_registry, &pos); in ZEND_FUNCTION()
1968 while (zend_hash_get_current_data_ex(&module_registry, (void *) &module, &pos) != FAILURE) { in ZEND_FUNCTION()
1971 zend_hash_move_forward_ex(&module_registry, &pos); in ZEND_FUNCTION()
2426 if (zend_hash_exists(&module_registry, lcname, extension_name_len+1)) { in ZEND_FUNCTION()
2453 if (zend_hash_find(&module_registry, lcname, in ZEND_FUNCTION()
H A Dzend.c709 zend_hash_init_ex(&module_registry, 50, NULL, ZEND_MODULE_DTOR, 1, 0); in zend_startup()
/PHP-5.5/ext/standard/
H A Dinfo.c1069 zend_hash_init(&sorted_registry, zend_hash_num_elements(&module_registry), NULL, NULL, 1); in php_print_info()
1070 zend_hash_copy(&sorted_registry, &module_registry, NULL, &tmp, sizeof(zend_module_entry)); in php_print_info()
H A Dbasic_functions.c5413 if (zend_hash_find(&module_registry, extname, extname_len+1, (void **) &module) == FAILURE) {
/PHP-5.5/sapi/cli/
H A Dphp_cli.c199 zend_hash_copy(&sorted_registry, &module_registry, NULL, &tmp, sizeof(zend_module_entry)); in print_modules()
1150 if (zend_hash_find(&module_registry, lcname, len+1, (void**)&module) == FAILURE) { in do_cli()
/PHP-5.5/ext/phar/
H A Dphar.c122 PHAR_G(has_bz2) = zend_hash_exists(&module_registry, "bz2", sizeof("bz2")); in phar_split_cache_list()
123 PHAR_G(has_zlib) = zend_hash_exists(&module_registry, "zlib", sizeof("zlib")); in phar_split_cache_list()
3523 PHAR_G(has_bz2) = zend_hash_exists(&module_registry, "bz2", sizeof("bz2"));
3524 PHAR_G(has_zlib) = zend_hash_exists(&module_registry, "zlib", sizeof("zlib"));
3626 if (zend_hash_exists(&module_registry, "openssl", sizeof("openssl"))) {
H A Dutil.c1549 if (!zend_hash_exists(&module_registry, "openssl", sizeof("openssl"))) {
H A Dphar_object.c1291 if (zend_hash_exists(&module_registry, "openssl", sizeof("openssl"))) { in PHP_METHOD()
/PHP-5.5/main/
H A Dmain.c2243 if (zend_hash_find(&module_registry, "standard", sizeof("standard"), (void**)&module)==SUCCESS) { in php_module_startup()
2255 if (zend_hash_find(&module_registry, "core", sizeof("core"), (void**)&module)==SUCCESS) { in php_module_startup()
/PHP-5.5/ext/interbase/
H A Dinterbase.c784 if (SUCCESS == zend_hash_find(&module_registry, ibase_module_entry.name, in PHP_MSHUTDOWN_FUNCTION()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c239 zend_hash_copy(&sorted_registry, &module_registry, NULL, &tmp, sizeof(zend_module_entry)); in print_modules()
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c239 zend_hash_copy(&sorted_registry, &module_registry, NULL, &tmp, sizeof(zend_module_entry)); in print_modules()
/PHP-5.5/ext/opcache/Optimizer/
H A Dblock_pass.c772 if(zend_hash_exists(&module_registry, Z_STRVAL_P(arg), Z_STRLEN_P(arg)+1)) { in zend_optimize_block()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c1219 if (zend_hash_find(&module_registry, lcname, name_len + 1, (void **)&module) == FAILURE) { in reflection_extension_factory()
5195 if (zend_hash_find(&module_registry, lcname, name_len + 1, (void **)&module) == FAILURE) { in ZEND_METHOD()
/PHP-5.5/ext/exif/
H A Dexif.c235 if (zend_hash_exists(&module_registry, "mbstring", sizeof("mbstring"))) { in PHP_MINIT_FUNCTION()

Completed in 132 milliseconds