Lines Matching refs:ConstantString

179   child->tag=ConstantString(tag);  in AddChildToXMLTree()
181 child->content=ConstantString(""); in AddChildToXMLTree()
865 ConstantString(xml_info->attributes[i]), in GetXMLTreeAttributes()
866 ConstantString(xml_info->attributes[i+1])); in GetXMLTreeAttributes()
1545 return(p == q ? ConstantString(p) : p); in ParseEntities()
1666 root->processing_instructions[i][0]=ConstantString(target); in ParseProcessingInstructions()
1670 root->processing_instructions[i][2]=ConstantString(""); in ParseProcessingInstructions()
1687 root->processing_instructions[i][j]=ConstantString(xml); in ParseProcessingInstructions()
1874 root->attributes[i][0]=ConstantString(t); in ParseInternalDoctype()
1885 root->attributes[i][j+2]=ConstantString(c); in ParseInternalDoctype()
1889 root->attributes[i][j]=ConstantString(n); in ParseInternalDoctype()
1924 xml_info->tag=ConstantString(tag); in ParseOpenTag()
2078 attributes[l]=ConstantString(""); in NewXMLTree()
2097 attributes[l]=ConstantString(""); in NewXMLTree()
2098 attributes[l+1]=ConstantString(""); in NewXMLTree()
2116 attributes[l]=ConstantString(attributes[l]); in NewXMLTree()
2379 root->root.tag=ConstantString(tag); in NewXMLTreeTag()
2381 root->root.content=ConstantString(""); in NewXMLTreeTag()
2524 xml_info->attributes[1]=ConstantString(""); in SetXMLTreeAttribute()
2528 xml_info->attributes[i]=ConstantString(tag); in SetXMLTreeAttribute()
2540 xml_info->attributes[i+1]=ConstantString(value); in SetXMLTreeAttribute()
2593 xml_info->content=(char *) ConstantString(content); in SetXMLTreeContent()