Searched refs:hashTableInit (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmlparse.c | 536 static void FASTCALL hashTableInit(HASH_TABLE *, 6687 hashTableInit(&(p->generalEntities), ms); in dtdCreate() 6688 hashTableInit(&(p->elementTypes), ms); in dtdCreate() 6689 hashTableInit(&(p->attributeIds), ms); in dtdCreate() 6690 hashTableInit(&(p->prefixes), ms); in dtdCreate() 6693 hashTableInit(&(p->paramEntities), ms); in dtdCreate() 7125 hashTableInit(HASH_TABLE *p, const XML_Memory_Handling_Suite *ms) { in hashTableInit() function
|
/third_party/python/Modules/expat/ |
H A D | xmlparse.c | 525 static void FASTCALL hashTableInit(HASH_TABLE *, 6719 hashTableInit(&(p->generalEntities), ms); in dtdCreate() 6720 hashTableInit(&(p->elementTypes), ms); in dtdCreate() 6721 hashTableInit(&(p->attributeIds), ms); in dtdCreate() 6722 hashTableInit(&(p->prefixes), ms); in dtdCreate() 6725 hashTableInit(&(p->paramEntities), ms); in dtdCreate() 7147 hashTableInit(HASH_TABLE *p, const XML_Memory_Handling_Suite *ms) { in hashTableInit() function
|
Completed in 28 milliseconds