• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching refs:SystemID

114         if ((entity->SystemID != NULL) &&
115 (!xmlDictOwns(dict, entity->SystemID)))
116 xmlFree((char *) entity->SystemID);
129 if (entity->SystemID != NULL)
130 xmlFree((char *) entity->SystemID);
148 const xmlChar *ExternalID, const xmlChar *SystemID,
169 if (SystemID != NULL)
170 ret->SystemID = xmlStrdup(SystemID);
175 if (SystemID != NULL)
176 ret->SystemID = xmlDictLookup(dict, SystemID, -1);
202 const xmlChar *ExternalID, const xmlChar *SystemID,
234 ret = xmlCreateEntity(dict, name, type, ExternalID, SystemID, content);
291 * @SystemID: the entity system ID if available
300 const xmlChar *ExternalID, const xmlChar *SystemID,
316 ret = xmlAddEntity(dtd, name, type, ExternalID, SystemID, content);
340 * @SystemID: the entity system ID if available
349 const xmlChar *ExternalID, const xmlChar *SystemID,
365 ret = xmlAddEntity(dtd, name, type, ExternalID, SystemID, content);
389 * @SystemID: the entity system ID if available
402 const xmlChar *ExternalID, const xmlChar *SystemID,
408 return(xmlAddDocEntity(doc, name, type, ExternalID, SystemID, content));
414 ret = xmlCreateEntity(dict, name, type, ExternalID, SystemID, content);
843 if (ent->SystemID != NULL)
844 cur->SystemID = xmlStrdup(ent->SystemID);
939 xmlBufferWriteQuotedString(buf, ent->SystemID);
942 xmlBufferWriteQuotedString(buf, ent->SystemID);
953 xmlBufferWriteQuotedString(buf, ent->SystemID);
956 xmlBufferWriteQuotedString(buf, ent->SystemID);
984 xmlBufferWriteQuotedString(buf, ent->SystemID);
987 xmlBufferWriteQuotedString(buf, ent->SystemID);