Home
last modified time | relevance | path

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

12

/php-src/ext/mysqli/
H A Dmysqli.c508 zend_hash_add_ptr(&classes, mysqli_driver_class_entry->name, &mysqli_driver_properties); in PHP_MINIT_FUNCTION()
514 zend_hash_add_ptr(&classes, mysqli_link_class_entry->name, &mysqli_link_properties); in PHP_MINIT_FUNCTION()
520 zend_hash_add_ptr(&classes, mysqli_warning_class_entry->name, &mysqli_warning_properties); in PHP_MINIT_FUNCTION()
527 zend_hash_add_ptr(&classes, mysqli_result_class_entry->name, &mysqli_result_properties); in PHP_MINIT_FUNCTION()
533 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.c530 zend_hash_add_ptr(&watch->elements, element->str, element);
593 zend_hash_add_ptr(&element->child_container, child->str, child);
665 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.c1918 ret = zend_hash_add_ptr(&url_stream_wrappers_hash, str, (void*)wrapper) ? SUCCESS : FAILURE; in php_register_url_stream_wrapper()
1946 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()
388 zend_hash_add_ptr(EG(modified_ini_directives), ini_entry->name, ini_entry); in zend_alter_ini_entry_ex()
H A Dzend_constants.c479 ret = zend_hash_add_ptr(ht, key, copy); in zend_hash_add_constant()
H A Dzend_enum.c431 if (!zend_hash_add_ptr(&ce->function_table, name, zif)) { in zend_enum_register_func()
H A Dzend_compile.c1285 zend_function *added_func = zend_hash_add_ptr(EG(function_table), Z_STR_P(lcname), func); in do_bind_function()
1313 success = zend_hash_add_ptr(EG(class_table), Z_STR_P(lcname), ce) != NULL; in zend_bind_class_in_slot()
8117 if (zend_hash_add_ptr(&ce->function_table, lcname, op_array) == NULL) { in zend_begin_method_decl()
8372 if (UNEXPECTED(zend_hash_add_ptr(CG(function_table), lcname, op_array) == NULL)) { in zend_compile_func_decl_ex()
9128 } else if (EXPECTED(zend_hash_add_ptr(CG(class_table), lcname, ce) != NULL)) { in zend_compile_class_decl()
9169 if (!zend_hash_add_ptr(CG(class_table), lcname, ce)) { in zend_compile_class_decl()
9180 } while (!zend_hash_add_ptr(CG(class_table), key, ce)); in zend_compile_class_decl()
9383 if (!zend_hash_add_ptr(current_import, lookup_name, old_name)) { in zend_compile_use()
H A Dzend_inheritance.c425 zend_hash_add_ptr(ht, class_name, ce); in track_class_dependency()
3782 if (zend_hash_add_ptr(EG(class_table), lcname, ce) != NULL) { in register_early_bound_ce()
3791 if (zend_hash_add_ptr(CG(class_table), lcname, ce) != NULL) { in register_early_bound_ce()
H A Dzend_API.c2625 if ((module_ptr = zend_hash_add_ptr(&module_registry, lcname, module)) == NULL) { in zend_register_module_ex()
3058 if (zend_hash_add_ptr(target_function_table, lowercase_name, reg_function) == NULL) { in zend_register_functions()
4893 if (!zend_hash_add_ptr(&ce->constants_table, name, c)) { in zend_declare_typed_class_constant()
H A Dzend_builtin_functions.c441 …if (EXPECTED(zend_hash_add_ptr(EG(modified_ini_directives), ZSTR_KNOWN(ZEND_STR_ERROR_REPORTING), … in ZEND_FUNCTION()
H A Dzend_hash.h652 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.c187 zend_hash_add_ptr(env_hash, key, str); in _php_array_to_envp()
/php-src/ext/soap/
H A Dphp_schema.c1147 if (zend_hash_add_ptr(sdl->groups, key.s, newType) == NULL) { in schema_group()
1588 if (zend_hash_add_ptr(addHash, key.s, newType) == NULL) { in schema_element()
1818 if (zend_hash_add_ptr(addHash, key.s, newAttr) == NULL) { in schema_attribute()
1908 zend_hash_add_ptr(newAttr->extraAttributes, key2.s, ext); in schema_attribute()
2003 if (zend_hash_add_ptr(ctx->attributeGroups, key.s, newType) == NULL) { in schema_attributeGroup()
2187 zend_hash_add_ptr(ht, _key, newAttr); in schema_attributegroup_fixup()
H A Dphp_sdl.c515 if (zend_hash_add_ptr(h->headerfaults, key.s, hf) == NULL) { in wsdl_soap_binding_header()
615 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.c1105 zend_hash_add_ptr(SG(rfc1867_uploaded_files), temp_filename, temp_filename);
/php-src/ext/phar/
H A Dphar.c1284 zend_hash_add_ptr(&(PHAR_G(phar_alias_map)), str, mydata); in phar_parse_pharfile()
1295 zend_hash_add_ptr(&(PHAR_G(phar_fname_map)), str, mydata); in phar_parse_pharfile()
/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/sockets/
H A Dsockets.c2731 zend_hash_add_ptr(&(SOCKETS_G(wsa_info)), seg_name, map);
/php-src/ext/pcre/
H A Dphp_pcre.c762 zend_hash_add_ptr(&char_tables, _k, (void *)tables); in pcre_get_compiled_regex_cache_ex()

Completed in 169 milliseconds

12