Home | History | Annotate | Download | only in libxml2

Lines Matching full:tmpname

5821             char tmpname[32];
5823 snprintf(tmpname, 32, "interleave%d", ctxt->nbInterleaves++);
5824 if (xmlHashAddEntry(ctxt->interleaves, BAD_CAST tmpname, cur) <
5828 (const xmlChar *) tmpname, NULL);
5926 char tmpname[32];
5928 snprintf(tmpname, 32, "interleave%d", ctxt->nbInterleaves++);
5929 if (xmlHashAddEntry(ctxt->interleaves, BAD_CAST tmpname, cur) <
5933 (const xmlChar *) tmpname, NULL);