Symbol: HASH_TABLE
lib/libexpat/lib/xmlparse.c
394
HASH_TABLE generalEntities;
lib/libexpat/lib/xmlparse.c
395
HASH_TABLE elementTypes;
lib/libexpat/lib/xmlparse.c
396
HASH_TABLE attributeIds;
lib/libexpat/lib/xmlparse.c
397
HASH_TABLE prefixes;
lib/libexpat/lib/xmlparse.c
409
HASH_TABLE paramEntities;
lib/libexpat/lib/xmlparse.c
572
static int copyEntityTable(XML_Parser oldParser, HASH_TABLE *newTable,
lib/libexpat/lib/xmlparse.c
573
STRING_POOL *newPool, const HASH_TABLE *oldTable);
lib/libexpat/lib/xmlparse.c
574
static NAMED *lookup(XML_Parser parser, HASH_TABLE *table, KEY name,
lib/libexpat/lib/xmlparse.c
576
static void FASTCALL hashTableInit(HASH_TABLE *table, XML_Parser parser);
lib/libexpat/lib/xmlparse.c
577
static void FASTCALL hashTableClear(HASH_TABLE *table);
lib/libexpat/lib/xmlparse.c
578
static void FASTCALL hashTableDestroy(HASH_TABLE *table);
lib/libexpat/lib/xmlparse.c
580
const HASH_TABLE *table);
lib/libexpat/lib/xmlparse.c
7763
copyEntityTable(XML_Parser oldParser, HASH_TABLE *newTable,
lib/libexpat/lib/xmlparse.c
7764
STRING_POOL *newPool, const HASH_TABLE *oldTable) {
lib/libexpat/lib/xmlparse.c
7861
lookup(XML_Parser parser, HASH_TABLE *table, KEY name, size_t createSize) {
lib/libexpat/lib/xmlparse.c
7950
hashTableClear(HASH_TABLE *table) {
lib/libexpat/lib/xmlparse.c
7960
hashTableDestroy(HASH_TABLE *table) {
lib/libexpat/lib/xmlparse.c
7968
hashTableInit(HASH_TABLE *p, XML_Parser parser) {
lib/libexpat/lib/xmlparse.c
7977
hashTableIterInit(HASH_TABLE_ITER *iter, const HASH_TABLE *table) {