Searched refs:zend_hash_next_index_insert_ptr (Results 1 – 12 of 12) sorted by relevance
/PHP-8.3/ext/soap/ |
H A D | php_schema.c | 349 ptr = zend_hash_next_index_insert_ptr(sdl->types, newType); in schema_simpleType() 376 ptr = zend_hash_next_index_insert_ptr(sdl->types, newType); in schema_simpleType() 456 zend_hash_next_index_insert_ptr(cur_type->elements, newType); in schema_list() 492 zend_hash_next_index_insert_ptr(cur_type->elements, newType); in schema_list() 1045 zend_hash_next_index_insert_ptr(model->u.content, newModel); in schema_all() 1221 zend_hash_next_index_insert_ptr(model->u.content, newModel); in schema_choice() 1271 zend_hash_next_index_insert_ptr(model->u.content, newModel); in schema_sequence() 1321 zend_hash_next_index_insert_ptr(model->u.content, newModel); in schema_any() 1404 ptr = zend_hash_next_index_insert_ptr(sdl->types, newType); in schema_complexType() 1430 ptr = zend_hash_next_index_insert_ptr(sdl->types, newType); in schema_complexType() [all …]
|
H A D | php_sdl.c | 606 zend_hash_next_index_insert_ptr(&ht, x_param); in wsdl_soap_binding_body() 721 zend_hash_next_index_insert_ptr(parameters, param); in wsdl_message() 1229 zend_hash_next_index_insert_ptr(ht, data); in sdl_deserialize_key() 1312 zend_hash_next_index_insert_ptr(model->u.content, x); in sdl_deserialize_model() 2430 zend_hash_next_index_insert_ptr(bp_types, *type); in make_persistent_sdl_type_ref() 2447 zend_hash_next_index_insert_ptr(bp_encoders, enc); in make_persistent_sdl_encoder_ref() 2496 zend_hash_next_index_insert_ptr(pheaders, pheader); in make_persistent_sdl_function_headers() 2553 zend_hash_next_index_insert_ptr(pparams, pparam); in make_persistent_sdl_parameters() 2597 zend_hash_next_index_insert_ptr(pfaults, pfault); in make_persistent_sdl_function_faults() 2978 zend_hash_next_index_insert_ptr(psdl->groups, ptype); in make_persistent_sdl() [all …]
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_info.c | 392 zend_hash_next_index_insert_ptr(&classes, ce); in PHPDBG_INFO() 441 zend_hash_next_index_insert_ptr(&functions, zf); in PHPDBG_INFO()
|
H A D | phpdbg_watch.c | 1323 zend_hash_next_index_insert_ptr(&PHPDBG_G(watch_elements), element);
|
/PHP-8.3/Zend/ |
H A D | zend_attributes.c | 312 zend_hash_next_index_insert_ptr(*attributes, attr); in zend_add_attribute()
|
H A D | zend_inheritance.c | 2729 zend_hash_next_index_insert_ptr(obligations, obligation); in add_dependency_obligation() 2752 zend_hash_next_index_insert_ptr(obligations, obligation); in add_compatibility_obligation() 2763 zend_hash_next_index_insert_ptr(obligations, obligation); in add_property_compatibility_obligation() 2775 zend_hash_next_index_insert_ptr(obligations, obligation); in add_class_constant_compatibility_obligation()
|
H A D | zend_hash.h | 835 static zend_always_inline void *zend_hash_next_index_insert_ptr(HashTable *ht, void *pData) in zend_hash_next_index_insert_ptr() function
|
/PHP-8.3/main/ |
H A D | output.c | 626 return zend_hash_next_index_insert_ptr(rev_ptr, check_func) ? SUCCESS : FAILURE; in php_output_handler_reverse_conflict_register() 631 if (NULL == zend_hash_next_index_insert_ptr(&rev, check_func)) { in php_output_handler_reverse_conflict_register()
|
/PHP-8.3/ext/spl/ |
H A D | php_spl.c | 570 zend_hash_next_index_insert_ptr(spl_autoload_functions, alfi); in PHP_FUNCTION()
|
/PHP-8.3/ext/standard/ |
H A D | proc_open.c | 190 zend_hash_next_index_insert_ptr(env_hash, str); in _php_array_to_envp()
|
/PHP-8.3/ext/ffi/ |
H A D | ffi.c | 1090 zend_hash_next_index_insert_ptr(FFI_G(callbacks), callback_data); in zend_ffi_create_callback() 3252 zend_hash_next_index_insert_ptr(FFI_G(weak_types), ZEND_FFI_TYPE_MAKE_OWNED(type)); in zend_ffi_remember_type() 6186 zend_hash_next_index_insert_ptr(&struct_type->record.fields, field); 6298 zend_hash_next_index_insert_ptr(&struct_type->record.fields, field); 6588 zend_hash_next_index_insert_ptr(*args, (void*)arg_dcl->type);
|
/PHP-8.3/ext/curl/ |
H A D | interface.c | 2220 zend_hash_next_index_insert_ptr(ch->to_free->slist, slist); in _php_curl_setopt()
|
Completed in 151 milliseconds