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

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c759 int keyrefDepth; /* the lowest tree level to which IDC member in struct:_xmlSchemaIDCAug
21964 aidc->keyrefDepth = -1;
23172 * references a key/unique IDC, the keyrefDepth will
23196 if ((aidc->keyrefDepth == -1) ||
23197 (vctxt->depth < aidc->keyrefDepth))
23198 aidc->keyrefDepth = vctxt->depth;
23286 ((matcher->aidc->keyrefDepth == -1) ||
23287 (matcher->aidc->keyrefDepth > vctxt->depth)))
23487 if ((aidc->keyrefDepth == -1) ||
23488 (aidc->keyrefDepth >
[all...]
/external/libxml2/
H A Dxmlschemas.c759 int keyrefDepth; /* the lowest tree level to which IDC member in struct:_xmlSchemaIDCAug
21993 aidc->keyrefDepth = -1;
23201 * references a key/unique IDC, the keyrefDepth will
23225 if ((aidc->keyrefDepth == -1) ||
23226 (vctxt->depth < aidc->keyrefDepth))
23227 aidc->keyrefDepth = vctxt->depth;
23315 ((matcher->aidc->keyrefDepth == -1) ||
23316 (matcher->aidc->keyrefDepth > vctxt->depth)))
23516 if ((aidc->keyrefDepth == -1) ||
23517 (aidc->keyrefDepth >
[all...]

Completed in 419 milliseconds