Lines Matching defs:repl
5283 xmlNodePtr repl = NULL, last = NULL, tmp;5437 xmlFreeNodeList(repl);5446 if (repl == NULL)5447 repl = last = tmp;5481 NODE = repl;5497 if (repl != NULL)5498 xmlSnprintfElements(&list[0], 5000, repl, 1);5533 while (repl != NULL) {5534 tmp = repl->next;5535 xmlFree(repl);5536 repl = tmp;