Home | History | Annotate | Download | only in libxml2

Lines Matching refs:INCLUDE

39 #include "libxml.h"
47 #include <stdlib.h>
48 #include <limits.h>
49 #include <string.h>
50 #include <stdarg.h>
51 #include <stddef.h>
52 #include <libxml/xmlmemory.h>
53 #include <libxml/threads.h>
54 #include <libxml/globals.h>
55 #include <libxml/tree.h>
56 #include <libxml/parser.h>
57 #include <libxml/parserInternals.h>
58 #include <libxml/valid.h>
59 #include <libxml/entities.h>
60 #include <libxml/xmlerror.h>
61 #include <libxml/encoding.h>
62 #include <libxml/xmlIO.h>
63 #include <libxml/uri.h>
65 #include <libxml/catalog.h>
68 #include <libxml/xmlschemastypes.h>
69 #include <libxml/relaxng.h>
72 #include <ctype.h>
75 #include <stdlib.h>
78 #include <sys/stat.h>
81 #include <fcntl.h>
84 #include <unistd.h>
87 #include "buf.h"
88 #include "enc.h"
475 "conditional section INCLUDE or IGNORE keyword expected";
6606 * [62] includeSect ::= '<![' S? 'INCLUDE' S? '[' extSubsetDecl ']]>'
6639 "Entering INCLUDE Conditional Section\n");
6669 "Leaving INCLUDE Conditional Section\n");
14686 #include <libxml/xpath.h>
15576 #include "elfgcchack.h"