Lines Matching refs:str1
413 if ((domain == XML_FROM_XPATH) && (err->str1 != NULL) &&
415 (err->int1 < xmlStrlen((const xmlChar *)err->str1))) {
419 channel(data, "%s\n", err->str1);
440 * @str1: extra string info
456 const char *file, int line, const char *str1,
587 if (str1 != NULL)
588 to->str1 = (char *) xmlStrdup((const xmlChar *) str1);
881 if (err->str1 != NULL)
882 xmlFree(err->str1);
956 char *message, *file, *str1, *str2, *str3;
963 str1 = (char *) xmlStrdup ((xmlChar *) from->str1);
971 if (to->str1 != NULL)
972 xmlFree(to->str1);
988 to->str1 = str1;