HomeSort by relevance Sort by last modified time
    Searched refs:vstateMax (Results 1 - 3 of 3) sorted by null

  /external/libxml2/
valid.c 275 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 * sizeof(ctxt->vstateTab[0]))
    [all...]
xmlreader.c     [all...]
  /external/libxml2/include/libxml/
valid.h 100 int vstateMax; /* Max depth of the validation stack */

Completed in 4246 milliseconds