Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c607 static void FASTCALL hashTableDestroy(HASH_TABLE *table);
7668 hashTableDestroy(&(e->defaultAttForName));
7710 hashTableDestroy(&(e->defaultAttForName));
7713 hashTableDestroy(&(p->generalEntities));
7715 hashTableDestroy(&(p->paramEntities));
7717 hashTableDestroy(&(p->elementTypes));
7718 hashTableDestroy(&(p->attributeIds));
7719 hashTableDestroy(&(p->prefixes));
8135 hashTableDestroy(HASH_TABLE *table) { function