• Home
  • Raw
  • Download

Lines Matching refs:xmlChar

308 internalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name,  in internalSubsetDebug()
309 const xmlChar *ExternalID, const xmlChar *SystemID) in internalSubsetDebug()
332 externalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in externalSubsetDebug()
333 const xmlChar *ExternalID, const xmlChar *SystemID) in externalSubsetDebug()
364 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) in resolveEntityDebug()
399 getEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name) in getEntityDebug()
418 getParameterEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name) in getParameterEntityDebug()
440 entityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type, in entityDeclDebug()
441 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) in entityDeclDebug()
443 const xmlChar *nullstr = BAD_CAST "(null)"; in entityDeclDebug()
450 content = (xmlChar *)nullstr; in entityDeclDebug()
467 attributeDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar * elem, in attributeDeclDebug()
468 const xmlChar * name, int type, int def, in attributeDeclDebug()
469 const xmlChar * defaultValue, xmlEnumerationPtr tree) in attributeDeclDebug()
493 elementDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type, in elementDeclDebug()
513 notationDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in notationDeclDebug()
514 const xmlChar *publicId, const xmlChar *systemId) in notationDeclDebug()
534 unparsedEntityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in unparsedEntityDeclDebug()
535 const xmlChar *publicId, const xmlChar *systemId, in unparsedEntityDeclDebug()
536 const xmlChar *notationName) in unparsedEntityDeclDebug()
538 const xmlChar *nullstr = BAD_CAST "(null)"; in unparsedEntityDeclDebug()
609 startElementDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar **atts) in startElementDebug()
635 endElementDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name) in endElementDebug()
653 charactersDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *ch, int len) in charactersDebug()
676 referenceDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name) in referenceDebug()
695 ignorableWhitespaceDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *ch, int len) in ignorableWhitespaceDebug()
719 processingInstructionDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *target, in processingInstructionDebug()
720 const xmlChar *data) in processingInstructionDebug()
742 cdataBlockDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *value, int len) in cdataBlockDebug()
759 commentDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *value) in commentDebug()
885 const xmlChar *localname, in startElementNsDebug()
886 const xmlChar *prefix, in startElementNsDebug()
887 const xmlChar *URI, in startElementNsDebug()
889 const xmlChar **namespaces, in startElementNsDebug()
892 const xmlChar **attributes) in startElementNsDebug()
942 const xmlChar *localname, in endElementNsDebug()
943 const xmlChar *prefix, in endElementNsDebug()
944 const xmlChar *URI) in endElementNsDebug()