Lines Matching refs:smart_str_appends

57 	smart_str_appends(&nscat, (char*)ns);  in create_encoder()
59 smart_str_appends(&nscat, (char*)type); in create_encoder()
1084 smart_str_appends(&key, (char*)nsptr->href); in schema_group()
1091 smart_str_appends(&key, (char*)ns->children->content); in schema_group()
1095 smart_str_appends(&key, type); in schema_group()
1110 smart_str_appends(&key, (char*)ns->children->content); in schema_group()
1112 smart_str_appends(&key, (char*)name->children->content); in schema_group()
1519 smart_str_appends(&nscat, (char*)nsptr->href); in schema_element()
1527 smart_str_appends(&nscat, (char*)ns->children->content); in schema_element()
1531 smart_str_appends(&nscat, type); in schema_element()
1551 smart_str_appends(&key, newType->namens); in schema_element()
1553 smart_str_appends(&key, newType->name); in schema_element()
1560 smart_str_appends(&key, newType->name); in schema_element()
1751 smart_str_appends(&key, (char*)nsptr->href); in schema_attribute()
1759 smart_str_appends(&key, (char*)ns->children->content); in schema_attribute()
1763 smart_str_appends(&key, attr_name); in schema_attribute()
1776 smart_str_appends(&key, (char*)ns->children->content); in schema_attribute()
1780 smart_str_appends(&key, (char*)name->children->content); in schema_attribute()
1879 smart_str_appends(&key2, (char*)nsPtr->href); in schema_attribute()
1881 smart_str_appends(&key2, (char*)attr->name); in schema_attribute()
1973 smart_str_appends(&key, newType->namens); in schema_attributeGroup()
1975 smart_str_appends(&key, newType->name); in schema_attributeGroup()
1999 smart_str_appends(&key, (char*)nsptr->href); in schema_attributeGroup()
2002 smart_str_appends(&key, group_name); in schema_attributeGroup()