Searched refs:hashTableInit (Results 1 – 3 of 3) sorted by relevance
/external/expat/lib/ |
D | xmlparse.c | 489 hashTableInit(HASH_TABLE *, const XML_Memory_Handling_Suite *ms); 6342 hashTableInit(&(p->generalEntities), ms); in dtdCreate() 6343 hashTableInit(&(p->elementTypes), ms); in dtdCreate() 6344 hashTableInit(&(p->attributeIds), ms); in dtdCreate() 6345 hashTableInit(&(p->prefixes), ms); in dtdCreate() 6348 hashTableInit(&(p->paramEntities), ms); in dtdCreate() 6776 hashTableInit(HASH_TABLE *p, const XML_Memory_Handling_Suite *ms) in hashTableInit() function
|
/external/python/cpython3/Modules/expat/ |
D | xmlparse.c | 489 hashTableInit(HASH_TABLE *, const XML_Memory_Handling_Suite *ms); 6342 hashTableInit(&(p->generalEntities), ms); in dtdCreate() 6343 hashTableInit(&(p->elementTypes), ms); in dtdCreate() 6344 hashTableInit(&(p->attributeIds), ms); in dtdCreate() 6345 hashTableInit(&(p->prefixes), ms); in dtdCreate() 6348 hashTableInit(&(p->paramEntities), ms); in dtdCreate() 6776 hashTableInit(HASH_TABLE *p, const XML_Memory_Handling_Suite *ms) in hashTableInit() function
|
/external/python/cpython2/Modules/expat/ |
D | xmlparse.c | 489 hashTableInit(HASH_TABLE *, const XML_Memory_Handling_Suite *ms); 6342 hashTableInit(&(p->generalEntities), ms); in dtdCreate() 6343 hashTableInit(&(p->elementTypes), ms); in dtdCreate() 6344 hashTableInit(&(p->attributeIds), ms); in dtdCreate() 6345 hashTableInit(&(p->prefixes), ms); in dtdCreate() 6348 hashTableInit(&(p->paramEntities), ms); in dtdCreate() 6776 hashTableInit(HASH_TABLE *p, const XML_Memory_Handling_Suite *ms) in hashTableInit() function
|