Searched refs:vstateMax (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dvalid.c270 if ((ctxt->vstateMax == 0) || (ctxt->vstateTab == NULL)) {
271 ctxt->vstateMax = 10;
272 ctxt->vstateTab = (xmlValidState *) xmlMalloc(ctxt->vstateMax *
280 if (ctxt->vstateNr >= ctxt->vstateMax) {
284 2 * ctxt->vstateMax * sizeof(ctxt->vstateTab[0]));
289 ctxt->vstateMax *= 2;
378 ctxt->vstateMax = 8;
380 ctxt->vstateMax * sizeof(ctxt->vstateTab[0]));
386 if (ctxt->vstateNr >= ctxt->vstateMax) {
390 2 * ctxt->vstateMax * sizeo
[all...]
H A Dvalid.in.h100 int vstateMax; /* Max depth of the validation stack */ member in struct:_xmlValidCtxt
H A Dxmlreader.c2190 (reader->ctxt->vctxt.vstateMax > 0)){
2193 reader->ctxt->vctxt.vstateMax = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dvalid.c275 if ((ctxt->vstateMax == 0) || (ctxt->vstateTab == NULL)) {
276 ctxt->vstateMax = 10;
277 ctxt->vstateTab = (xmlValidState *) xmlMalloc(ctxt->vstateMax *
285 if (ctxt->vstateNr >= ctxt->vstateMax) {
289 2 * ctxt->vstateMax * sizeof(ctxt->vstateTab[0]));
294 ctxt->vstateMax *= 2;
383 ctxt->vstateMax = 8;
385 ctxt->vstateMax * sizeof(ctxt->vstateTab[0]));
391 if (ctxt->vstateNr >= ctxt->vstateMax) {
395 2 * ctxt->vstateMax * sizeo
[all...]
H A Dxmlreader.c2226 (reader->ctxt->vctxt.vstateMax > 0)){
2229 reader->ctxt->vctxt.vstateMax = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dvalid.c275 if ((ctxt->vstateMax == 0) || (ctxt->vstateTab == NULL)) {
276 ctxt->vstateMax = 10;
277 ctxt->vstateTab = (xmlValidState *) xmlMalloc(ctxt->vstateMax *
285 if (ctxt->vstateNr >= ctxt->vstateMax) {
289 2 * ctxt->vstateMax * sizeof(ctxt->vstateTab[0]));
294 ctxt->vstateMax *= 2;
383 ctxt->vstateMax = 8;
385 ctxt->vstateMax * sizeof(ctxt->vstateTab[0]));
391 if (ctxt->vstateNr >= ctxt->vstateMax) {
395 2 * ctxt->vstateMax * sizeo
[all...]
H A Dxmlreader.c2226 (reader->ctxt->vctxt.vstateMax > 0)){
2229 reader->ctxt->vctxt.vstateMax = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dvalid.c270 if ((ctxt->vstateMax == 0) || (ctxt->vstateTab == NULL)) {
271 ctxt->vstateMax = 10;
272 ctxt->vstateTab = (xmlValidState *) xmlMalloc(ctxt->vstateMax *
280 if (ctxt->vstateNr >= ctxt->vstateMax) {
284 2 * ctxt->vstateMax * sizeof(ctxt->vstateTab[0]));
289 ctxt->vstateMax *= 2;
378 ctxt->vstateMax = 8;
380 ctxt->vstateMax * sizeof(ctxt->vstateTab[0]));
386 if (ctxt->vstateNr >= ctxt->vstateMax) {
390 2 * ctxt->vstateMax * sizeo
[all...]
H A Dvalid.in.h100 int vstateMax; /* Max depth of the validation stack */ member in struct:_xmlValidCtxt
H A Dxmlreader.c2190 (reader->ctxt->vctxt.vstateMax > 0)){
2193 reader->ctxt->vctxt.vstateMax = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dvalid.h100 int vstateMax; /* Max depth of the validation stack */ member in struct:_xmlValidCtxt
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A Dvalid.h100 int vstateMax; /* Max depth of the validation stack */ member in struct:_xmlValidCtxt
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dvalid.h100 int vstateMax; /* Max depth of the validation stack */ member in struct:_xmlValidCtxt

Completed in 128 milliseconds