Lines Matching full:str2
429 * @str2: extra string info
445 const char *str2, const char *str3, int int1, int col,
581 if (str2 != NULL)
582 to->str2 = (char *) xmlStrdup((const xmlChar *) str2);
874 if (err->str2 != NULL)
875 xmlFree(err->str2);
946 char *message, *file, *str1, *str2, *str3;
954 str2 = (char *) xmlStrdup ((xmlChar *) from->str2);
963 if (to->str2 != NULL)
964 xmlFree(to->str2);
979 to->str2 = str2;