Lines Matching refs:keySeq
22783 xmlSchemaPSVIIDCKeyPtr *keySeq; in xmlSchemaXPathProcessHistory() local
22852 keySeq = matcher->keySeqs[pos]; in xmlSchemaXPathProcessHistory()
22853 if (keySeq == NULL) { in xmlSchemaXPathProcessHistory()
22855 } else if (keySeq[idx] != NULL) { in xmlSchemaXPathProcessHistory()
22884 keySeq = (xmlSchemaPSVIIDCKeyPtr *) xmlMalloc( in xmlSchemaXPathProcessHistory()
22887 if (keySeq == NULL) { in xmlSchemaXPathProcessHistory()
22892 memset(keySeq, 0, matcher->aidc->def->nbFields * in xmlSchemaXPathProcessHistory()
22894 matcher->keySeqs[pos] = keySeq; in xmlSchemaXPathProcessHistory()
22905 xmlFree(keySeq); in xmlSchemaXPathProcessHistory()
22923 keySeq[idx] = key; in xmlSchemaXPathProcessHistory()
22927 xmlSchemaPSVIIDCKeyPtr **keySeq = NULL; in xmlSchemaXPathProcessHistory() local
22961 keySeq = &(matcher->keySeqs[pos]); in xmlSchemaXPathProcessHistory()
22962 if (*keySeq == NULL) { in xmlSchemaXPathProcessHistory()
22970 if ((*keySeq)[i] == NULL) { in xmlSchemaXPathProcessHistory()
23013 ckey = (*keySeq)[j]; in xmlSchemaXPathProcessHistory()
23044 (*keySeq), nbKeys), in xmlSchemaXPathProcessHistory()
23059 xmlFree(*keySeq); in xmlSchemaXPathProcessHistory()
23060 *keySeq = NULL; in xmlSchemaXPathProcessHistory()
23071 xmlFree(*keySeq); in xmlSchemaXPathProcessHistory()
23072 *keySeq = NULL; in xmlSchemaXPathProcessHistory()
23085 xmlFree(*keySeq); in xmlSchemaXPathProcessHistory()
23086 *keySeq = NULL; in xmlSchemaXPathProcessHistory()
23096 ntItem->keys = *keySeq; in xmlSchemaXPathProcessHistory()
23097 *keySeq = NULL; in xmlSchemaXPathProcessHistory()
23134 if ((keySeq != NULL) && (*keySeq != NULL)) { in xmlSchemaXPathProcessHistory()
23135 xmlFree(*keySeq); in xmlSchemaXPathProcessHistory()
23136 *keySeq = NULL; in xmlSchemaXPathProcessHistory()