Lines Matching refs:str3
430 * @str3: extra string info
445 const char *str2, const char *str3, int int1, int col,
583 if (str3 != NULL)
584 to->str3 = (char *) xmlStrdup((const xmlChar *) str3);
876 if (err->str3 != NULL)
877 xmlFree(err->str3);
946 char *message, *file, *str1, *str2, *str3;
955 str3 = (char *) xmlStrdup ((xmlChar *) from->str3);
965 if (to->str3 != NULL)
966 xmlFree(to->str3);
980 to->str3 = str3;