• Home
  • Raw
  • Download

Lines Matching defs:ATTRIBUTE_UNUSED

891 isStandaloneDebug(void *ctx ATTRIBUTE_UNUSED)  in isStandaloneDebug()
909 hasInternalSubsetDebug(void *ctx ATTRIBUTE_UNUSED) in hasInternalSubsetDebug()
927 hasExternalSubsetDebug(void *ctx ATTRIBUTE_UNUSED) in hasExternalSubsetDebug()
943 internalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in internalSubsetDebug()
967 externalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in externalSubsetDebug()
999 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) in resolveEntityDebug()
1029 getEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name) in getEntityDebug()
1048 getParameterEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name) in getParameterEntityDebug()
1070 entityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type, in entityDeclDebug()
1097 attributeDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar * elem, in attributeDeclDebug()
1123 elementDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type, in elementDeclDebug()
1124 xmlElementContentPtr content ATTRIBUTE_UNUSED) in elementDeclDebug()
1143 notationDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in notationDeclDebug()
1164 unparsedEntityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in unparsedEntityDeclDebug()
1193 setDocumentLocatorDebug(void *ctx ATTRIBUTE_UNUSED, xmlSAXLocatorPtr loc ATTRIBUTE_UNUSED) in setDocumentLocatorDebug()
1208 startDocumentDebug(void *ctx ATTRIBUTE_UNUSED) in startDocumentDebug()
1223 endDocumentDebug(void *ctx ATTRIBUTE_UNUSED) in endDocumentDebug()
1239 startElementDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar **atts) in startElementDebug()
1265 endElementDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name) in endElementDebug()
1283 charactersDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *ch, int len) in charactersDebug()
1306 referenceDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name) in referenceDebug()
1325 ignorableWhitespaceDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *ch, int len) in ignorableWhitespaceDebug()
1349 processingInstructionDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *target, in processingInstructionDebug()
1372 cdataBlockDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *value, int len) in cdataBlockDebug()
1389 commentDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *value) in commentDebug()
1407 warningDebug(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) in warningDebug()
1430 errorDebug(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) in errorDebug()
1453 fatalErrorDebug(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) in fatalErrorDebug()
1514 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, in startElementNsDebug()
1571 endElementNsDebug(void *ctx ATTRIBUTE_UNUSED, in endElementNsDebug()