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);
217 ret->orig = NULL;
801 if (ent->orig != NULL)
802 cur->orig = xmlStrdup(ent->orig);
880 if (ent->orig != NULL)
881 xmlBufferWriteQuotedString(buf, ent->orig);
914 if (ent->orig != NULL)
915 xmlBufferWriteCHAR(buf, ent->orig);
925 if (ent->orig == NULL)
928 xmlBufferWriteQuotedString(buf, ent->orig);