Searched refs:hashTableInit (Results 1 – 1 of 1) sorted by relevance
523 static void FASTCALL hashTableInit(HASH_TABLE *,6570 hashTableInit(&(p->generalEntities), ms); in dtdCreate()6571 hashTableInit(&(p->elementTypes), ms); in dtdCreate()6572 hashTableInit(&(p->attributeIds), ms); in dtdCreate()6573 hashTableInit(&(p->prefixes), ms); in dtdCreate()6576 hashTableInit(&(p->paramEntities), ms); in dtdCreate()6998 hashTableInit(HASH_TABLE *p, const XML_Memory_Handling_Suite *ms) { in hashTableInit() function