Home
last modified time | relevance | path

Searched refs:zend_hash_next_index_insert_ptr (Results 1 – 12 of 12) sorted by relevance

/php-src/ext/soap/
H A Dphp_schema.c334 ptr = zend_hash_next_index_insert_ptr(sdl->types, newType); in schema_simpleType()
364 ptr = zend_hash_next_index_insert_ptr(sdl->types, newType); in schema_simpleType()
444 zend_hash_next_index_insert_ptr(cur_type->elements, newType); in schema_list()
480 zend_hash_next_index_insert_ptr(cur_type->elements, newType); in schema_list()
1033 zend_hash_next_index_insert_ptr(model->u.content, newModel); in schema_all()
1209 zend_hash_next_index_insert_ptr(model->u.content, newModel); in schema_choice()
1259 zend_hash_next_index_insert_ptr(model->u.content, newModel); in schema_sequence()
1309 zend_hash_next_index_insert_ptr(model->u.content, newModel); in schema_any()
1392 ptr = zend_hash_next_index_insert_ptr(sdl->types, newType); in schema_complexType()
1421 ptr = zend_hash_next_index_insert_ptr(sdl->types, newType); in schema_complexType()
[all …]
H A Dphp_sdl.c613 zend_hash_next_index_insert_ptr(&ht, x_param); in wsdl_soap_binding_body()
728 zend_hash_next_index_insert_ptr(parameters, param); in wsdl_message()
1236 zend_hash_next_index_insert_ptr(ht, data); in sdl_deserialize_key()
1319 zend_hash_next_index_insert_ptr(model->u.content, x); in sdl_deserialize_model()
2440 zend_hash_next_index_insert_ptr(bp_types, *type); in make_persistent_sdl_type_ref()
2457 zend_hash_next_index_insert_ptr(bp_encoders, enc); in make_persistent_sdl_encoder_ref()
2506 zend_hash_next_index_insert_ptr(pheaders, pheader); in make_persistent_sdl_function_headers()
2563 zend_hash_next_index_insert_ptr(pparams, pparam); in make_persistent_sdl_parameters()
2607 zend_hash_next_index_insert_ptr(pfaults, pfault); in make_persistent_sdl_function_faults()
2989 zend_hash_next_index_insert_ptr(psdl->groups, ptype); in make_persistent_sdl()
[all …]
/php-src/sapi/phpdbg/
H A Dphpdbg_info.c392 zend_hash_next_index_insert_ptr(&classes, ce); in PHPDBG_INFO()
436 zend_hash_next_index_insert_ptr(&functions, zf); in PHPDBG_INFO()
H A Dphpdbg_watch.c1315 zend_hash_next_index_insert_ptr(&PHPDBG_G(watch_elements), element);
/php-src/Zend/
H A Dzend_attributes.c308 zend_hash_next_index_insert_ptr(*attributes, attr); in zend_add_attribute()
H A Dzend_inheritance.c2730 zend_hash_next_index_insert_ptr(obligations, obligation); in add_dependency_obligation()
2753 zend_hash_next_index_insert_ptr(obligations, obligation); in add_compatibility_obligation()
2764 zend_hash_next_index_insert_ptr(obligations, obligation); in add_property_compatibility_obligation()
2776 zend_hash_next_index_insert_ptr(obligations, obligation); in add_class_constant_compatibility_obligation()
H A Dzend_hash.h829 static zend_always_inline void *zend_hash_next_index_insert_ptr(HashTable *ht, void *pData) in zend_hash_next_index_insert_ptr() function
/php-src/main/
H A Doutput.c621 return zend_hash_next_index_insert_ptr(rev_ptr, check_func) ? SUCCESS : FAILURE; in php_output_handler_reverse_conflict_register()
626 if (NULL == zend_hash_next_index_insert_ptr(&rev, check_func)) { in php_output_handler_reverse_conflict_register()
/php-src/ext/spl/
H A Dphp_spl.c566 zend_hash_next_index_insert_ptr(spl_autoload_functions, alfi); in PHP_FUNCTION()
/php-src/ext/standard/
H A Dproc_open.c190 zend_hash_next_index_insert_ptr(env_hash, str); in _php_array_to_envp()
/php-src/ext/ffi/
H A Dffi.c1090 zend_hash_next_index_insert_ptr(FFI_G(callbacks), callback_data); in zend_ffi_create_callback()
3247 zend_hash_next_index_insert_ptr(FFI_G(weak_types), ZEND_FFI_TYPE_MAKE_OWNED(type)); in zend_ffi_remember_type()
6177 zend_hash_next_index_insert_ptr(&struct_type->record.fields, field);
6289 zend_hash_next_index_insert_ptr(&struct_type->record.fields, field);
6579 zend_hash_next_index_insert_ptr(*args, (void*)arg_dcl->type);
/php-src/ext/curl/
H A Dinterface.c2070 zend_hash_next_index_insert_ptr(ch->to_free->slist, slist); in _php_curl_setopt()

Completed in 92 milliseconds