Lines Matching refs:triage

289     xmlHashTablePtr triage;     /* hash table used to direct nodes to the  member
957 if (partitions->triage != NULL) { in xmlRelaxNGFreePartition()
958 xmlHashFree(partitions->triage, NULL); in xmlRelaxNGFreePartition()
4113 xmlHashTablePtr triage = NULL; in xmlRelaxNGCheckChoiceDeterminism() local
4149 triage = xmlHashCreate(10); in xmlRelaxNGCheckChoiceDeterminism()
4165 res = xmlHashAddEntry2(triage, in xmlRelaxNGCheckChoiceDeterminism()
4173 res = xmlHashAddEntry2(triage, in xmlRelaxNGCheckChoiceDeterminism()
4177 res = xmlHashAddEntry2(triage, in xmlRelaxNGCheckChoiceDeterminism()
4184 res = xmlHashAddEntry2(triage, in xmlRelaxNGCheckChoiceDeterminism()
4188 res = xmlHashAddEntry2(triage, in xmlRelaxNGCheckChoiceDeterminism()
4226 def->data = triage; in xmlRelaxNGCheckChoiceDeterminism()
4227 } else if (triage != NULL) { in xmlRelaxNGCheckChoiceDeterminism()
4228 xmlHashFree(triage, NULL); in xmlRelaxNGCheckChoiceDeterminism()
4400 partitions->triage = xmlHashCreate(nbgroups); in xmlRelaxNGComputeInterleaves()
4426 res = xmlHashAddEntry2(partitions->triage, in xmlRelaxNGComputeInterleaves()
4434 res = xmlHashAddEntry2(partitions->triage, in xmlRelaxNGComputeInterleaves()
4438 res = xmlHashAddEntry2(partitions->triage, in xmlRelaxNGComputeInterleaves()
4445 res = xmlHashAddEntry2(partitions->triage, in xmlRelaxNGComputeInterleaves()
4449 res = xmlHashAddEntry2(partitions->triage, in xmlRelaxNGComputeInterleaves()
9387 if ((partitions->triage != NULL) && in xmlRelaxNGValidateInterleave()
9393 tmp = xmlHashLookup2(partitions->triage, BAD_CAST "#text", in xmlRelaxNGValidateInterleave()
9397 tmp = xmlHashLookup2(partitions->triage, cur->name, in xmlRelaxNGValidateInterleave()
9400 tmp = xmlHashLookup2(partitions->triage, in xmlRelaxNGValidateInterleave()
9405 xmlHashLookup2(partitions->triage, cur->name, in xmlRelaxNGValidateInterleave()
9409 xmlHashLookup2(partitions->triage, BAD_CAST "#any", in xmlRelaxNGValidateInterleave()
10355 xmlHashTablePtr triage = in xmlRelaxNGValidateState() local
10365 xmlHashLookup2(triage, BAD_CAST "#text", NULL); in xmlRelaxNGValidateState()
10368 list = xmlHashLookup2(triage, node->name, in xmlRelaxNGValidateState()
10372 xmlHashLookup2(triage, BAD_CAST "#any", in xmlRelaxNGValidateState()
10376 xmlHashLookup2(triage, node->name, NULL); in xmlRelaxNGValidateState()
10379 xmlHashLookup2(triage, BAD_CAST "#any", in xmlRelaxNGValidateState()