Home | History | Annotate | Download | only in libxml2

Lines Matching refs:str1

415     if ((domain == XML_FROM_XPATH) && (err->str1 != NULL) &&
417 (err->int1 < xmlStrlen((const xmlChar *)err->str1))) {
421 channel(data, "%s\n", err->str1);
442 * @str1: extra string info
458 const char *file, int line, const char *str1,
589 if (str1 != NULL)
590 to->str1 = (char *) xmlStrdup((const xmlChar *) str1);
883 if (err->str1 != NULL)
884 xmlFree(err->str1);
958 char *message, *file, *str1, *str2, *str3;
965 str1 = (char *) xmlStrdup ((xmlChar *) from->str1);
973 if (to->str1 != NULL)
974 xmlFree(to->str1);
990 to->str1 = str1;