Home
last modified time | relevance | path

Searched refs:zend_hash_add_ptr (Results 1 – 25 of 29) sorted by relevance

12

/php-src/ext/mysqli/
H A Dmysqli.c509 zend_hash_add_ptr(&classes, mysqli_driver_class_entry->name, &mysqli_driver_properties); in PHP_MINIT_FUNCTION()
515 zend_hash_add_ptr(&classes, mysqli_link_class_entry->name, &mysqli_link_properties); in PHP_MINIT_FUNCTION()
521 zend_hash_add_ptr(&classes, mysqli_warning_class_entry->name, &mysqli_warning_properties); in PHP_MINIT_FUNCTION()
528 zend_hash_add_ptr(&classes, mysqli_result_class_entry->name, &mysqli_result_properties); in PHP_MINIT_FUNCTION()
534 zend_hash_add_ptr(&classes, mysqli_stmt_class_entry->name, &mysqli_stmt_properties); in PHP_MINIT_FUNCTION()
/php-src/sapi/phpdbg/
H A Dphpdbg_list.c271 zend_hash_add_ptr(&PHPDBG_G(file_sources), ret->filename, dataptr); in phpdbg_compile_file()
346 zend_hash_add_ptr(&PHPDBG_G(file_sources), fake_name, dataptr); in phpdbg_compile_string()
H A Dphpdbg_watch.c528 zend_hash_add_ptr(&watch->elements, element->str, element);
591 zend_hash_add_ptr(&element->child_container, child->str, child);
663 zend_hash_add_ptr(&hti->watches, element->name_in_parent, element);
/php-src/Zend/Optimizer/
H A Dzend_func_info.c206 if (zend_hash_add_ptr(&func_info, key, (void**)&func_infos[i]) == NULL) { in zend_func_info_add()
/php-src/main/streams/
H A Dfilter.c47 ret = zend_hash_add_ptr(&stream_filters_hash, str, (void*)factory) ? SUCCESS : FAILURE; in php_stream_filter_register_factory()
66 return zend_hash_add_ptr(FG(stream_filters), filterpattern, (void*)factory) ? SUCCESS : FAILURE; in php_stream_filter_register_factory_volatile()
H A Dstreams.c1913 ret = zend_hash_add_ptr(&url_stream_wrappers_hash, str, (void*)wrapper) ? SUCCESS : FAILURE; in php_register_url_stream_wrapper()
1941 return zend_hash_add_ptr(FG(stream_wrappers), protocol, wrapper) ? SUCCESS : FAILURE; in php_register_url_stream_wrapper_volatile()
/php-src/Zend/
H A Dzend_ini.c242 if (zend_hash_add_ptr(directives, p->name, (void*)p) == NULL) { in zend_register_ini_entries_ex()
387 zend_hash_add_ptr(EG(modified_ini_directives), ini_entry->name, ini_entry); in zend_alter_ini_entry_ex()
H A Dzend_constants.c542 ret = zend_hash_add_ptr(ht, key, copy); in zend_hash_add_constant()
H A Dzend_enum.c427 if (!zend_hash_add_ptr(&ce->function_table, name, zif)) { in zend_enum_register_func()
H A Dzend_inheritance.c410 zend_hash_add_ptr(ht, class_name, ce); in track_class_dependency()
3346 if (zend_hash_add_ptr(EG(class_table), lcname, ce) != NULL) { in register_early_bound_ce()
3355 if (zend_hash_add_ptr(CG(class_table), lcname, ce) != NULL) { in register_early_bound_ce()
H A Dzend_compile.c1232 zend_function *added_func = zend_hash_add_ptr(EG(function_table), Z_STR_P(lcname), func); in do_bind_function()
1260 success = zend_hash_add_ptr(EG(class_table), Z_STR_P(lcname), ce) != NULL; in zend_bind_class_in_slot()
7680 if (zend_hash_add_ptr(&ce->function_table, lcname, op_array) == NULL) { in zend_begin_method_decl()
7915 if (UNEXPECTED(zend_hash_add_ptr(CG(function_table), lcname, op_array) == NULL)) { in zend_compile_func_decl()
8422 } else if (EXPECTED(zend_hash_add_ptr(CG(class_table), lcname, ce) != NULL)) { in zend_compile_class_decl()
8457 if (!zend_hash_add_ptr(CG(class_table), lcname, ce)) { in zend_compile_class_decl()
8468 } while (!zend_hash_add_ptr(CG(class_table), key, ce)); in zend_compile_class_decl()
8665 if (!zend_hash_add_ptr(current_import, lookup_name, old_name)) { in zend_compile_use()
H A Dzend_API.c2557 if ((module_ptr = zend_hash_add_ptr(&module_registry, lcname, module)) == NULL) { in zend_register_module_ex()
2985 if (zend_hash_add_ptr(target_function_table, lowercase_name, reg_function) == NULL) { in zend_register_functions()
4767 if (!zend_hash_add_ptr(&ce->constants_table, name, c)) { in zend_declare_typed_class_constant()
H A Dzend_builtin_functions.c414 …if (EXPECTED(zend_hash_add_ptr(EG(modified_ini_directives), ZSTR_KNOWN(ZEND_STR_ERROR_REPORTING), … in ZEND_FUNCTION()
H A Dzend_hash.h642 static zend_always_inline void *zend_hash_add_ptr(HashTable *ht, zend_string *key, void *pData) in zend_hash_add_ptr() function
/php-src/ext/standard/
H A Duser_filters.c524 if (zend_hash_add_ptr(BG(user_filter_map), filtername, fdat) != NULL && in PHP_FUNCTION()
H A Dpassword.c42 return zend_hash_add_ptr(&php_password_algos, key, (void *) algo) ? SUCCESS : FAILURE; in php_password_algo_register()
H A Dproc_open.c188 zend_hash_add_ptr(env_hash, key, str); in _php_array_to_envp()
/php-src/ext/soap/
H A Dphp_schema.c1133 if (zend_hash_add_ptr(sdl->groups, key.s, newType) == NULL) { in schema_group()
1574 if (zend_hash_add_ptr(addHash, key.s, newType) == NULL) { in schema_element()
1804 if (zend_hash_add_ptr(addHash, key.s, newAttr) == NULL) { in schema_attribute()
1894 zend_hash_add_ptr(newAttr->extraAttributes, key2.s, ext); in schema_attribute()
1989 if (zend_hash_add_ptr(ctx->attributeGroups, key.s, newType) == NULL) { in schema_attributeGroup()
2173 zend_hash_add_ptr(ht, _key, newAttr); in schema_attributegroup_fixup()
H A Dphp_sdl.c555 if (zend_hash_add_ptr(h->headerfaults, key.s, hf) == NULL) { in wsdl_soap_binding_header()
657 if (zend_hash_add_ptr(binding->headers, key.s, h) == NULL) { in wsdl_soap_binding_body()
/php-src/ext/com_dotnet/
H A Dcom_typeinfo.c290 if (NULL != zend_hash_add_ptr(&php_com_typelibraries, key, TL)) { in php_com_load_typelib_via_cache()
/php-src/main/
H A Drfc1867.c1097 zend_hash_add_ptr(SG(rfc1867_uploaded_files), temp_filename, temp_filename);
/php-src/ext/hash/
H A Dhash.c119zend_hash_add_ptr(&php_hash_hashtable, zend_string_init_interned(lower, algo_len, 1), (void *) ops… in php_hash_register_algo()
/php-src/ext/phar/
H A Dphar.c1279 zend_hash_add_ptr(&(PHAR_G(phar_alias_map)), str, mydata); in phar_parse_pharfile()
1290 zend_hash_add_ptr(&(PHAR_G(phar_fname_map)), str, mydata); in phar_parse_pharfile()
/php-src/ext/sockets/
H A Dsockets.c2616 zend_hash_add_ptr(&(SOCKETS_G(wsa_info)), seg_name, map);
/php-src/ext/pcre/
H A Dphp_pcre.c777 zend_hash_add_ptr(&char_tables, _k, (void *)tables); in pcre_get_compiled_regex_cache_ex()

Completed in 200 milliseconds

12