Home | History | Annotate | Download | only in libxml2

Lines Matching defs:repl

5233     xmlNodePtr repl = NULL, last = NULL, tmp;
5387 xmlFreeNodeList(repl);
5396 if (repl == NULL)
5397 repl
5431 NODE = repl;
5447 if (repl != NULL)
5448 xmlSnprintfElements(&list[0], 5000, repl, 1);
5483 while (repl != NULL) {
5484 tmp = repl->next;
5485 xmlFree(repl);
5486 repl = tmp;