hashTableInit
static void FASTCALL hashTableInit(HASH_TABLE *table, XML_Parser parser);
hashTableInit(&(p->generalEntities), parser);
hashTableInit(&(p->elementTypes), parser);
hashTableInit(&(p->attributeIds), parser);
hashTableInit(&(p->prefixes), parser);
hashTableInit(&(p->paramEntities), parser);