Lines Matching refs:HASH_TABLE
237 } HASH_TABLE; typedef
389 HASH_TABLE generalEntities;
390 HASH_TABLE elementTypes;
391 HASH_TABLE attributeIds;
392 HASH_TABLE prefixes;
404 HASH_TABLE paramEntities;
549 static int copyEntityTable(XML_Parser oldParser, HASH_TABLE *newTable,
550 STRING_POOL *newPool, const HASH_TABLE *oldTable);
551 static NAMED *lookup(XML_Parser parser, HASH_TABLE *table, KEY name,
553 static void FASTCALL hashTableInit(HASH_TABLE *table,
555 static void FASTCALL hashTableClear(HASH_TABLE *table);
556 static void FASTCALL hashTableDestroy(HASH_TABLE *table);
558 const HASH_TABLE *table);
7086 copyEntityTable(XML_Parser oldParser, HASH_TABLE *newTable, in copyEntityTable()
7087 STRING_POOL *newPool, const HASH_TABLE *oldTable) { in copyEntityTable()
7184 lookup(XML_Parser parser, HASH_TABLE *table, KEY name, size_t createSize) { in lookup()
7273 hashTableClear(HASH_TABLE *table) { in hashTableClear()
7283 hashTableDestroy(HASH_TABLE *table) { in hashTableDestroy()
7291 hashTableInit(HASH_TABLE *p, const XML_Memory_Handling_Suite *ms) { in hashTableInit()
7300 hashTableIterInit(HASH_TABLE_ITER *iter, const HASH_TABLE *table) { in hashTableIterInit()