Lines Matching refs:zend_hash_next_index_insert_ptr

348 		ptr = zend_hash_next_index_insert_ptr(sdl->types,  newType);  in schema_simpleType()
364 zend_hash_next_index_insert_ptr(sdl->encoders, cur_type->encode); in schema_simpleType()
378 ptr = zend_hash_next_index_insert_ptr(sdl->types, newType); in schema_simpleType()
459 zend_hash_next_index_insert_ptr(cur_type->elements, newType); in schema_list()
494 zend_hash_next_index_insert_ptr(cur_type->elements, newType); in schema_list()
555 zend_hash_next_index_insert_ptr(cur_type->elements, newType); in schema_union()
591 zend_hash_next_index_insert_ptr(cur_type->elements, newType); in schema_union()
1047 zend_hash_next_index_insert_ptr(model->u.content, newModel); in schema_all()
1158 zend_hash_next_index_insert_ptr(model->u.content, newModel); in schema_group()
1223 zend_hash_next_index_insert_ptr(model->u.content, newModel); in schema_choice()
1273 zend_hash_next_index_insert_ptr(model->u.content, newModel); in schema_sequence()
1323 zend_hash_next_index_insert_ptr(model->u.content, newModel); in schema_any()
1406 ptr = zend_hash_next_index_insert_ptr(sdl->types, newType); in schema_complexType()
1422 zend_hash_next_index_insert_ptr(sdl->encoders, cur_type->encode); in schema_complexType()
1435 ptr = zend_hash_next_index_insert_ptr(sdl->types, newType); in schema_complexType()
1592 zend_hash_next_index_insert_ptr(addHash, newType); in schema_element()
1606 zend_hash_next_index_insert_ptr(model->u.content, newModel); in schema_element()
2034 zend_hash_next_index_insert_ptr(cur_type->attributes, newAttr); in schema_attributeGroup()