Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c1035 int skipDepth; member
26065 vctxt->skipDepth = vctxt->depth -1; in xmlSchemaValidatorPopElem()
26417 if (vctxt->depth == vctxt->skipDepth) in xmlSchemaValidatorPopElem()
26418 vctxt->skipDepth = -1; in xmlSchemaValidatorPopElem()
26736 vctxt->skipDepth = vctxt->depth; in xmlSchemaValidateChildElem()
26879 if ((vctxt->skipDepth != -1) && in xmlSchemaValidateElem()
26880 (vctxt->depth >= vctxt->skipDepth)) { in xmlSchemaValidateElem()
26900 vctxt->skipDepth = 0; in xmlSchemaValidateElem()
26924 if (vctxt->depth == vctxt->skipDepth) in xmlSchemaValidateElem()
26967 vctxt->skipDepth = vctxt->depth; in xmlSchemaValidateElem()
[all …]