Lines Matching refs:smart_str_appends

58 	smart_str_appends(&nscat, (char*)ns);  in create_encoder()
60 smart_str_appends(&nscat, (char*)type); in create_encoder()
1085 smart_str_appends(&key, (char*)nsptr->href); in schema_group()
1092 smart_str_appends(&key, (char*)ns->children->content); in schema_group()
1096 smart_str_appends(&key, type); in schema_group()
1111 smart_str_appends(&key, (char*)ns->children->content); in schema_group()
1113 smart_str_appends(&key, (char*)name->children->content); in schema_group()
1520 smart_str_appends(&nscat, (char*)nsptr->href); in schema_element()
1528 smart_str_appends(&nscat, (char*)ns->children->content); in schema_element()
1532 smart_str_appends(&nscat, type); in schema_element()
1552 smart_str_appends(&key, newType->namens); in schema_element()
1554 smart_str_appends(&key, newType->name); in schema_element()
1561 smart_str_appends(&key, newType->name); in schema_element()
1754 smart_str_appends(&key, (char*)nsptr->href); in schema_attribute()
1762 smart_str_appends(&key, (char*)ns->children->content); in schema_attribute()
1766 smart_str_appends(&key, attr_name); in schema_attribute()
1779 smart_str_appends(&key, (char*)ns->children->content); in schema_attribute()
1783 smart_str_appends(&key, (char*)name->children->content); in schema_attribute()
1882 smart_str_appends(&key2, (char*)nsPtr->href); in schema_attribute()
1884 smart_str_appends(&key2, (char*)attr->name); in schema_attribute()
1976 smart_str_appends(&key, newType->namens); in schema_attributeGroup()
1978 smart_str_appends(&key, newType->name); in schema_attributeGroup()
2002 smart_str_appends(&key, (char*)nsptr->href); in schema_attributeGroup()
2005 smart_str_appends(&key, group_name); in schema_attributeGroup()