Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c767 int keyrefDepth; /* the lowest tree level to which IDC member
22120 aidc->keyrefDepth = -1; in xmlSchemaAugmentIDC()
23420 if ((aidc->keyrefDepth == -1) || in xmlSchemaIDCRegisterMatchers()
23421 (vctxt->depth < aidc->keyrefDepth)) in xmlSchemaIDCRegisterMatchers()
23422 aidc->keyrefDepth = vctxt->depth; in xmlSchemaIDCRegisterMatchers()
23510 ((matcher->aidc->keyrefDepth == -1) || in xmlSchemaIDCFillNodeTables()
23511 (matcher->aidc->keyrefDepth > vctxt->depth))) in xmlSchemaIDCFillNodeTables()
23717 if ((aidc->keyrefDepth == -1) || in xmlSchemaBubbleIDCNodeTables()
23718 (aidc->keyrefDepth >= vctxt->depth)) { in xmlSchemaBubbleIDCNodeTables()
26675 if (aidc->keyrefDepth == vctxt->depth) { in xmlSchemaValidatorPopElem()
[all …]