Searched defs:triage (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/
H A Drelaxng.c289 xmlHashTablePtr triage; /* hash table used to direct nodes to the member in struct:_xmlRelaxNGPartition
957 if (partitions->triage != NULL) {
958 xmlHashFree(partitions->triage, NULL);
4094 xmlHashTablePtr triage = NULL; local
4130 triage = xmlHashCreate(10);
4146 res = xmlHashAddEntry2(triage,
4154 res = xmlHashAddEntry2(triage,
4158 res = xmlHashAddEntry2(triage,
4165 res = xmlHashAddEntry2(triage,
4169 res = xmlHashAddEntry2(triage,
10329 xmlHashTablePtr triage = local
[all...]

Completed in 82 milliseconds