Lines Matching defs:str1
401 if ((domain == XML_FROM_XPATH) && (err->str1 != NULL) &&
403 (err->int1 < xmlStrlen((const xmlChar *)err->str1))) {
407 channel(data, "%s\n", err->str1);
428 * @str1: extra string info
444 const char *file, int line, const char *str1,
579 if (str1 != NULL)
580 to->str1 = (char *) xmlStrdup((const xmlChar *) str1);
872 if (err->str1 != NULL)
873 xmlFree(err->str1);
946 char *message, *file, *str1, *str2, *str3;
953 str1 = (char *) xmlStrdup ((xmlChar *) from->str1);
961 if (to->str1 != NULL)
962 xmlFree(to->str1);
978 to->str1 = str1;