Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c759 int keyrefDepth; /* the lowest tree level to which IDC member
22008 aidc->keyrefDepth = -1; in xmlSchemaAugmentIDC()
23240 if ((aidc->keyrefDepth == -1) || in xmlSchemaIDCRegisterMatchers()
23241 (vctxt->depth < aidc->keyrefDepth)) in xmlSchemaIDCRegisterMatchers()
23242 aidc->keyrefDepth = vctxt->depth; in xmlSchemaIDCRegisterMatchers()
23330 ((matcher->aidc->keyrefDepth == -1) || in xmlSchemaIDCFillNodeTables()
23331 (matcher->aidc->keyrefDepth > vctxt->depth))) in xmlSchemaIDCFillNodeTables()
23531 if ((aidc->keyrefDepth == -1) || in xmlSchemaBubbleIDCNodeTables()
23532 (aidc->keyrefDepth >= vctxt->depth)) { in xmlSchemaBubbleIDCNodeTables()
26464 if (aidc->keyrefDepth == vctxt->depth) { in xmlSchemaValidatorPopElem()
[all …]