Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c850 xmlSchemaPSVIIDCKeyPtr **keySeqs; /* the key-sequences of the target member
22185 if (matcher->keySeqs != NULL) { in xmlSchemaIDCFreeMatcherList()
22188 if (matcher->keySeqs[i] != NULL) in xmlSchemaIDCFreeMatcherList()
22189 xmlFree(matcher->keySeqs[i]); in xmlSchemaIDCFreeMatcherList()
22190 xmlFree(matcher->keySeqs); in xmlSchemaIDCFreeMatcherList()
22230 if (matcher->keySeqs != NULL) { in xmlSchemaIDCReleaseMatcherList()
22236 if (matcher->keySeqs[i] != NULL) { in xmlSchemaIDCReleaseMatcherList()
22237 xmlFree(matcher->keySeqs[i]); in xmlSchemaIDCReleaseMatcherList()
22238 matcher->keySeqs[i] = NULL; in xmlSchemaIDCReleaseMatcherList()
22697 if (matcher->keySeqs == NULL) { in xmlSchemaXPathProcessHistory()
[all …]