Lines Matching refs:smart_str_appends

55 	smart_str_appends(&nscat, (char*)ns);  in create_encoder()
57 smart_str_appends(&nscat, (char*)type); in create_encoder()
1103 smart_str_appends(&key, (char*)nsptr->href); in schema_group()
1110 smart_str_appends(&key, (char*)ns->children->content); in schema_group()
1114 smart_str_appends(&key, type); in schema_group()
1129 smart_str_appends(&key, (char*)ns->children->content); in schema_group()
1131 smart_str_appends(&key, (char*)name->children->content); in schema_group()
1538 smart_str_appends(&nscat, (char*)nsptr->href); in schema_element()
1546 smart_str_appends(&nscat, (char*)ns->children->content); in schema_element()
1550 smart_str_appends(&nscat, type); in schema_element()
1570 smart_str_appends(&key, newType->namens); in schema_element()
1572 smart_str_appends(&key, newType->name); in schema_element()
1579 smart_str_appends(&key, newType->name); in schema_element()
1770 smart_str_appends(&key, (char*)nsptr->href); in schema_attribute()
1778 smart_str_appends(&key, (char*)ns->children->content); in schema_attribute()
1782 smart_str_appends(&key, attr_name); in schema_attribute()
1795 smart_str_appends(&key, (char*)ns->children->content); in schema_attribute()
1799 smart_str_appends(&key, (char*)name->children->content); in schema_attribute()
1899 smart_str_appends(&key2, (char*)nsPtr->href); in schema_attribute()
1901 smart_str_appends(&key2, (char*)attr->name); in schema_attribute()
1993 smart_str_appends(&key, newType->namens); in schema_attributeGroup()
1995 smart_str_appends(&key, newType->name); in schema_attributeGroup()
2019 smart_str_appends(&key, (char*)nsptr->href); in schema_attributeGroup()
2022 smart_str_appends(&key, group_name); in schema_attributeGroup()