Searched refs:recovery (Results 1 - 8 of 8) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dparser.h258 int recovery; /* run in recovery mode */ member in struct:_xmlParserCtxt
882 int recovery);
887 int recovery);
892 int recovery,
897 int recovery);
901 int recovery,
/vbox/src/libs/libxml2-2.6.31/
H A DtestSAX.c55 static int recovery = 0; variable
1142 recovery++;
H A Dparser.c271 if (ctxt->recovery == 0)
478 if (ctxt->recovery == 0)
504 if (ctxt->recovery == 0)
597 if (ctxt->recovery == 0)
629 if (ctxt->recovery == 0)
658 if (ctxt->recovery == 0)
5866 if (ctxt->recovery == 0) ctxt->disableSAX = 1;
12603 * @recovery: work in recovery mode, i.e. tries to read no Well Formed
12620 int recovery, voi
12619 xmlSAXParseFileWithData(xmlSAXHandlerPtr sax, const char *filename, int recovery, void *data) argument
12687 xmlSAXParseFile(xmlSAXHandlerPtr sax, const char *filename, int recovery) argument
12899 xmlSAXParseMemoryWithData(xmlSAXHandlerPtr sax, const char *buffer, int size, int recovery, void *data) argument
12948 xmlSAXParseMemory(xmlSAXHandlerPtr sax, const char *buffer, int size, int recovery) argument
13065 xmlSAXParseDoc(xmlSAXHandlerPtr sax, const xmlChar *cur, int recovery) argument
[all...]
H A DparserInternals.c152 if (ctxt->recovery == 0)
179 if (ctxt->recovery == 0)
207 if (ctxt->recovery == 0)
H A DSAX2.c130 if (ctxt->recovery == 0)
1255 if (ctxt->recovery == 0) ctxt->disableSAX = 1;
H A Dxmllint.c130 static int recovery = 0; variable
2970 recovery++;
H A DHTMLparser.c2696 * In recovery mode, only break if end tag match the
2701 if (ctxt->recovery) {
3658 if (ctxt->recovery) {
5924 ctxt->recovery = 1;
5927 ctxt->recovery = 0;
H A Dtestapi.c14720 int recovery; /* work in recovery mode, i.e. tries to read no Well Formed documents */ local
14729 recovery = gen_int(n_recovery, 2);
14731 ret_val = xmlSAXParseDoc(sax, (const xmlChar *)cur, recovery);
14736 des_int(n_recovery, recovery, 2);
14813 int recovery; /* work in recovery mode, i.e. tries to read no Well Formed documents */ local
14822 recovery = gen_int(n_recovery, 2);
14824 ret_val = xmlSAXParseFile(sax, filename, recovery);
14829 des_int(n_recovery, recovery,
14863 int recovery; /* work in recovery mode, i.e. tries to read no Well Formed documents */ local
14922 int recovery; /* work in recovery mode, i.e. tries to read not Well Formed documents */ local
14979 int recovery; /* work in recovery mode, i.e. tries to read no Well Formed documents */ local
[all...]

Completed in 269 milliseconds