Searched defs:tmpstr (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DnsRegistry.cpp675 nsXPIDLCString tmpstr; local
677 nsresult rv = GetStringUTF8( baseKey, NS_ConvertUCS2toUTF8(valname).get(), getter_Copies(tmpstr) );
681 *_retval = nsTextFormatter::smprintf( widestrFormat, tmpstr.get() );
/vbox/src/libs/libxml2-2.6.31/
H A Dtree.c6101 xmlChar *elemQName, *tmpstr = NULL; local
6107 tmpstr = xmlStrdup(node->ns->prefix);
6108 tmpstr = xmlStrcat(tmpstr, BAD_CAST ":");
6109 tmpstr = xmlStrcat(tmpstr, node->name);
6110 if (tmpstr == NULL)
6112 elemQName = tmpstr;
6134 if (tmpstr != NULL)
6135 xmlFree(tmpstr);
[all...]

Completed in 92 milliseconds