Changeset 45449 in vbox for trunk/src/libs/libxml2-2.6.31/include/libxml
- Timestamp:
- Apr 10, 2013 8:39:01 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84881
- Location:
- trunk/src/libs/libxml2-2.6.31/include/libxml
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/libxml2-2.6.31/include/libxml/parser.h
r39921 r45449 300 300 unsigned long nbentities; /* number of entities references */ 301 301 unsigned long sizeentities; /* size of parsed entities */ 302 unsigned long sizeentcopy; /* volume of entity copy */ 302 303 }; 303 304 -
trunk/src/libs/libxml2-2.6.31/include/libxml/parserInternals.h
r39915 r45449 30 30 */ 31 31 XMLPUBVAR unsigned int xmlParserMaxDepth; 32 33 /** 34 * XML_MAX_TEXT_LENGTH: 35 * 36 * Maximum size allowed for a single text node when building a tree. 37 * This is not a limitation of the parser but a safety boundary feature, 38 * use XML_PARSE_HUGE option to override it. 39 */ 40 #define XML_MAX_TEXT_LENGTH 10000000 32 41 33 42 /**
Note:
See TracChangeset
for help on using the changeset viewer.