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

/external/libxml2/
H A Dxmlschemas.c1027 int skipDepth; member in struct:_xmlSchemaValidCtxt
26022 vctxt->skipDepth = vctxt->depth -1;
26375 if (vctxt->depth == vctxt->skipDepth)
26376 vctxt->skipDepth = -1;
26692 * Pop this element and set the skipDepth to skip
26695 vctxt->skipDepth = vctxt->depth;
26838 if ((vctxt->skipDepth != -1) &&
26839 (vctxt->depth >= vctxt->skipDepth)) {
26848 * Note that we simply set @skipDepth to 0, this could
26859 vctxt->skipDepth
[all...]

Completed in 106 milliseconds