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