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()
1082 smart_str_appends(&key, (char*)nsptr->href); in schema_group()
1089 smart_str_appends(&key, (char*)ns->children->content); in schema_group()
1093 smart_str_appends(&key, type); in schema_group()
1108 smart_str_appends(&key, (char*)ns->children->content); in schema_group()
1110 smart_str_appends(&key, (char*)name->children->content); in schema_group()
1517 smart_str_appends(&nscat, (char*)nsptr->href); in schema_element()
1525 smart_str_appends(&nscat, (char*)ns->children->content); in schema_element()
1529 smart_str_appends(&nscat, type); in schema_element()
1549 smart_str_appends(&key, newType->namens); in schema_element()
1551 smart_str_appends(&key, newType->name); in schema_element()
1558 smart_str_appends(&key, newType->name); in schema_element()
1749 smart_str_appends(&key, (char*)nsptr->href); in schema_attribute()
1757 smart_str_appends(&key, (char*)ns->children->content); in schema_attribute()
1761 smart_str_appends(&key, attr_name); in schema_attribute()
1774 smart_str_appends(&key, (char*)ns->children->content); in schema_attribute()
1778 smart_str_appends(&key, (char*)name->children->content); in schema_attribute()
1878 smart_str_appends(&key2, (char*)nsPtr->href); in schema_attribute()
1880 smart_str_appends(&key2, (char*)attr->name); in schema_attribute()
1972 smart_str_appends(&key, newType->namens); in schema_attributeGroup()
1974 smart_str_appends(&key, newType->name); in schema_attributeGroup()
1998 smart_str_appends(&key, (char*)nsptr->href); in schema_attributeGroup()
2001 smart_str_appends(&key, group_name); in schema_attributeGroup()