Home | History | Annotate | Download | only in libxml2

Lines Matching refs:rep

2629     xmlChar *rep = NULL;
2697 rep = xmlStringDecodeEntities(ctxt, ent->content, what,
2701 if (rep != NULL) {
2702 current = rep;
2712 xmlFree(rep);
2713 rep = NULL;
2741 rep = xmlStringDecodeEntities(ctxt, ent->content, what,
2744 if (rep != NULL) {
2745 current = rep;
2755 xmlFree(rep);
2756 rep = NULL;
2777 if (rep != NULL)
2778 xmlFree(rep);
3766 xmlChar *rep = NULL;
3854 rep = xmlStringDecodeEntities(ctxt, ent->content,
3857 if (rep != NULL) {
3858 current = rep;
3870 xmlFree(rep);
3871 rep = NULL;
3890 rep = xmlStringDecodeEntities(ctxt, ent->content,
3892 if (rep != NULL) {
3893 xmlFree(rep);
3894 rep = NULL;
3956 if (rep != NULL)
3957 xmlFree(rep);