Lines Matching defs:ctxt
74 htmlErrMemory(xmlParserCtxtPtr ctxt, const char *extra) in htmlErrMemory()
106 htmlParseErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in htmlParseErr()
133 htmlParseErrInt(xmlParserCtxtPtr ctxt, xmlParserErrors error, in htmlParseErrInt()
164 htmlnamePush(htmlParserCtxtPtr ctxt, const xmlChar * value) in htmlnamePush()
190 htmlnamePop(htmlParserCtxtPtr ctxt) in htmlnamePop()
305 htmlCurrentChar(xmlParserCtxtPtr ctxt, int *len) { in htmlCurrentChar()
431 htmlSkipBlankChars(xmlParserCtxtPtr ctxt) { in htmlSkipBlankChars()
1152 htmlAutoCloseOnClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag) in htmlAutoCloseOnClose()
1195 htmlAutoCloseOnEnd(htmlParserCtxtPtr ctxt) in htmlAutoCloseOnEnd()
1221 htmlAutoClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag) in htmlAutoClose()
1305 htmlCheckImplied(htmlParserCtxtPtr ctxt, const xmlChar *newtag) { in htmlCheckImplied()
1362 htmlCheckParagraph(htmlParserCtxtPtr ctxt) { in htmlCheckParagraph()
1995 htmlNewInputStream(htmlParserCtxtPtr ctxt) { in htmlNewInputStream()
2051 static int areBlanks(htmlParserCtxtPtr ctxt, const xmlChar *str, int len) { in areBlanks()
2199 htmlParseHTMLName(htmlParserCtxtPtr ctxt) { in htmlParseHTMLName()
2232 htmlParseHTMLName_nonInvasive(htmlParserCtxtPtr ctxt) { in htmlParseHTMLName_nonInvasive()
2261 htmlParseName(htmlParserCtxtPtr ctxt) { in htmlParseName()
2295 htmlParseNameComplex(xmlParserCtxtPtr ctxt) { in htmlParseNameComplex()
2341 htmlParseHTMLAttribute(htmlParserCtxtPtr ctxt, const xmlChar stop) { in htmlParseHTMLAttribute()
2481 htmlParseEntityRef(htmlParserCtxtPtr ctxt, const xmlChar **str) { in htmlParseEntityRef()
2531 htmlParseAttValue(htmlParserCtxtPtr ctxt) { in htmlParseAttValue()
2575 htmlParseSystemLiteral(htmlParserCtxtPtr ctxt) { in htmlParseSystemLiteral()
2623 htmlParsePubidLiteral(htmlParserCtxtPtr ctxt) { in htmlParsePubidLiteral()
2682 htmlParseScript(htmlParserCtxtPtr ctxt) { in htmlParseScript()
2767 htmlParseCharData(htmlParserCtxtPtr ctxt) { in htmlParseCharData()
2858 htmlParseExternalID(htmlParserCtxtPtr ctxt, xmlChar **publicID) { in htmlParseExternalID()
2907 htmlParsePI(htmlParserCtxtPtr ctxt) { in htmlParsePI()
3018 htmlParseComment(htmlParserCtxtPtr ctxt) { in htmlParseComment()
3105 htmlParseCharRef(htmlParserCtxtPtr ctxt) { in htmlParseCharRef()
3178 htmlParseDocTypeDecl(htmlParserCtxtPtr ctxt) { in htmlParseDocTypeDecl()
3257 htmlParseAttribute(htmlParserCtxtPtr ctxt, xmlChar **value) { in htmlParseAttribute()
3299 htmlCheckEncoding(htmlParserCtxtPtr ctxt, const xmlChar *attvalue) { in htmlCheckEncoding()
3392 htmlCheckMeta(htmlParserCtxtPtr ctxt, const xmlChar **atts) { in htmlCheckMeta()
3438 htmlParseStartTag(htmlParserCtxtPtr ctxt) { in htmlParseStartTag()
3646 htmlParseEndTag(htmlParserCtxtPtr ctxt) in htmlParseEndTag()
3753 htmlParseReference(htmlParserCtxtPtr ctxt) { in htmlParseReference()
3829 htmlParseContent(htmlParserCtxtPtr ctxt) { in htmlParseContent()
3977 __htmlParseContent(void *ctxt) { in __htmlParseContent()
3994 htmlParseElement(htmlParserCtxtPtr ctxt) { in htmlParseElement()
4122 htmlParseDocument(htmlParserCtxtPtr ctxt) { in htmlParseDocument()
4257 htmlInitParserCtxt(htmlParserCtxtPtr ctxt) in htmlInitParserCtxt()
4363 htmlFreeParserCtxt(htmlParserCtxtPtr ctxt) in htmlFreeParserCtxt()
4379 xmlParserCtxtPtr ctxt; in htmlNewParserCtxt() local
4405 xmlParserCtxtPtr ctxt; in htmlCreateMemoryParserCtxt() local
4451 htmlParserCtxtPtr ctxt; in htmlCreateDocParserCtxt() local
4522 htmlParseLookupSequence(htmlParserCtxtPtr ctxt, xmlChar first, in htmlParseLookupSequence()
4614 htmlParseTryOrFinish(htmlParserCtxtPtr ctxt, int terminate) { in htmlParseTryOrFinish()
5343 htmlParseChunk(htmlParserCtxtPtr ctxt, const char *chunk, int size, in htmlParseChunk()
5432 htmlParserCtxtPtr ctxt; in htmlCreatePushParserCtxt() local
5526 htmlParserCtxtPtr ctxt; in htmlSAXParseDoc() local
5582 htmlParserCtxtPtr ctxt; in htmlCreateFileParserCtxt() local
5649 htmlParserCtxtPtr ctxt; in htmlSAXParseFile() local
5843 htmlCtxtReset(htmlParserCtxtPtr ctxt) in htmlCtxtReset()
5934 htmlCtxtUseOptions(htmlParserCtxtPtr ctxt, int options) in htmlCtxtUseOptions()
5991 htmlDoRead(htmlParserCtxtPtr ctxt, const char *URL, const char *encoding, in htmlDoRead()
6039 htmlParserCtxtPtr ctxt; in htmlReadDoc() local
6064 htmlParserCtxtPtr ctxt; in htmlReadFile() local
6088 htmlParserCtxtPtr ctxt; in htmlReadMemory() local
6114 htmlParserCtxtPtr ctxt; in htmlReadFd() local
6157 htmlParserCtxtPtr ctxt; in htmlReadIO() local
6198 htmlCtxtReadDoc(htmlParserCtxtPtr ctxt, const xmlChar * cur, in htmlCtxtReadDoc()
6231 htmlCtxtReadFile(htmlParserCtxtPtr ctxt, const char *filename, in htmlCtxtReadFile()
6266 htmlCtxtReadMemory(htmlParserCtxtPtr ctxt, const char *buffer, int size, in htmlCtxtReadMemory()
6308 htmlCtxtReadFd(htmlParserCtxtPtr ctxt, int fd, in htmlCtxtReadFd()
6350 htmlCtxtReadIO(htmlParserCtxtPtr ctxt, xmlInputReadCallback ioread, in htmlCtxtReadIO()