Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/expat/lib/
Dxmlparse.c411 hashTableInit(HASH_TABLE *, const XML_Memory_Handling_Suite *ms);
5706 hashTableInit(&(p->generalEntities), ms); in dtdCreate()
5707 hashTableInit(&(p->elementTypes), ms); in dtdCreate()
5708 hashTableInit(&(p->attributeIds), ms); in dtdCreate()
5709 hashTableInit(&(p->prefixes), ms); in dtdCreate()
5712 hashTableInit(&(p->paramEntities), ms); in dtdCreate()
6123 hashTableInit(HASH_TABLE *p, const XML_Memory_Handling_Suite *ms) in hashTableInit() function