Home | History | Annotate | Download | only in libxml2

Lines Matching refs:str2

443  * @str2: extra string info
459 const char *str2, const char *str3, int int1, int col,
591 if (str2 != NULL)
592 to->str2 = (char *) xmlStrdup((const xmlChar *) str2);
885 if (err->str2 != NULL)
886 xmlFree(err->str2);
958 char *message, *file, *str1, *str2, *str3;
966 str2 = (char *) xmlStrdup ((xmlChar *) from->str2);
975 if (to->str2 != NULL)
976 xmlFree(to->str2);
991 to->str2 = str2;