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

/freebsd-11-stable/contrib/expat/lib/
H A Dxmlparse.c466 static void FASTCALL hashTableInit(HASH_TABLE *,
6063 hashTableInit(&(p->generalEntities), ms);
6064 hashTableInit(&(p->elementTypes), ms);
6065 hashTableInit(&(p->attributeIds), ms);
6066 hashTableInit(&(p->prefixes), ms);
6069 hashTableInit(&(p->paramEntities), ms);
6479 hashTableInit(HASH_TABLE *p, const XML_Memory_Handling_Suite *ms) { function

Completed in 74 milliseconds