Home
last modified time | relevance | path

Searched refs:hashTableInit (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/lib/libexpat/lib/
Dxmlparse.c554 static void FASTCALL hashTableInit(HASH_TABLE *table,
6863 hashTableInit(&(p->generalEntities), ms); in dtdCreate()
6864 hashTableInit(&(p->elementTypes), ms); in dtdCreate()
6865 hashTableInit(&(p->attributeIds), ms); in dtdCreate()
6866 hashTableInit(&(p->prefixes), ms); in dtdCreate()
6869 hashTableInit(&(p->paramEntities), ms); in dtdCreate()
7301 hashTableInit(HASH_TABLE *p, const XML_Memory_Handling_Suite *ms) { in hashTableInit() function