Lines Matching refs:htmlParserCtxtPtr

56 xmlChar * htmlDecodeEntities(htmlParserCtxtPtr ctxt, int len,
58 static void htmlParseComment(htmlParserCtxtPtr ctxt);
164 htmlnamePush(htmlParserCtxtPtr ctxt, const xmlChar * value)
190 htmlnamePop(htmlParserCtxtPtr ctxt)
1152 htmlAutoCloseOnClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag)
1195 htmlAutoCloseOnEnd(htmlParserCtxtPtr ctxt)
1221 htmlAutoClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag)
1305 htmlCheckImplied(htmlParserCtxtPtr ctxt, const xmlChar *newtag) {
1362 htmlCheckParagraph(htmlParserCtxtPtr ctxt) {
1995 htmlNewInputStream(htmlParserCtxtPtr ctxt) {
2051 static int areBlanks(htmlParserCtxtPtr ctxt, const xmlChar *str, int len) {
2198 htmlParseHTMLName(htmlParserCtxtPtr ctxt) {
2231 htmlParseHTMLName_nonInvasive(htmlParserCtxtPtr ctxt) {
2260 htmlParseName(htmlParserCtxtPtr ctxt) {
2340 htmlParseHTMLAttribute(htmlParserCtxtPtr ctxt, const xmlChar stop) {
2480 htmlParseEntityRef(htmlParserCtxtPtr ctxt, const xmlChar **str) {
2530 htmlParseAttValue(htmlParserCtxtPtr ctxt) {
2574 htmlParseSystemLiteral(htmlParserCtxtPtr ctxt) {
2622 htmlParsePubidLiteral(htmlParserCtxtPtr ctxt) {
2681 htmlParseScript(htmlParserCtxtPtr ctxt) {
2766 htmlParseCharData(htmlParserCtxtPtr ctxt) {
2850 htmlParseExternalID(htmlParserCtxtPtr ctxt, xmlChar **publicID) {
2899 htmlParsePI(htmlParserCtxtPtr ctxt) {
3010 htmlParseComment(htmlParserCtxtPtr ctxt) {
3097 htmlParseCharRef(htmlParserCtxtPtr ctxt) {
3170 htmlParseDocTypeDecl(htmlParserCtxtPtr ctxt) {
3249 htmlParseAttribute(htmlParserCtxtPtr ctxt, xmlChar **value) {
3291 htmlCheckEncoding(htmlParserCtxtPtr ctxt, const xmlChar *attvalue) {
3384 htmlCheckMeta(htmlParserCtxtPtr ctxt, const xmlChar **atts) {
3430 htmlParseStartTag(htmlParserCtxtPtr ctxt) {
3634 htmlParseEndTag(htmlParserCtxtPtr ctxt)
3730 htmlParseReference(htmlParserCtxtPtr ctxt) {
3806 htmlParseContent(htmlParserCtxtPtr ctxt) {
3956 htmlParseContent((htmlParserCtxtPtr) ctxt);
3971 htmlParseElement(htmlParserCtxtPtr ctxt) {
4099 htmlParseDocument(htmlParserCtxtPtr ctxt) {
4215 htmlInitParserCtxt(htmlParserCtxtPtr ctxt)
4321 htmlFreeParserCtxt(htmlParserCtxtPtr ctxt)
4331 * Returns the htmlParserCtxtPtr or NULL in case of allocation error
4334 htmlParserCtxtPtr
4361 htmlParserCtxtPtr
4406 static htmlParserCtxtPtr
4409 htmlParserCtxtPtr ctxt;
4480 htmlParseLookupSequence(htmlParserCtxtPtr ctxt, xmlChar first,
4572 htmlParseTryOrFinish(htmlParserCtxtPtr ctxt, int terminate) {
5301 htmlParseChunk(htmlParserCtxtPtr ctxt, const char *chunk, int size,
5386 htmlParserCtxtPtr
5390 htmlParserCtxtPtr ctxt;
5484 htmlParserCtxtPtr ctxt;
5537 htmlParserCtxtPtr
5540 htmlParserCtxtPtr ctxt;
5607 htmlParserCtxtPtr ctxt;
5801 htmlCtxtReset(htmlParserCtxtPtr ctxt)
5892 htmlCtxtUseOptions(htmlParserCtxtPtr ctxt, int options)
5949 htmlDoRead(htmlParserCtxtPtr ctxt, const char *URL, const char *encoding,
5993 htmlParserCtxtPtr ctxt;
6018 htmlParserCtxtPtr ctxt;
6042 htmlParserCtxtPtr ctxt;
6068 htmlParserCtxtPtr ctxt;
6111 htmlParserCtxtPtr ctxt;
6152 htmlCtxtReadDoc(htmlParserCtxtPtr ctxt, const xmlChar * cur,
6185 htmlCtxtReadFile(htmlParserCtxtPtr ctxt, const char *filename,
6220 htmlCtxtReadMemory(htmlParserCtxtPtr ctxt, const char *buffer, int size,
6262 htmlCtxtReadFd(htmlParserCtxtPtr ctxt, int fd,
6304 htmlCtxtReadIO(htmlParserCtxtPtr ctxt, xmlInputReadCallback ioread,