Lines Matching refs:tmp

73     xmlChar *tmp;
105 tmp = ConvertInput("This is a comment with special chars: <���>",
107 rc = xmlTextWriterWriteComment(writer, tmp);
113 if (tmp != NULL) xmlFree(tmp);
142 tmp = ConvertInput("<���>", MY_ENCODING);
145 tmp);
151 if (tmp != NULL) xmlFree(tmp);
180 tmp = ConvertInput("M�ller", MY_ENCODING);
181 rc = xmlTextWriterWriteElement(writer, BAD_CAST "NAME_1", tmp);
187 if (tmp != NULL) xmlFree(tmp);
190 tmp = ConvertInput("J�rg", MY_ENCODING);
191 rc = xmlTextWriterWriteElement(writer, BAD_CAST "NAME_2", tmp);
197 if (tmp != NULL) xmlFree(tmp);
342 xmlChar *tmp;
384 tmp = ConvertInput("This is a comment with special chars: <���>",
386 rc = xmlTextWriterWriteComment(writer, tmp);
392 if (tmp != NULL) xmlFree(tmp);
421 tmp = ConvertInput("<���>", MY_ENCODING);
424 tmp);
430 if (tmp != NULL) xmlFree(tmp);
459 tmp = ConvertInput("M�ller", MY_ENCODING);
460 rc = xmlTextWriterWriteElement(writer, BAD_CAST "NAME_1", tmp);
466 if (tmp != NULL) xmlFree(tmp);
469 tmp = ConvertInput("J�rg", MY_ENCODING);
470 rc = xmlTextWriterWriteElement(writer, BAD_CAST "NAME_2", tmp);
477 if (tmp != NULL) xmlFree(tmp);
627 xmlChar *tmp;
659 tmp = ConvertInput("This is a comment with special chars: <���>",
661 rc = xmlTextWriterWriteComment(writer, tmp);
666 if (tmp != NULL) xmlFree(tmp);
692 tmp = ConvertInput("<���>", MY_ENCODING);
695 tmp);
701 if (tmp != NULL) xmlFree(tmp);
729 tmp = ConvertInput("M�ller", MY_ENCODING);
730 rc = xmlTextWriterWriteElement(writer, BAD_CAST "NAME_1", tmp);
735 if (tmp != NULL) xmlFree(tmp);
738 tmp = ConvertInput("J�rg", MY_ENCODING);
739 rc = xmlTextWriterWriteElement(writer, BAD_CAST "NAME_2", tmp);
744 if (tmp != NULL) xmlFree(tmp);
881 xmlChar *tmp;
923 tmp = ConvertInput("This is a comment with special chars: <���>",
925 rc = xmlTextWriterWriteComment(writer, tmp);
930 if (tmp != NULL) xmlFree(tmp);
958 tmp = ConvertInput("<���>", MY_ENCODING);
961 tmp);
967 if (tmp != NULL) xmlFree(tmp);
995 tmp = ConvertInput("M�ller", MY_ENCODING);
996 rc = xmlTextWriterWriteElement(writer, BAD_CAST "NAME_1", tmp);
1001 if (tmp != NULL) xmlFree(tmp);
1004 tmp = ConvertInput("J�rg", MY_ENCODING);
1005 rc = xmlTextWriterWriteElement(writer, BAD_CAST "NAME_2", tmp);
1010 if (tmp != NULL) xmlFree(tmp);