Lines Matching defs:ctxt
77 htmlErrMemory(xmlParserCtxtPtr ctxt, const char *extra) in htmlErrMemory()
109 htmlParseErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in htmlParseErr()
136 htmlParseErrInt(xmlParserCtxtPtr ctxt, xmlParserErrors error, in htmlParseErrInt()
167 htmlnamePush(htmlParserCtxtPtr ctxt, const xmlChar * value) in htmlnamePush()
197 htmlnamePop(htmlParserCtxtPtr ctxt) in htmlnamePop()
225 htmlNodeInfoPush(htmlParserCtxtPtr ctxt, htmlParserNodeInfo *value) in htmlNodeInfoPush()
254 htmlNodeInfoPop(htmlParserCtxtPtr ctxt) in htmlNodeInfoPop()
364 htmlFindEncoding(xmlParserCtxtPtr ctxt) { in htmlFindEncoding()
416 htmlCurrentChar(xmlParserCtxtPtr ctxt, int *len) { in htmlCurrentChar()
575 htmlSkipBlankChars(xmlParserCtxtPtr ctxt) { in htmlSkipBlankChars()
1333 htmlAutoCloseOnClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag) in htmlAutoCloseOnClose()
1376 htmlAutoCloseOnEnd(htmlParserCtxtPtr ctxt) in htmlAutoCloseOnEnd()
1402 htmlAutoClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag) in htmlAutoClose()
1486 htmlCheckImplied(htmlParserCtxtPtr ctxt, const xmlChar *newtag) { in htmlCheckImplied()
1554 htmlCheckParagraph(htmlParserCtxtPtr ctxt) { in htmlCheckParagraph()
2187 htmlNewInputStream(htmlParserCtxtPtr ctxt) { in htmlNewInputStream()
2243 static int areBlanks(htmlParserCtxtPtr ctxt, const xmlChar *str, int len) { in areBlanks()
2391 htmlParseHTMLName(htmlParserCtxtPtr ctxt) { in htmlParseHTMLName()
2425 htmlParseHTMLName_nonInvasive(htmlParserCtxtPtr ctxt) { in htmlParseHTMLName_nonInvasive()
2454 htmlParseName(htmlParserCtxtPtr ctxt) { in htmlParseName()
2492 htmlParseNameComplex(xmlParserCtxtPtr ctxt) { in htmlParseNameComplex()
2554 htmlParseHTMLAttribute(htmlParserCtxtPtr ctxt, const xmlChar stop) { in htmlParseHTMLAttribute()
2694 htmlParseEntityRef(htmlParserCtxtPtr ctxt, const xmlChar **str) { in htmlParseEntityRef()
2744 htmlParseAttValue(htmlParserCtxtPtr ctxt) { in htmlParseAttValue()
2788 htmlParseSystemLiteral(htmlParserCtxtPtr ctxt) { in htmlParseSystemLiteral()
2848 htmlParsePubidLiteral(htmlParserCtxtPtr ctxt) { in htmlParsePubidLiteral()
2922 htmlParseScript(htmlParserCtxtPtr ctxt) { in htmlParseScript()
3010 htmlParseCharDataInternal(htmlParserCtxtPtr ctxt, int readahead) { in htmlParseCharDataInternal()
3108 htmlParseCharData(htmlParserCtxtPtr ctxt) { in htmlParseCharData()
3130 htmlParseExternalID(htmlParserCtxtPtr ctxt, xmlChar **publicID) { in htmlParseExternalID()
3179 htmlParsePI(htmlParserCtxtPtr ctxt) { in htmlParsePI()
3290 htmlParseComment(htmlParserCtxtPtr ctxt) { in htmlParseComment()
3384 htmlParseCharRef(htmlParserCtxtPtr ctxt) { in htmlParseCharRef()
3457 htmlParseDocTypeDecl(htmlParserCtxtPtr ctxt) { in htmlParseDocTypeDecl()
3536 htmlParseAttribute(htmlParserCtxtPtr ctxt, xmlChar **value) { in htmlParseAttribute()
3573 htmlCheckEncodingDirect(htmlParserCtxtPtr ctxt, const xmlChar *encoding) { in htmlCheckEncodingDirect()
3660 htmlCheckEncoding(htmlParserCtxtPtr ctxt, const xmlChar *attvalue) { in htmlCheckEncoding()
3689 htmlCheckMeta(htmlParserCtxtPtr ctxt, const xmlChar **atts) { in htmlCheckMeta()
3737 htmlParseStartTag(htmlParserCtxtPtr ctxt) { in htmlParseStartTag()
3956 htmlParseEndTag(htmlParserCtxtPtr ctxt) in htmlParseEndTag()
4064 htmlParseReference(htmlParserCtxtPtr ctxt) { in htmlParseReference()
4141 htmlParseContent(htmlParserCtxtPtr ctxt) { in htmlParseContent()
4298 htmlParseElement(htmlParserCtxtPtr ctxt) { in htmlParseElement()
4419 htmlParserFinishElementParsing(htmlParserCtxtPtr ctxt) { in htmlParserFinishElementParsing()
4448 htmlParseElementInternal(htmlParserCtxtPtr ctxt) { in htmlParseElementInternal()
4541 htmlParseContentInternal(htmlParserCtxtPtr ctxt) { in htmlParseContentInternal()
4708 __htmlParseContent(void *ctxt) { in __htmlParseContent()
4725 htmlParseDocument(htmlParserCtxtPtr ctxt) { in htmlParseDocument()
4861 htmlInitParserCtxt(htmlParserCtxtPtr ctxt) in htmlInitParserCtxt()
4972 htmlFreeParserCtxt(htmlParserCtxtPtr ctxt) in htmlFreeParserCtxt()
4988 xmlParserCtxtPtr ctxt; in htmlNewParserCtxt() local
5014 xmlParserCtxtPtr ctxt; in htmlCreateMemoryParserCtxt() local
5058 htmlParserCtxtPtr ctxt; in htmlCreateDocParserCtxt() local
5129 htmlParseLookupSequence(htmlParserCtxtPtr ctxt, xmlChar first, in htmlParseLookupSequence()
5258 htmlParseLookupChars(htmlParserCtxtPtr ctxt, const xmlChar * stop, in htmlParseLookupChars()
5326 htmlParseTryOrFinish(htmlParserCtxtPtr ctxt, int terminate) { in htmlParseTryOrFinish()
6106 htmlParseChunk(htmlParserCtxtPtr ctxt, const char *chunk, int size, in htmlParseChunk()
6195 htmlParserCtxtPtr ctxt; in htmlCreatePushParserCtxt() local
6284 htmlParserCtxtPtr ctxt; in htmlSAXParseDoc() local
6340 htmlParserCtxtPtr ctxt; in htmlCreateFileParserCtxt() local
6411 htmlParserCtxtPtr ctxt; in htmlSAXParseFile() local
6605 htmlCtxtReset(htmlParserCtxtPtr ctxt) in htmlCtxtReset()
6697 htmlCtxtUseOptions(htmlParserCtxtPtr ctxt, int options) in htmlCtxtUseOptions()
6770 htmlDoRead(htmlParserCtxtPtr ctxt, const char *URL, const char *encoding, in htmlDoRead()
6818 htmlParserCtxtPtr ctxt; in htmlReadDoc() local
6843 htmlParserCtxtPtr ctxt; in htmlReadFile() local
6867 htmlParserCtxtPtr ctxt; in htmlReadMemory() local
6893 htmlParserCtxtPtr ctxt; in htmlReadFd() local
6937 htmlParserCtxtPtr ctxt; in htmlReadIO() local
6981 htmlCtxtReadDoc(htmlParserCtxtPtr ctxt, const xmlChar * cur, in htmlCtxtReadDoc()
7015 htmlCtxtReadFile(htmlParserCtxtPtr ctxt, const char *filename, in htmlCtxtReadFile()
7051 htmlCtxtReadMemory(htmlParserCtxtPtr ctxt, const char *buffer, int size, in htmlCtxtReadMemory()
7094 htmlCtxtReadFd(htmlParserCtxtPtr ctxt, int fd, in htmlCtxtReadFd()
7137 htmlCtxtReadIO(htmlParserCtxtPtr ctxt, xmlInputReadCallback ioread, in htmlCtxtReadIO()