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

/external/expat/lib/
H A Dxmlparse.c413 static void FASTCALL hashTableClear(HASH_TABLE *);
5744 hashTableClear(&(p->generalEntities));
5747 hashTableClear(&(p->paramEntities));
5749 hashTableClear(&(p->elementTypes));
5750 hashTableClear(&(p->attributeIds));
5751 hashTableClear(&(p->prefixes));
6104 hashTableClear(HASH_TABLE *table) function
/external/python/cpython2/Modules/expat/
H A Dxmlparse.c405 static void FASTCALL hashTableClear(HASH_TABLE *);
5707 hashTableClear(&(p->generalEntities));
5710 hashTableClear(&(p->paramEntities));
5712 hashTableClear(&(p->elementTypes));
5713 hashTableClear(&(p->attributeIds));
5714 hashTableClear(&(p->prefixes));
6067 hashTableClear(HASH_TABLE *table) function

Completed in 139 milliseconds