Home | History | Annotate | Download | only in libxml2

Lines Matching refs:INCLUDE

34 #include "libxml.h"
42 #include <stdlib.h>
43 #include <string.h>
44 #include <stdarg.h>
45 #include <libxml/xmlmemory.h>
46 #include <libxml/threads.h>
47 #include <libxml/globals.h>
48 #include <libxml/tree.h>
49 #include <libxml/parser.h>
50 #include <libxml/parserInternals.h>
51 #include <libxml/valid.h>
52 #include <libxml/entities.h>
53 #include <libxml/xmlerror.h>
54 #include <libxml/encoding.h>
55 #include <libxml/xmlIO.h>
56 #include <libxml/uri.h>
58 #include <libxml/catalog.h>
61 #include <libxml/xmlschemastypes.h>
62 #include <libxml/relaxng.h>
65 #include <ctype.h>
68 #include <stdlib.h>
71 #include <sys/stat.h>
74 #include <fcntl.h>
77 #include <unistd.h>
80 #include <zlib.h>
83 #include <lzma.h>
410 "conditional section INCLUDE or IGNORE keyword expected\n";
6441 * [62] includeSect ::= '<![' S? 'INCLUDE' S? '[' extSubsetDecl ']]>'
6472 "Entering INCLUDE Conditional Section\n");
6506 "Leaving INCLUDE Conditional Section\n");
14137 #include <libxml/xpath.h>
15010 #include "elfgcchack.h"