• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/

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)
1144 htmlAutoCloseOnClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag)
1187 htmlAutoCloseOnEnd(htmlParserCtxtPtr ctxt)
1213 htmlAutoClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag)
1297 htmlCheckImplied(htmlParserCtxtPtr ctxt, const xmlChar *newtag) {
1354 htmlCheckParagraph(htmlParserCtxtPtr ctxt) {
1985 htmlNewInputStream(htmlParserCtxtPtr ctxt) {
2041 static int areBlanks(htmlParserCtxtPtr ctxt, const xmlChar *str, int len) {
2188 htmlParseHTMLName(htmlParserCtxtPtr ctxt) {
2218 htmlParseName(htmlParserCtxtPtr ctxt) {
2298 htmlParseHTMLAttribute(htmlParserCtxtPtr ctxt, const xmlChar stop) {
2438 htmlParseEntityRef(htmlParserCtxtPtr ctxt, const xmlChar **str) {
2488 htmlParseAttValue(htmlParserCtxtPtr ctxt) {
2532 htmlParseSystemLiteral(htmlParserCtxtPtr ctxt) {
2580 htmlParsePubidLiteral(htmlParserCtxtPtr ctxt) {
2639 htmlParseScript(htmlParserCtxtPtr ctxt) {
2740 htmlParseCharData(htmlParserCtxtPtr ctxt) {
2819 htmlParseExternalID(htmlParserCtxtPtr ctxt, xmlChar **publicID) {
2868 htmlParsePI(htmlParserCtxtPtr ctxt) {
2979 htmlParseComment(htmlParserCtxtPtr ctxt) {
3066 htmlParseCharRef(htmlParserCtxtPtr ctxt) {
3139 htmlParseDocTypeDecl(htmlParserCtxtPtr ctxt) {
3218 htmlParseAttribute(htmlParserCtxtPtr ctxt, xmlChar **value) {
3260 htmlCheckEncoding(htmlParserCtxtPtr ctxt, const xmlChar *attvalue) {
3353 htmlCheckMeta(htmlParserCtxtPtr ctxt, const xmlChar **atts) {
3399 htmlParseStartTag(htmlParserCtxtPtr ctxt) {
3603 htmlParseEndTag(htmlParserCtxtPtr ctxt)
3699 htmlParseReference(htmlParserCtxtPtr ctxt) {
3775 htmlParseContent(htmlParserCtxtPtr ctxt) {
3899 htmlParseContent((htmlParserCtxtPtr) ctxt);
3914 htmlParseElement(htmlParserCtxtPtr ctxt) {
4042 htmlParseDocument(htmlParserCtxtPtr ctxt) {
4158 htmlInitParserCtxt(htmlParserCtxtPtr ctxt)
4264 htmlFreeParserCtxt(htmlParserCtxtPtr ctxt)
4274 * Returns the htmlParserCtxtPtr or NULL in case of allocation error
4277 htmlParserCtxtPtr
4304 htmlParserCtxtPtr
4349 static htmlParserCtxtPtr
4353 htmlParserCtxtPtr ctxt;
4422 htmlParseLookupSequence(htmlParserCtxtPtr ctxt, xmlChar first,
4514 htmlParseTryOrFinish(htmlParserCtxtPtr ctxt, int terminate) {
5243 htmlParseChunk(htmlParserCtxtPtr ctxt, const char *chunk, int size,
5328 htmlParserCtxtPtr
5332 htmlParserCtxtPtr ctxt;
5426 htmlParserCtxtPtr ctxt;
5479 htmlParserCtxtPtr
5482 htmlParserCtxtPtr ctxt;
5549 htmlParserCtxtPtr ctxt;
5743 htmlCtxtReset(htmlParserCtxtPtr ctxt)
5834 htmlCtxtUseOptions(htmlParserCtxtPtr ctxt, int options)
5891 htmlDoRead(htmlParserCtxtPtr ctxt, const char *URL, const char *encoding,
5935 htmlParserCtxtPtr ctxt;
5960 htmlParserCtxtPtr ctxt;
5984 htmlParserCtxtPtr ctxt;
6010 htmlParserCtxtPtr ctxt;
6053 htmlParserCtxtPtr ctxt;
6094 htmlCtxtReadDoc(htmlParserCtxtPtr ctxt, const xmlChar * cur,
6127 htmlCtxtReadFile(htmlParserCtxtPtr ctxt, const char *filename,
6162 htmlCtxtReadMemory(htmlParserCtxtPtr ctxt, const char *buffer, int size,
6204 htmlCtxtReadFd(htmlParserCtxtPtr ctxt, int fd,
6246 htmlCtxtReadIO(htmlParserCtxtPtr ctxt, xmlInputReadCallback ioread,