Home | History | Annotate | Download | only in libxml2

Lines Matching refs:tmpstr

6371 	xmlChar *elemQName, *tmpstr = NULL;
6377 tmpstr = xmlStrdup(node->ns->prefix);
6378 tmpstr = xmlStrcat(tmpstr, BAD_CAST ":");
6379 tmpstr = xmlStrcat(tmpstr, node->name);
6380 if (tmpstr == NULL)
6382 elemQName = tmpstr;
6404 if (tmpstr != NULL)
6405 xmlFree(tmpstr);
6426 if (tmpstr != NULL)
6427 xmlFree(tmpstr);