• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/

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) {
2199 htmlParseHTMLName(htmlParserCtxtPtr ctxt) {
2232 htmlParseHTMLName_nonInvasive(htmlParserCtxtPtr ctxt) {
2261 htmlParseName(htmlParserCtxtPtr ctxt) {
2341 htmlParseHTMLAttribute(htmlParserCtxtPtr ctxt, const xmlChar stop) {
2481 htmlParseEntityRef(htmlParserCtxtPtr ctxt, const xmlChar **str) {
2531 htmlParseAttValue(htmlParserCtxtPtr ctxt) {
2575 htmlParseSystemLiteral(htmlParserCtxtPtr ctxt) {
2623 htmlParsePubidLiteral(htmlParserCtxtPtr ctxt) {
2682 htmlParseScript(htmlParserCtxtPtr ctxt) {
2767 htmlParseCharData(htmlParserCtxtPtr ctxt) {
2858 htmlParseExternalID(htmlParserCtxtPtr ctxt, xmlChar **publicID) {
2907 htmlParsePI(htmlParserCtxtPtr ctxt) {
3018 htmlParseComment(htmlParserCtxtPtr ctxt) {
3105 htmlParseCharRef(htmlParserCtxtPtr ctxt) {
3178 htmlParseDocTypeDecl(htmlParserCtxtPtr ctxt) {
3257 htmlParseAttribute(htmlParserCtxtPtr ctxt, xmlChar **value) {
3299 htmlCheckEncoding(htmlParserCtxtPtr ctxt, const xmlChar *attvalue) {
3392 htmlCheckMeta(htmlParserCtxtPtr ctxt, const xmlChar **atts) {
3438 htmlParseStartTag(htmlParserCtxtPtr ctxt) {
3646 htmlParseEndTag(htmlParserCtxtPtr ctxt)
3753 htmlParseReference(htmlParserCtxtPtr ctxt) {
3829 htmlParseContent(htmlParserCtxtPtr ctxt) {
3979 htmlParseContent((htmlParserCtxtPtr) ctxt);
3994 htmlParseElement(htmlParserCtxtPtr ctxt) {
4122 htmlParseDocument(htmlParserCtxtPtr ctxt) {
4257 htmlInitParserCtxt(htmlParserCtxtPtr ctxt)
4363 htmlFreeParserCtxt(htmlParserCtxtPtr ctxt)
4373 * Returns the htmlParserCtxtPtr or NULL in case of allocation error
4376 htmlParserCtxtPtr
4403 htmlParserCtxtPtr
4448 static htmlParserCtxtPtr
4451 htmlParserCtxtPtr ctxt;
4522 htmlParseLookupSequence(htmlParserCtxtPtr ctxt, xmlChar first,
4614 htmlParseTryOrFinish(htmlParserCtxtPtr ctxt, int terminate) {
5343 htmlParseChunk(htmlParserCtxtPtr ctxt, const char *chunk, int size,
5428 htmlParserCtxtPtr
5432 htmlParserCtxtPtr ctxt;
5526 htmlParserCtxtPtr ctxt;
5579 htmlParserCtxtPtr
5582 htmlParserCtxtPtr ctxt;
5649 htmlParserCtxtPtr ctxt;
5843 htmlCtxtReset(htmlParserCtxtPtr ctxt)
5934 htmlCtxtUseOptions(htmlParserCtxtPtr ctxt, int options)
5991 htmlDoRead(htmlParserCtxtPtr ctxt, const char *URL, const char *encoding,
6039 htmlParserCtxtPtr ctxt;
6064 htmlParserCtxtPtr ctxt;
6088 htmlParserCtxtPtr ctxt;
6114 htmlParserCtxtPtr ctxt;
6157 htmlParserCtxtPtr ctxt;
6198 htmlCtxtReadDoc(htmlParserCtxtPtr ctxt, const xmlChar * cur,
6231 htmlCtxtReadFile(htmlParserCtxtPtr ctxt, const char *filename,
6266 htmlCtxtReadMemory(htmlParserCtxtPtr ctxt, const char *buffer, int size,
6308 htmlCtxtReadFd(htmlParserCtxtPtr ctxt, int fd,
6350 htmlCtxtReadIO(htmlParserCtxtPtr ctxt, xmlInputReadCallback ioread,