• Home
  • Raw
  • Download

Lines Matching defs:ctx

764 getPublicId(void *ctx)  in getPublicId()
781 getSystemId(void *ctx) in getSystemId()
797 getLineNumber(void *ctx) in getLineNumber()
813 getColumnNumber(void *ctx) in getColumnNumber()
829 isStandalone(void *ctx) in isStandalone()
845 hasInternalSubset(void *ctx) in hasInternalSubset()
861 hasExternalSubset(void *ctx) in hasExternalSubset()
878 internalSubset(void *ctx, const xmlChar * name, in internalSubset()
896 externalSubset(void *ctx, const xmlChar * name, in externalSubset()
919 resolveEntity(void *ctx, const xmlChar * publicId, in resolveEntity()
937 getEntity(void *ctx, const xmlChar * name) in getEntity()
954 getParameterEntity(void *ctx, const xmlChar * name) in getParameterEntity()
974 entityDecl(void *ctx, const xmlChar * name, int type, in entityDecl()
996 attributeDecl(void *ctx, const xmlChar * elem, const xmlChar * fullname, in attributeDecl()
1016 elementDecl(void *ctx, const xmlChar * name, int type, in elementDecl()
1034 notationDecl(void *ctx, const xmlChar * name, in notationDecl()
1053 unparsedEntityDecl(void *ctx, const xmlChar * name, in unparsedEntityDecl()
1086 startDocument(void *ctx) in startDocument()
1101 endDocument(void *ctx) in endDocument()
1137 startElement(void *ctx, const xmlChar * fullname, const xmlChar ** atts) in startElement()
1151 endElement(void *ctx, const xmlChar * name ATTRIBUTE_UNUSED) in endElement()
1166 reference(void *ctx, const xmlChar * name) in reference()
1182 characters(void *ctx, const xmlChar * ch, int len) in characters()
1216 processingInstruction(void *ctx, const xmlChar * target, in processingInstruction()
1319 comment(void *ctx, const xmlChar * value) in comment()
1335 cdataBlock(void *ctx, const xmlChar * value, int len) in cdataBlock()