Home | History | Annotate | Download | only in libxml2

Lines Matching refs:tmpstr

6478 	xmlChar *elemQName, *tmpstr = NULL;
6484 tmpstr = xmlStrdup(node->ns->prefix);
6485 tmpstr = xmlStrcat(tmpstr, BAD_CAST ":");
6486 tmpstr = xmlStrcat(tmpstr, node->name);
6487 if (tmpstr == NULL)
6489 elemQName = tmpstr;
6511 if (tmpstr != NULL)
6512 xmlFree(tmpstr);
6533 if (tmpstr != NULL)
6534 xmlFree(tmpstr);