Lines Matching refs:href

429 			newType->namens = estrdup((char*)nsptr->href);  in schema_list()
431 newType->encode = get_create_encoder(sdl, newType, nsptr->href, BAD_CAST(type)); in schema_list()
525 newType->namens = estrdup((char*)nsptr->href); in schema_union()
527 newType->encode = get_create_encoder(sdl, newType, nsptr->href, BAD_CAST(type)); in schema_union()
650 cur_type->encode = get_create_encoder(sdl, cur_type, nsptr->href, BAD_CAST(type)); in schema_restriction_simpleContent()
755 cur_type->encode = get_create_encoder(sdl, cur_type, nsptr->href, BAD_CAST(type)); in schema_restriction_complexContent()
880 cur_type->encode = get_create_encoder(sdl, cur_type, nsptr->href, BAD_CAST(type)); in schema_extension_simpleContent()
935 cur_type->encode = get_create_encoder(sdl, cur_type, nsptr->href, BAD_CAST(type)); in schema_extension_complexContent()
1084 smart_str_appends(&key, (char*)nsptr->href); in schema_group()
1519 smart_str_appends(&nscat, (char*)nsptr->href); in schema_element()
1520 newType->namens = estrdup((char*)nsptr->href); in schema_element()
1667 cur_type->encode = get_create_encoder(sdl, cur_type, nsptr->href, BAD_CAST(cptype)); in schema_element()
1751 smart_str_appends(&key, (char*)nsptr->href); in schema_attribute()
1752 newAttr->namens = estrdup((char*)nsptr->href); in schema_attribute()
1815 newAttr->encode = get_create_encoder(sdl, cur_type, nsptr->href, BAD_CAST(cptype)); in schema_attribute()
1856 if (strncmp((char*)nsPtr->href, SCHEMA_NAMESPACE, sizeof(SCHEMA_NAMESPACE))) { in schema_attribute()
1867 ext->ns = estrdup((char*)nsptr->href); in schema_attribute()
1880 smart_str_appends(&key2, (char*)nsPtr->href); in schema_attribute()
2000 smart_str_appends(&key, (char*)nsptr->href); in schema_attributeGroup()