Searched refs:hashTableInit (Results 1 – 1 of 1) sorted by relevance
577 static void FASTCALL hashTableInit(HASH_TABLE *table, XML_Parser parser);7496 hashTableInit(&(p->generalEntities), parser);7497 hashTableInit(&(p->elementTypes), parser);7498 hashTableInit(&(p->attributeIds), parser);7499 hashTableInit(&(p->prefixes), parser);7502 hashTableInit(&(p->paramEntities), parser);7934 hashTableInit(HASH_TABLE *p, XML_Parser parser) { function