Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/expat/lib/
H A Dxmlparse.c569 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