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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemas.c751 int keyrefDepth; /* the lowest tree level to which IDC member in struct:_xmlSchemaIDCAug
21732 aidc->keyrefDepth = -1;
22869 * references a key/unique IDC, the keyrefDepth will
22893 if ((aidc->keyrefDepth == -1) ||
22894 (vctxt->depth < aidc->keyrefDepth))
22895 aidc->keyrefDepth = vctxt->depth;
22974 ((matcher->aidc->keyrefDepth == -1) ||
22975 (matcher->aidc->keyrefDepth > vctxt->depth)))
23175 if ((aidc->keyrefDepth == -1) ||
23176 (aidc->keyrefDepth >
[all...]

Completed in 53 milliseconds