Home | History | Annotate | Download | only in libxml2

Lines Matching refs:str3

444  * @str3: extra string info
459 const char *str2, const char *str3, int int1, int col,
593 if (str3 != NULL)
594 to->str3 = (char *) xmlStrdup((const xmlChar *) str3);
887 if (err->str3 != NULL)
888 xmlFree(err->str3);
958 char *message, *file, *str1, *str2, *str3;
967 str3 = (char *) xmlStrdup ((xmlChar *) from->str3);
977 if (to->str3 != NULL)
978 xmlFree(to->str3);
992 to->str3 = str3;