Lines Matching refs:u

1021 	newModel->u.content = emalloc(sizeof(HashTable));  in schema_all()
1022 zend_hash_init(newModel->u.content, 0, NULL, delete_model, 0); in schema_all()
1026 zend_hash_next_index_insert_ptr(model->u.content, newModel); in schema_all()
1100 newModel->u.group_ref = estrndup(ZSTR_VAL(key.s), ZSTR_LEN(key.s)); in schema_group()
1107 newModel->u.content = emalloc(sizeof(HashTable)); in schema_group()
1108 zend_hash_init(newModel->u.content, 0, NULL, delete_model, 0); in schema_group()
1137 zend_hash_next_index_insert_ptr(model->u.content, newModel); in schema_group()
1197 newModel->u.content = emalloc(sizeof(HashTable)); in schema_choice()
1198 zend_hash_init(newModel->u.content, 0, NULL, delete_model, 0); in schema_choice()
1202 zend_hash_next_index_insert_ptr(model->u.content, newModel); in schema_choice()
1247 newModel->u.content = emalloc(sizeof(HashTable)); in schema_sequence()
1248 zend_hash_init(newModel->u.content, 0, NULL, delete_model, 0); in schema_sequence()
1252 zend_hash_next_index_insert_ptr(model->u.content, newModel); in schema_sequence()
1302 zend_hash_next_index_insert_ptr(model->u.content, newModel); in schema_any()
1577 newModel->u.element = newType; in schema_element()
1582 zend_hash_next_index_insert_ptr(model->u.content, newModel); in schema_element()
2188 …ups && (tmp = zend_hash_str_find_ptr(ctx->sdl->groups, model->u.group_ref, strlen(model->u.group_r… in schema_content_model_fixup()
2190 efree(model->u.group_ref); in schema_content_model_fixup()
2192 model->u.group = tmp; in schema_content_model_fixup()
2194 … soap_error1(E_ERROR, "Parsing Schema: unresolved group 'ref' attribute '%s'", model->u.group_ref); in schema_content_model_fixup()
2202 ZEND_HASH_FOREACH_PTR(model->u.content, tmp) { in schema_content_model_fixup()
2216 ZEND_HASH_FOREACH_PTR(model->u.content, tmp) { in schema_content_model_fixup()
2330 zend_hash_destroy(tmp->u.content); in delete_model()
2331 efree(tmp->u.content); in delete_model()
2334 efree(tmp->u.group_ref); in delete_model()
2351 zend_hash_destroy(tmp->u.content); in delete_model_persistent_int()
2352 free(tmp->u.content); in delete_model_persistent_int()
2355 free(tmp->u.group_ref); in delete_model_persistent_int()