Lines Matching +defs:html +defs:doc
45 xmlDocPtr doc; /* current document */ member
276 xmlDocPtr doc; in xmlCtxtGenericNodeCheck() local
1098 xmlCtxtDumpDocHead(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) in xmlCtxtDumpDocHead()
1174 xmlCtxtDumpDocumentHead(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) in xmlCtxtDumpDocumentHead()
1214 xmlCtxtDumpDocument(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) in xmlCtxtDumpDocument()
1285 xmlCtxtDumpEntities(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) in xmlCtxtDumpEntities()
1399 xmlDebugDumpEntities(FILE * output, xmlDocPtr doc) in xmlDebugDumpEntities()
1504 xmlDebugDumpDocumentHead(FILE * output, xmlDocPtr doc) in xmlDebugDumpDocumentHead()
1525 xmlDebugDumpDocument(FILE * output, xmlDocPtr doc) in xmlDebugDumpDocument()
1576 xmlDebugCheckDocument(FILE * output, xmlDocPtr doc) in xmlDebugCheckDocument()
2455 xmlDocPtr doc; in xmlShellLoad() local
2456 int html = 0; in xmlShellLoad() local
2802 xmlShell(xmlDocPtr doc, char *filename, xmlShellReadlineFunc input, in xmlShell()