Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c780 int keyrefDepth; /* the lowest tree level to which IDC member
22150 aidc->keyrefDepth = -1; in xmlSchemaAugmentIDC()
23450 if ((aidc->keyrefDepth == -1) || in xmlSchemaIDCRegisterMatchers()
23451 (vctxt->depth < aidc->keyrefDepth)) in xmlSchemaIDCRegisterMatchers()
23452 aidc->keyrefDepth = vctxt->depth; in xmlSchemaIDCRegisterMatchers()
23540 ((matcher->aidc->keyrefDepth == -1) || in xmlSchemaIDCFillNodeTables()
23541 (matcher->aidc->keyrefDepth > vctxt->depth))) in xmlSchemaIDCFillNodeTables()
23747 if ((aidc->keyrefDepth == -1) || in xmlSchemaBubbleIDCNodeTables()
23748 (aidc->keyrefDepth >= vctxt->depth)) { in xmlSchemaBubbleIDCNodeTables()
26711 if (aidc->keyrefDepth == vctxt->depth) { in xmlSchemaValidatorPopElem()
[all …]