Home | History | Annotate | Download | only in libxml2

Lines Matching full:tmpname

5712             char tmpname[32];
5714 snprintf(tmpname, 32, "interleave%d", ctxt->nbInterleaves++);
5715 if (xmlHashAddEntry(ctxt->interleaves, BAD_CAST tmpname, cur) <
5719 (const xmlChar *) tmpname, NULL);
5817 char tmpname[32];
5819 snprintf(tmpname, 32, "interleave%d", ctxt->nbInterleaves++);
5820 if (xmlHashAddEntry(ctxt->interleaves, BAD_CAST tmpname, cur) <
5824 (const xmlChar *) tmpname, NULL);