Home | History | Annotate | Download | only in libxml2

Lines Matching refs:orig

129         if ((entity->orig != NULL) && (!xmlDictOwns(dict, entity->orig)))
130 xmlFree((char *) entity->orig);
142 if (entity->orig != NULL)
143 xmlFree((char *) entity->orig);
198 ret->orig = NULL;
935 if (ent->orig != NULL)
936 cur->orig = xmlStrdup(ent->orig);
1014 if (ent->orig != NULL)
1015 xmlBufferWriteQuotedString(buf, ent->orig);
1048 if (ent->orig != NULL)
1049 xmlBufferWriteCHAR(buf, ent->orig);
1059 if (ent->orig == NULL)
1062 xmlBufferWriteQuotedString(buf, ent->orig);