Lines Matching refs:ATTRIBUTE_UNUSED
256 isStandaloneDebug(void *ctx ATTRIBUTE_UNUSED) in isStandaloneDebug() argument
274 hasInternalSubsetDebug(void *ctx ATTRIBUTE_UNUSED) in hasInternalSubsetDebug() argument
292 hasExternalSubsetDebug(void *ctx ATTRIBUTE_UNUSED) in hasExternalSubsetDebug() argument
308 internalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in internalSubsetDebug() argument
332 externalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in externalSubsetDebug() argument
364 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) in resolveEntityDebug() argument
399 getEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name) in getEntityDebug() argument
418 getParameterEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name) in getParameterEntityDebug() argument
440 entityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type, in entityDeclDebug() argument
467 attributeDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar * elem, in attributeDeclDebug() argument
493 elementDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type, in elementDeclDebug() argument
494 xmlElementContentPtr content ATTRIBUTE_UNUSED) in elementDeclDebug() argument
513 notationDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in notationDeclDebug() argument
534 unparsedEntityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in unparsedEntityDeclDebug() argument
563 setDocumentLocatorDebug(void *ctx ATTRIBUTE_UNUSED, xmlSAXLocatorPtr loc ATTRIBUTE_UNUSED) in setDocumentLocatorDebug() argument
578 startDocumentDebug(void *ctx ATTRIBUTE_UNUSED) in startDocumentDebug() argument
593 endDocumentDebug(void *ctx ATTRIBUTE_UNUSED) in endDocumentDebug() argument
609 startElementDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar **atts) in startElementDebug() argument
635 endElementDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name) in endElementDebug() argument
653 charactersDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *ch, int len) in charactersDebug() argument
676 referenceDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name) in referenceDebug() argument
695 ignorableWhitespaceDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *ch, int len) in ignorableWhitespaceDebug() argument
719 processingInstructionDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *target, in processingInstructionDebug() argument
742 cdataBlockDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *value, int len) in cdataBlockDebug() argument
759 commentDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *value) in commentDebug() argument
777 warningDebug(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) in warningDebug() argument
800 errorDebug(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) in errorDebug() argument
823 fatalErrorDebug(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) in fatalErrorDebug() argument
884 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, in startElementNsDebug() argument
941 endElementNsDebug(void *ctx ATTRIBUTE_UNUSED, in endElementNsDebug() argument
1194 int main(int argc ATTRIBUTE_UNUSED, char **argv ATTRIBUTE_UNUSED) { in main() argument