Home | History | Annotate | Download | only in libxml2

Lines Matching refs:INCLUDE

34 #include "libxml.h"
42 #include <stdlib.h>
43 #include <limits.h>
44 #include <string.h>
45 #include <stdarg.h>
46 #include <libxml/xmlmemory.h>
47 #include <libxml/threads.h>
48 #include <libxml/globals.h>
49 #include <libxml/tree.h>
50 #include <libxml/parser.h>
51 #include <libxml/parserInternals.h>
52 #include <libxml/valid.h>
53 #include <libxml/entities.h>
54 #include <libxml/xmlerror.h>
55 #include <libxml/encoding.h>
56 #include <libxml/xmlIO.h>
57 #include <libxml/uri.h>
59 #include <libxml/catalog.h>
62 #include <libxml/xmlschemastypes.h>
63 #include <libxml/relaxng.h>
66 #include <ctype.h>
69 #include <stdlib.h>
72 #include <sys/stat.h>
75 #include <fcntl.h>
78 #include <unistd.h>
81 #include <zlib.h>
84 #include <lzma.h>
87 #include "buf.h"
88 #include "enc.h"
442 "conditional section INCLUDE or IGNORE keyword expected";
6700 * [62] includeSect ::= '<![' S? 'INCLUDE' S? '[' extSubsetDecl ']]>'
6731 "Entering INCLUDE Conditional Section\n");
6765 "Leaving INCLUDE Conditional Section\n");
14676 #include <libxml/xpath.h>
15556 #include "elfgcchack.h"