Searched refs:hashTableInit (Results 1 – 1 of 1) sorted by relevance
576 static void FASTCALL hashTableInit(HASH_TABLE *table, XML_Parser parser);7531 hashTableInit(&(p->generalEntities), parser);7532 hashTableInit(&(p->elementTypes), parser);7533 hashTableInit(&(p->attributeIds), parser);7534 hashTableInit(&(p->prefixes), parser);7537 hashTableInit(&(p->paramEntities), parser);7968 hashTableInit(HASH_TABLE *p, XML_Parser parser) { function