Lines Matching refs:HASH_TABLE
238 } HASH_TABLE; typedef
394 HASH_TABLE generalEntities;
395 HASH_TABLE elementTypes;
396 HASH_TABLE attributeIds;
397 HASH_TABLE prefixes;
409 HASH_TABLE paramEntities;
565 static int copyEntityTable(XML_Parser oldParser, HASH_TABLE *newTable,
566 STRING_POOL *newPool, const HASH_TABLE *oldTable);
567 static NAMED *lookup(XML_Parser parser, HASH_TABLE *table, KEY name,
569 static void FASTCALL hashTableInit(HASH_TABLE *table,
571 static void FASTCALL hashTableClear(HASH_TABLE *table);
572 static void FASTCALL hashTableDestroy(HASH_TABLE *table);
574 const HASH_TABLE *table);
7364 copyEntityTable(XML_Parser oldParser, HASH_TABLE *newTable, in copyEntityTable()
7365 STRING_POOL *newPool, const HASH_TABLE *oldTable) { in copyEntityTable()
7462 lookup(XML_Parser parser, HASH_TABLE *table, KEY name, size_t createSize) { in lookup()
7551 hashTableClear(HASH_TABLE *table) { in hashTableClear()
7561 hashTableDestroy(HASH_TABLE *table) { in hashTableDestroy()
7569 hashTableInit(HASH_TABLE *p, const XML_Memory_Handling_Suite *ms) { in hashTableInit()
7578 hashTableIterInit(HASH_TABLE_ITER *iter, const HASH_TABLE *table) { in hashTableIterInit()