Lines Matching refs:ATTRIBUTE_UNUSED
106 isStandaloneDebug(void *ctx ATTRIBUTE_UNUSED) in isStandaloneDebug() argument
121 hasInternalSubsetDebug(void *ctx ATTRIBUTE_UNUSED) in hasInternalSubsetDebug() argument
136 hasExternalSubsetDebug(void *ctx ATTRIBUTE_UNUSED) in hasExternalSubsetDebug() argument
149 internalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in internalSubsetDebug() argument
178 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) in resolveEntityDebug() argument
210 getEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name) in getEntityDebug() argument
226 getParameterEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name) in getParameterEntityDebug() argument
245 entityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type, in entityDeclDebug() argument
261 attributeDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *elem, const xmlChar *name, in attributeDeclDebug() argument
263 xmlEnumerationPtr tree ATTRIBUTE_UNUSED) in attributeDeclDebug() argument
279 elementDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type, in elementDeclDebug() argument
280 xmlElementContentPtr content ATTRIBUTE_UNUSED) in elementDeclDebug() argument
296 notationDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in notationDeclDebug() argument
314 unparsedEntityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in unparsedEntityDeclDebug() argument
332 setDocumentLocatorDebug(void *ctx ATTRIBUTE_UNUSED, xmlSAXLocatorPtr loc ATTRIBUTE_UNUSED) in setDocumentLocatorDebug() argument
344 startDocumentDebug(void *ctx ATTRIBUTE_UNUSED) in startDocumentDebug() argument
356 endDocumentDebug(void *ctx ATTRIBUTE_UNUSED) in endDocumentDebug() argument
369 startElementDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar **atts) in startElementDebug() argument
404 endElementDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name) in endElementDebug() argument
419 charactersDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *ch, int len) in charactersDebug() argument
440 cdataDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *ch, int len) in cdataDebug() argument
459 referenceDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name) in referenceDebug() argument
475 ignorableWhitespaceDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *ch, int len) in ignorableWhitespaceDebug() argument
497 processingInstructionDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *target, in processingInstructionDebug() argument
512 commentDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *value) in commentDebug() argument
527 warningDebug(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) in warningDebug() argument
547 errorDebug(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) in errorDebug() argument
567 fatalErrorDebug(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) in fatalErrorDebug() argument
876 int main(int argc ATTRIBUTE_UNUSED, char **argv ATTRIBUTE_UNUSED) { in main() argument