Searched refs:hashTableInit (Results 1 – 1 of 1) sorted by relevance
569 static void FASTCALL hashTableInit(HASH_TABLE *table,7131 hashTableInit(&(p->generalEntities), ms); in dtdCreate()7132 hashTableInit(&(p->elementTypes), ms); in dtdCreate()7133 hashTableInit(&(p->attributeIds), ms); in dtdCreate()7134 hashTableInit(&(p->prefixes), ms); in dtdCreate()7137 hashTableInit(&(p->paramEntities), ms); in dtdCreate()7569 hashTableInit(HASH_TABLE *p, const XML_Memory_Handling_Suite *ms) { in hashTableInit() function