Home | History | Annotate | Download | only in libxml2

Lines Matching full:str3

430  * @str3: extra string info
445 const char *str2, const char *str3, int int1, int col,
577 if (str3 != NULL)
578 to->str3 = (char *) xmlStrdup((const xmlChar *) str3);
868 if (err->str3 != NULL)
869 xmlFree(err->str3);
939 char *message, *file, *str1, *str2, *str3;
948 str3 = (char *) xmlStrdup ((xmlChar *) from->str3);
958 if (to->str3 != NULL)
959 xmlFree(to->str3);
973 to->str3 = str3;