Home | History | Annotate | Download | only in libxml2

Lines Matching refs:str2

136  * @str2:  an string info
142 const char *msg, const xmlChar * str1, const xmlChar * str2)
151 NULL, 0, (const char *) str1, (const char *) str2,
152 NULL, 0, 0, msg, str1, str2);
1815 if (ctxt->lastError.str2 != NULL)
1816 xmlFree(ctxt->lastError.str2);