module_registry   712 Zend/zend.c    	zend_hash_init_ex(&module_registry, 50, NULL, ZEND_MODULE_DTOR, 1, 0);
module_registry    36 Zend/zend_API.c ZEND_API HashTable module_registry;
module_registry  1733 Zend/zend_API.c 				if (zend_hash_find(&module_registry, lcname, name_len+1, (void**)&req_mod) == FAILURE || !req_mod->module_started) {
module_registry  1815 Zend/zend_API.c 	for (zend_hash_internal_pointer_reset_ex(&module_registry, &pos);
module_registry  1816 Zend/zend_API.c 	     zend_hash_get_current_data_ex(&module_registry, (void *) &module, &pos) == SUCCESS;
module_registry  1817 Zend/zend_API.c 	     zend_hash_move_forward_ex(&module_registry, &pos)) {
module_registry  1840 Zend/zend_API.c 	for (zend_hash_internal_pointer_reset_ex(&module_registry, &pos);
module_registry  1841 Zend/zend_API.c 	     zend_hash_get_current_data_ex(&module_registry, (void *) &module, &pos) == SUCCESS;
module_registry  1842 Zend/zend_API.c 	     zend_hash_move_forward_ex(&module_registry, &pos)) {
module_registry  1884 Zend/zend_API.c 	zend_hash_sort(&module_registry, zend_sort_modules, NULL, 0 TSRMLS_CC);
module_registry  1885 Zend/zend_API.c 	zend_hash_apply(&module_registry, (apply_func_t)zend_startup_module_ex TSRMLS_CC);
module_registry  1894 Zend/zend_API.c 	zend_hash_graceful_reverse_destroy(&module_registry);
module_registry  1921 Zend/zend_API.c 				if (zend_hash_exists(&module_registry, lcname, name_len+1)) {
module_registry  1936 Zend/zend_API.c 	if (zend_hash_add(&module_registry, lcname, name_len+1, (void *)module, sizeof(zend_module_entry), (void**)&module_ptr)==FAILURE) {
module_registry  2342 Zend/zend_API.c 	return (zend_hash_find(&module_registry, module_name, strlen(module_name)+1, (void**)&module) == SUCCESS && module->module_started) ? SUCCESS : FAILURE;
module_registry  2442 Zend/zend_API.c 			zend_hash_reverse_apply(&module_registry, (apply_func_t) module_registry_cleanup TSRMLS_CC);
module_registry  2486 Zend/zend_API.c 		zend_hash_apply(&module_registry, (apply_func_t) exec_done_cb TSRMLS_CC);
module_registry  2487 Zend/zend_API.c 		zend_hash_reverse_apply(&module_registry, (apply_func_t) module_registry_unload_temp TSRMLS_CC);
module_registry  2504 Zend/zend_API.c 	return zend_hash_num_elements(&module_registry) + 1;
module_registry  3416 Zend/zend_API.c 	if (zend_hash_find(&module_registry, lname, name_len + 1, (void**)&module) == FAILURE) {
module_registry  1946 Zend/zend_builtin_functions.c 		zend_hash_apply_with_argument(&module_registry, (apply_func_arg_t) add_extension_info, return_value TSRMLS_CC);
module_registry  1973 Zend/zend_builtin_functions.c 		modules = ecalloc(zend_hash_num_elements(&module_registry) + 2, sizeof(zval *));
module_registry  1974 Zend/zend_builtin_functions.c 		module_names = emalloc((zend_hash_num_elements(&module_registry) + 2) * sizeof(char *));
module_registry  1977 Zend/zend_builtin_functions.c 		zend_hash_internal_pointer_reset_ex(&module_registry, &pos);
module_registry  1978 Zend/zend_builtin_functions.c 		while (zend_hash_get_current_data_ex(&module_registry, (void *) &module, &pos) != FAILURE) {
module_registry  1981 Zend/zend_builtin_functions.c 			zend_hash_move_forward_ex(&module_registry, &pos);
module_registry  2436 Zend/zend_builtin_functions.c 	if (zend_hash_exists(&module_registry, lcname, extension_name_len+1)) {
module_registry  2463 Zend/zend_builtin_functions.c 	if (zend_hash_find(&module_registry, lcname,
module_registry   125 Zend/zend_modules.h extern ZEND_API HashTable module_registry;
module_registry   225 ext/exif/exif.c 	if (zend_hash_exists(&module_registry, "mbstring", sizeof("mbstring"))) {
module_registry   784 ext/interbase/interbase.c 	if (SUCCESS == zend_hash_find(&module_registry, ibase_module_entry.name,
module_registry   776 ext/opcache/Optimizer/block_pass.c 					if(zend_hash_exists(&module_registry, Z_STRVAL_P(arg), Z_STRLEN_P(arg)+1)) {
module_registry   411 ext/opcache/Optimizer/pass1_5.c 					int found = zend_hash_find(&module_registry,
module_registry   469 ext/opcache/Optimizer/pass1_5.c 				} else if ((!zend_hash_exists(&module_registry, "mbstring", sizeof("mbstring")) ||
module_registry   188 ext/pdo/pdo.c  	if (!zend_hash_exists(&module_registry, "pdo", sizeof("pdo"))) {
module_registry   199 ext/pdo/pdo.c  	if (!zend_hash_exists(&module_registry, "pdo", sizeof("pdo"))) {
module_registry   122 ext/phar/phar.c 	PHAR_G(has_bz2) = zend_hash_exists(&module_registry, "bz2", sizeof("bz2"));
module_registry   123 ext/phar/phar.c 	PHAR_G(has_zlib) = zend_hash_exists(&module_registry, "zlib", sizeof("zlib"));
module_registry  3502 ext/phar/phar.c 		PHAR_G(has_bz2) = zend_hash_exists(&module_registry, "bz2", sizeof("bz2"));
module_registry  3503 ext/phar/phar.c 		PHAR_G(has_zlib) = zend_hash_exists(&module_registry, "zlib", sizeof("zlib"));
module_registry  3605 ext/phar/phar.c 	if (zend_hash_exists(&module_registry, "openssl", sizeof("openssl"))) {
module_registry  1291 ext/phar/phar_object.c 	if (zend_hash_exists(&module_registry, "openssl", sizeof("openssl"))) {
module_registry  1542 ext/phar/util.c 			if (!zend_hash_exists(&module_registry, "openssl", sizeof("openssl"))) {
module_registry  1252 ext/reflection/php_reflection.c 	if (zend_hash_find(&module_registry, lcname, name_len + 1, (void **)&module) == FAILURE) {
module_registry  5264 ext/reflection/php_reflection.c 	if (zend_hash_find(&module_registry, lcname, name_len + 1, (void **)&module) == FAILURE) {
module_registry  5383 ext/standard/basic_functions.c 		if (zend_hash_find(&module_registry, extname, extname_len+1, (void **) &module) == FAILURE) {
module_registry  1069 ext/standard/info.c 		zend_hash_init(&sorted_registry, zend_hash_num_elements(&module_registry), NULL, NULL, 1);
module_registry  1070 ext/standard/info.c 		zend_hash_copy(&sorted_registry, &module_registry, NULL, &tmp, sizeof(zend_module_entry));
module_registry  2332 main/main.c    		if (zend_hash_find(&module_registry, "standard", sizeof("standard"), (void**)&module)==SUCCESS) {
module_registry  2344 main/main.c    	if (zend_hash_find(&module_registry, "core", sizeof("core"), (void**)&module)==SUCCESS) {
module_registry   239 sapi/cgi/cgi_main.c 	zend_hash_copy(&sorted_registry, &module_registry, NULL, &tmp, sizeof(zend_module_entry));
module_registry   199 sapi/cli/php_cli.c 	zend_hash_copy(&sorted_registry, &module_registry, NULL, &tmp, sizeof(zend_module_entry));
module_registry  1150 sapi/cli/php_cli.c 					if (zend_hash_find(&module_registry, lcname, len+1, (void**)&module) == FAILURE) {
module_registry   240 sapi/fpm/fpm/fpm_main.c 	zend_hash_copy(&sorted_registry, &module_registry, NULL, &tmp, sizeof(zend_module_entry));