Home | History | Annotate | Download | only in libxml2

Lines Matching refs:str1

139  * @str1:  an string info
146 const char *msg, const xmlChar * str1, const xmlChar * str2)
155 NULL, 0, (const char *) str1, (const char *) str2,
156 NULL, 0, 0, msg, str1, str2);
1828 if (ctxt->lastError.str1 != NULL)
1829 xmlFree(ctxt->lastError.str1);