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

/freebsd-current/contrib/expat/lib/
H A Dxmlparse.c552 static void FASTCALL hashTableInit(HASH_TABLE *table,
6843 hashTableInit(&(p->generalEntities), ms);
6844 hashTableInit(&(p->elementTypes), ms);
6845 hashTableInit(&(p->attributeIds), ms);
6846 hashTableInit(&(p->prefixes), ms);
6849 hashTableInit(&(p->paramEntities), ms);
7271 hashTableInit(HASH_TABLE *p, const XML_Memory_Handling_Suite *ms) { function

Completed in 173 milliseconds