Home
last modified time | relevance | path

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

/PHP-7.1/ext/soap/
H A Dphp_schema.c331 ptr = zend_hash_next_index_insert_ptr(sdl->types, newType); in schema_simpleType()
358 ptr = zend_hash_next_index_insert_ptr(sdl->types, newType); in schema_simpleType()
438 zend_hash_next_index_insert_ptr(cur_type->elements, newType); in schema_list()
474 zend_hash_next_index_insert_ptr(cur_type->elements, newType); in schema_list()
1027 zend_hash_next_index_insert_ptr(model->u.content, newModel); in schema_all()
1203 zend_hash_next_index_insert_ptr(model->u.content, newModel); in schema_choice()
1253 zend_hash_next_index_insert_ptr(model->u.content, newModel); in schema_sequence()
1303 zend_hash_next_index_insert_ptr(model->u.content, newModel); in schema_any()
1386 ptr = zend_hash_next_index_insert_ptr(sdl->types, newType); in schema_complexType()
1412 ptr = zend_hash_next_index_insert_ptr(sdl->types, newType); in schema_complexType()
[all …]
H A Dphp_sdl.c602 zend_hash_next_index_insert_ptr(&ht, x_param); in wsdl_soap_binding_body()
717 zend_hash_next_index_insert_ptr(parameters, param); in wsdl_message()
1214 zend_hash_next_index_insert_ptr(ht, data); in sdl_deserialize_key()
1297 zend_hash_next_index_insert_ptr(model->u.content, x); in sdl_deserialize_model()
2407 zend_hash_next_index_insert_ptr(bp_types, *type); in make_persistent_sdl_type_ref()
2424 zend_hash_next_index_insert_ptr(bp_encoders, enc); in make_persistent_sdl_encoder_ref()
2473 zend_hash_next_index_insert_ptr(pheaders, pheader); in make_persistent_sdl_function_headers()
2530 zend_hash_next_index_insert_ptr(pparams, pparam); in make_persistent_sdl_parameters()
2574 zend_hash_next_index_insert_ptr(pfaults, pfault); in make_persistent_sdl_function_faults()
2955 zend_hash_next_index_insert_ptr(psdl->groups, ptype); in make_persistent_sdl()
[all …]
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_info.c394 zend_hash_next_index_insert_ptr(&classes, ce); in PHPDBG_INFO()
440 zend_hash_next_index_insert_ptr(&functions, zf); in PHPDBG_INFO()
/PHP-7.1/main/
H A Doutput.c632 return zend_hash_next_index_insert_ptr(rev_ptr, check_func) ? SUCCESS : FAILURE; in php_output_handler_reverse_conflict_register()
635 if (NULL == zend_hash_next_index_insert_ptr(&rev, check_func)) { in php_output_handler_reverse_conflict_register()
/PHP-7.1/ext/standard/
H A Dproc_open.c122 zend_hash_next_index_insert_ptr(env_hash, str); in _php_array_to_envp()
/PHP-7.1/Zend/
H A Dzend_hash.h695 static zend_always_inline void *zend_hash_next_index_insert_ptr(HashTable *ht, void *pData) in zend_hash_next_index_insert_ptr() function
/PHP-7.1/ext/curl/
H A Dinterface.c2651 zend_hash_next_index_insert_ptr(ch->to_free->slist, slist); in _php_curl_setopt()

Completed in 48 milliseconds