• Home
  • Raw
  • Download

Lines Matching defs:ATTRIBUTE_UNUSED

256 isStandaloneDebug(void *ctx ATTRIBUTE_UNUSED)  in isStandaloneDebug()
274 hasInternalSubsetDebug(void *ctx ATTRIBUTE_UNUSED) in hasInternalSubsetDebug()
292 hasExternalSubsetDebug(void *ctx ATTRIBUTE_UNUSED) in hasExternalSubsetDebug()
308 internalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in internalSubsetDebug()
332 externalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, 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()
467 attributeDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar * elem, in attributeDeclDebug()
493 elementDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type, in elementDeclDebug()
494 xmlElementContentPtr content ATTRIBUTE_UNUSED) in elementDeclDebug()
513 notationDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in notationDeclDebug()
534 unparsedEntityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in unparsedEntityDeclDebug()
563 setDocumentLocatorDebug(void *ctx ATTRIBUTE_UNUSED, xmlSAXLocatorPtr loc ATTRIBUTE_UNUSED) in setDocumentLocatorDebug()
578 startDocumentDebug(void *ctx ATTRIBUTE_UNUSED) in startDocumentDebug()
593 endDocumentDebug(void *ctx ATTRIBUTE_UNUSED) in endDocumentDebug()
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()
742 cdataBlockDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *value, int len) in cdataBlockDebug()
759 commentDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *value) in commentDebug()
777 warningDebug(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) in warningDebug()
800 errorDebug(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) in errorDebug()
823 fatalErrorDebug(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) in fatalErrorDebug()
884 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, in startElementNsDebug()
941 endElementNsDebug(void *ctx ATTRIBUTE_UNUSED, in endElementNsDebug()
1194 int main(int argc ATTRIBUTE_UNUSED, char **argv ATTRIBUTE_UNUSED) { in main()