Searched refs:progressive (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dparser.h43 * progressive reading and I18N conversions to the internal UTF-8 format.
182 * to a state based parser for progressive parsing shouldn't be too hard.
232 long checkIndex; /* used by progressive parsing lookup */
259 int progressive; /* is this a progressive parsing */ member in struct:_xmlParserCtxt
/vbox/src/libs/libxml2-2.6.31/
H A Dparser.c14 * is followed by the progressive parser top routines, then the various
1686 #define SHRINK if ((ctxt->progressive == 0) && \
1698 #define GROW if ((ctxt->progressive == 0) && \
6441 * progressive == 2 means we are operating on the Reader
9775 if ((ctxt->progressive != 0) && (ctxt->inputNr == 1)) {
10136 if (ctxt->progressive) {
10297 if (ctxt->progressive) {
10327 if (ctxt->progressive) {
10494 ctxt->progressive = 1;
10537 if (ctxt->progressive
[all...]
H A DHTMLparser.c251 #define GROW if ((ctxt->progressive == 0) && \
2736 if ((!(IS_CHAR_CH(cur))) && (!((cur == 0) && (ctxt->progressive)))) {
5460 ctxt->progressive = 1;

Completed in 205 milliseconds