Home | History | Annotate | Download | only in libxml2

Lines Matching defs:tmpstr

6346 	xmlChar *elemQName, *tmpstr = NULL;
6352 tmpstr = xmlStrdup(node->ns->prefix);
6353 tmpstr = xmlStrcat(tmpstr, BAD_CAST ":");
6354 tmpstr = xmlStrcat(tmpstr, node->name);
6355 if (tmpstr == NULL)
6357 elemQName = tmpstr;
6379 if (tmpstr != NULL)
6380 xmlFree(tmpstr);
6401 if (tmpstr != NULL)
6402 xmlFree(tmpstr);