Lines Matching refs:xmlSchemaPSVIIDCKeyPtr
777 typedef xmlSchemaPSVIIDCKey *xmlSchemaPSVIIDCKeyPtr; typedef
792 xmlSchemaPSVIIDCKeyPtr *keys;
858 xmlSchemaPSVIIDCKeyPtr **keySeqs; /* the key-sequences of the target
1019 xmlSchemaPSVIIDCKeyPtr *idcKeys; /* list of all IDC node-table entries */
4580 xmlSchemaPSVIIDCKeyPtr key; in xmlSchemaDebugDumpIDCTable()
22147 xmlSchemaPSVIIDCKeyPtr key) in xmlSchemaIDCStoreKey()
22153 vctxt->idcKeys = (xmlSchemaPSVIIDCKeyPtr *) in xmlSchemaIDCStoreKey()
22154 xmlMalloc(40 * sizeof(xmlSchemaPSVIIDCKeyPtr)); in xmlSchemaIDCStoreKey()
22163 vctxt->idcKeys = (xmlSchemaPSVIIDCKeyPtr *) in xmlSchemaIDCStoreKey()
22165 sizeof(xmlSchemaPSVIIDCKeyPtr)); in xmlSchemaIDCStoreKey()
22273 xmlSchemaIDCFreeKey(xmlSchemaPSVIIDCKeyPtr key) in xmlSchemaIDCFreeKey()
22638 xmlSchemaPSVIIDCKeyPtr *seq, in xmlSchemaFormatIDCKeySequence()
22714 xmlSchemaPSVIIDCKeyPtr key = NULL; in xmlSchemaXPathProcessHistory()
22812 xmlSchemaPSVIIDCKeyPtr *keySeq; in xmlSchemaXPathProcessHistory()
22844 matcher->keySeqs = (xmlSchemaPSVIIDCKeyPtr **) in xmlSchemaXPathProcessHistory()
22846 sizeof(xmlSchemaPSVIIDCKeyPtr *)); in xmlSchemaXPathProcessHistory()
22855 sizeof(xmlSchemaPSVIIDCKeyPtr *)); in xmlSchemaXPathProcessHistory()
22860 matcher->keySeqs = (xmlSchemaPSVIIDCKeyPtr **) in xmlSchemaXPathProcessHistory()
22863 sizeof(xmlSchemaPSVIIDCKeyPtr *)); in xmlSchemaXPathProcessHistory()
22913 keySeq = (xmlSchemaPSVIIDCKeyPtr *) xmlMalloc( in xmlSchemaXPathProcessHistory()
22915 sizeof(xmlSchemaPSVIIDCKeyPtr)); in xmlSchemaXPathProcessHistory()
22922 sizeof(xmlSchemaPSVIIDCKeyPtr)); in xmlSchemaXPathProcessHistory()
22929 key = (xmlSchemaPSVIIDCKeyPtr) xmlMalloc( in xmlSchemaXPathProcessHistory()
22956 xmlSchemaPSVIIDCKeyPtr **keySeq = NULL; in xmlSchemaXPathProcessHistory()
23031 xmlSchemaPSVIIDCKeyPtr ckey, bkey, *bkeySeq; in xmlSchemaXPathProcessHistory()
23339 xmlSchemaPSVIIDCKeyPtr *keys, *ntkeys; in xmlSchemaIDCFillNodeTables()
23840 xmlSchemaPSVIIDCKeyPtr *refKeys, *keys; in xmlSchemaCheckCVCIDCKeyRef()