Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/expat/
Dxmlparse.c404 hashTableInit(HASH_TABLE *, const XML_Memory_Handling_Suite *ms);
5670 hashTableInit(&(p->generalEntities), ms); in dtdCreate()
5671 hashTableInit(&(p->elementTypes), ms); in dtdCreate()
5672 hashTableInit(&(p->attributeIds), ms); in dtdCreate()
5673 hashTableInit(&(p->prefixes), ms); in dtdCreate()
5676 hashTableInit(&(p->paramEntities), ms); in dtdCreate()
6087 hashTableInit(HASH_TABLE *p, const XML_Memory_Handling_Suite *ms) in hashTableInit() function
/external/expat/lib/
Dxmlparse.c412 hashTableInit(HASH_TABLE *, const XML_Memory_Handling_Suite *ms);
5707 hashTableInit(&(p->generalEntities), ms); in dtdCreate()
5708 hashTableInit(&(p->elementTypes), ms); in dtdCreate()
5709 hashTableInit(&(p->attributeIds), ms); in dtdCreate()
5710 hashTableInit(&(p->prefixes), ms); in dtdCreate()
5713 hashTableInit(&(p->paramEntities), ms); in dtdCreate()
6124 hashTableInit(HASH_TABLE *p, const XML_Memory_Handling_Suite *ms) in hashTableInit() function