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()
1083 smart_str_appends(&key, (char*)nsptr->href); in schema_group()
1090 smart_str_appends(&key, (char*)ns->children->content); in schema_group()
1094 smart_str_appends(&key, type); in schema_group()
1109 smart_str_appends(&key, (char*)ns->children->content); in schema_group()
1111 smart_str_appends(&key, (char*)name->children->content); in schema_group()
1518 smart_str_appends(&nscat, (char*)nsptr->href); in schema_element()
1526 smart_str_appends(&nscat, (char*)ns->children->content); in schema_element()
1530 smart_str_appends(&nscat, type); in schema_element()
1550 smart_str_appends(&key, newType->namens); in schema_element()
1552 smart_str_appends(&key, newType->name); in schema_element()
1559 smart_str_appends(&key, newType->name); in schema_element()
1752 smart_str_appends(&key, (char*)nsptr->href); in schema_attribute()
1760 smart_str_appends(&key, (char*)ns->children->content); in schema_attribute()
1764 smart_str_appends(&key, attr_name); in schema_attribute()
1777 smart_str_appends(&key, (char*)ns->children->content); in schema_attribute()
1781 smart_str_appends(&key, (char*)name->children->content); in schema_attribute()
1880 smart_str_appends(&key2, (char*)nsPtr->href); in schema_attribute()
1882 smart_str_appends(&key2, (char*)attr->name); in schema_attribute()
1970 smart_str_appends(&key, newType->namens); in schema_attributeGroup()
1972 smart_str_appends(&key, newType->name); in schema_attributeGroup()
1996 smart_str_appends(&key, (char*)nsptr->href); in schema_attributeGroup()
1999 smart_str_appends(&key, group_name); in schema_attributeGroup()