Lines Matching defs:ctxt
115 htmlErrMemory(xmlParserCtxtPtr ctxt) in htmlErrMemory()
131 htmlParseErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in htmlParseErr()
154 htmlnamePush(htmlParserCtxtPtr ctxt, const xmlChar * value) in htmlnamePush()
186 htmlnamePop(htmlParserCtxtPtr ctxt) in htmlnamePop()
214 htmlNodeInfoPush(htmlParserCtxtPtr ctxt, htmlParserNodeInfo *value) in htmlNodeInfoPush()
243 htmlNodeInfoPop(htmlParserCtxtPtr ctxt) in htmlNodeInfoPop()
324 htmlFindEncoding(xmlParserCtxtPtr ctxt) { in htmlFindEncoding()
370 htmlValidateUtf8(xmlParserCtxtPtr ctxt, const xmlChar *str, size_t len) { in htmlValidateUtf8()
438 htmlSkipBlankChars(xmlParserCtxtPtr ctxt) { in htmlSkipBlankChars()
1227 htmlParserFinishElementParsing(htmlParserCtxtPtr ctxt) { in htmlParserFinishElementParsing()
1340 htmlAutoCloseOnClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag) in htmlAutoCloseOnClose()
1387 htmlAutoCloseOnEnd(htmlParserCtxtPtr ctxt) in htmlAutoCloseOnEnd()
1417 htmlAutoClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag) in htmlAutoClose()
1500 htmlCheckImplied(htmlParserCtxtPtr ctxt, const xmlChar *newtag) { in htmlCheckImplied()
1568 htmlCheckParagraph(htmlParserCtxtPtr ctxt) { in htmlCheckParagraph()
2208 static int areBlanks(htmlParserCtxtPtr ctxt, const xmlChar *str, int len) { in areBlanks()
2361 htmlParseHTMLName(htmlParserCtxtPtr ctxt, int attr) { in htmlParseHTMLName()
2600 htmlParseData(htmlParserCtxtPtr ctxt, htmlAsciiMask mask, in htmlParseData()
2920 htmlParseAttValue(htmlParserCtxtPtr ctxt) { in htmlParseAttValue()
2943 htmlCharDataSAXCallback(htmlParserCtxtPtr ctxt, const xmlChar *buf, in htmlCharDataSAXCallback()
2980 htmlParseCharData(htmlParserCtxtPtr ctxt) { in htmlParseCharData()
3313 htmlParseComment(htmlParserCtxtPtr ctxt, int bogus) { in htmlParseComment()
3370 htmlParseDoctypeLiteral(htmlParserCtxtPtr ctxt) { in htmlParseDoctypeLiteral()
3394 htmlSkipBogusDoctype(htmlParserCtxtPtr ctxt) { in htmlSkipBogusDoctype()
3456 htmlParseDocTypeDecl(htmlParserCtxtPtr ctxt) { in htmlParseDocTypeDecl()
3544 htmlParseAttribute(htmlParserCtxtPtr ctxt, xmlChar **value) { in htmlParseAttribute()
3578 htmlCheckEncoding(htmlParserCtxtPtr ctxt, const xmlChar *attvalue) { in htmlCheckEncoding()
3611 htmlCheckMeta(htmlParserCtxtPtr ctxt, const xmlChar **atts) { in htmlCheckMeta()
3660 htmlAttrHashInsert(xmlParserCtxtPtr ctxt, unsigned size, const xmlChar *name, in htmlAttrHashInsert()
3709 htmlParseStartTag(htmlParserCtxtPtr ctxt) { in htmlParseStartTag()
3960 htmlParseEndTag(htmlParserCtxtPtr ctxt) in htmlParseEndTag()
4087 htmlParseContent(htmlParserCtxtPtr ctxt) { in htmlParseContent()
4150 htmlParseElementInternal(htmlParserCtxtPtr ctxt) { in htmlParseElementInternal()
4230 htmlParseElement(htmlParserCtxtPtr ctxt) { in htmlParseElement()
4257 htmlCtxtParseContentInternal(htmlParserCtxtPtr ctxt, xmlParserInputPtr input) { in htmlCtxtParseContentInternal()
4314 htmlParseDocument(htmlParserCtxtPtr ctxt) { in htmlParseDocument()
4443 htmlInitParserCtxt(htmlParserCtxtPtr ctxt, const htmlSAXHandler *sax, in htmlInitParserCtxt()
4526 htmlFreeParserCtxt(htmlParserCtxtPtr ctxt) in htmlFreeParserCtxt()
4574 xmlParserCtxtPtr ctxt; in htmlNewSAXParserCtxt() local
4593 xmlParserCtxtPtr ctxt; in htmlCreateMemoryParserCtxtInternal() local
4650 xmlParserCtxtPtr ctxt; in htmlCreateDocParserCtxt() local
4702 htmlParseLookupGt(xmlParserCtxtPtr ctxt) { in htmlParseLookupGt()
4802 htmlParseLookupString(xmlParserCtxtPtr ctxt, size_t startDelta, in htmlParseLookupString()
4860 htmlParseLookupCommentEnd(htmlParserCtxtPtr ctxt) in htmlParseLookupCommentEnd()
4895 htmlParseTryOrFinish(htmlParserCtxtPtr ctxt, int terminate) { in htmlParseTryOrFinish()
5234 htmlParseChunk(htmlParserCtxtPtr ctxt, const char *chunk, int size, in htmlParseChunk()
5289 htmlParserCtxtPtr ctxt; in htmlCreatePushParserCtxt() local
5338 htmlParserCtxtPtr ctxt; in htmlSAXParseDoc() local
5398 htmlParserCtxtPtr ctxt; in htmlCreateFileParserCtxt() local
5445 htmlParserCtxtPtr ctxt; in htmlSAXParseFile() local
5589 htmlCtxtReset(htmlParserCtxtPtr ctxt) in htmlCtxtReset()
5679 htmlCtxtSetOptionsInternal(xmlParserCtxtPtr ctxt, int options, int keepMask) in htmlCtxtSetOptionsInternal()
5827 htmlCtxtSetOptions(xmlParserCtxtPtr ctxt, int options) in htmlCtxtSetOptions()
5855 htmlCtxtUseOptions(htmlParserCtxtPtr ctxt, int options) in htmlCtxtUseOptions()
5886 htmlCtxtParseDocument(htmlParserCtxtPtr ctxt, xmlParserInputPtr input) in htmlCtxtParseDocument()
5938 htmlParserCtxtPtr ctxt; in htmlReadDoc() local
5973 htmlParserCtxtPtr ctxt; in htmlReadFile() local
6010 htmlParserCtxtPtr ctxt; in htmlReadMemory() local
6052 htmlParserCtxtPtr ctxt; in htmlReadFd() local
6090 htmlParserCtxtPtr ctxt; in htmlReadIO() local
6124 htmlCtxtReadDoc(htmlParserCtxtPtr ctxt, const xmlChar *str, in htmlCtxtReadDoc()
6156 htmlCtxtReadFile(htmlParserCtxtPtr ctxt, const char *filename, in htmlCtxtReadFile()
6189 htmlCtxtReadMemory(htmlParserCtxtPtr ctxt, const char *buffer, int size, in htmlCtxtReadMemory()
6224 htmlCtxtReadFd(htmlParserCtxtPtr ctxt, int fd, in htmlCtxtReadFd()
6257 htmlCtxtReadIO(htmlParserCtxtPtr ctxt, xmlInputReadCallback ioread, in htmlCtxtReadIO()