Home | History | Annotate | Download | only in libxml2

Lines Matching refs:orig

122         if ((entity->orig != NULL) && (!xmlDictOwns(dict, entity->orig)))
123 xmlFree((char *) entity->orig);
135 if (entity->orig != NULL)
136 xmlFree((char *) entity->orig);
191 ret->orig = NULL;
847 if (ent->orig != NULL)
848 cur->orig = xmlStrdup(ent->orig);
926 if (ent->orig != NULL)
927 xmlBufferWriteQuotedString(buf, ent->orig);
960 if (ent->orig != NULL)
961 xmlBufferWriteCHAR(buf, ent->orig);
971 if (ent->orig == NULL)
974 xmlBufferWriteQuotedString(buf, ent->orig);