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

/external/expat/lib/
H A Dxmlparse.c404 hashTableInit(HASH_TABLE *, const XML_Memory_Handling_Suite *ms);
5652 hashTableInit(&(p->generalEntities), ms);
5653 hashTableInit(&(p->elementTypes), ms);
5654 hashTableInit(&(p->attributeIds), ms);
5655 hashTableInit(&(p->prefixes), ms);
5658 hashTableInit(&(p->paramEntities), ms);
6069 hashTableInit(HASH_TABLE *p, const XML_Memory_Handling_Suite *ms) function

Completed in 73 milliseconds