Searched defs:htmlParseLookupSequence (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A DHTMLparser.c4462 * htmlParseLookupSequence:
4480 htmlParseLookupSequence(htmlParserCtxtPtr ctxt, xmlChar first, function
4691 (htmlParseLookupSequence(ctxt, '>', 0, 0, 0) < 0))
4724 (htmlParseLookupSequence(ctxt, '-', '-', '>', 1) < 0))
4734 (htmlParseLookupSequence(ctxt, '>', 0, 0, 0) < 0))
4748 (htmlParseLookupSequence(ctxt, '>', 0, 0, 0) < 0))
4784 (htmlParseLookupSequence(ctxt, '-', '-', '>', 1) < 0))
4794 (htmlParseLookupSequence(ctxt, '>', 0, 0, 0) < 0))
4831 (htmlParseLookupSequence(ctxt, '-', '-', '>', 1) < 0))
4841 (htmlParseLookupSequence(ctx
[all...]

Completed in 46 milliseconds