Symbol: HASH_TABLE
lib/libexpat/lib/xmlparse.c
400
HASH_TABLE defaultAttsNames;
lib/libexpat/lib/xmlparse.c
404
HASH_TABLE generalEntities;
lib/libexpat/lib/xmlparse.c
405
HASH_TABLE elementTypes;
lib/libexpat/lib/xmlparse.c
406
HASH_TABLE attributeIds;
lib/libexpat/lib/xmlparse.c
407
HASH_TABLE prefixes;
lib/libexpat/lib/xmlparse.c
419
HASH_TABLE paramEntities;
lib/libexpat/lib/xmlparse.c
583
static int copyEntityTable(XML_Parser oldParser, HASH_TABLE *newTable,
lib/libexpat/lib/xmlparse.c
584
STRING_POOL *newPool, const HASH_TABLE *oldTable);
lib/libexpat/lib/xmlparse.c
585
static NAMED *lookup(XML_Parser parser, HASH_TABLE *table, KEY name,
lib/libexpat/lib/xmlparse.c
587
static void FASTCALL hashTableInit(HASH_TABLE *table, XML_Parser parser);
lib/libexpat/lib/xmlparse.c
588
static void FASTCALL hashTableClear(HASH_TABLE *table);
lib/libexpat/lib/xmlparse.c
589
static void FASTCALL hashTableDestroy(HASH_TABLE *table);
lib/libexpat/lib/xmlparse.c
591
const HASH_TABLE *table);
lib/libexpat/lib/xmlparse.c
7784
copyEntityTable(XML_Parser oldParser, HASH_TABLE *newTable,
lib/libexpat/lib/xmlparse.c
7785
STRING_POOL *newPool, const HASH_TABLE *oldTable) {
lib/libexpat/lib/xmlparse.c
7889
lookup(XML_Parser parser, HASH_TABLE *table, KEY name, size_t createSize) {
lib/libexpat/lib/xmlparse.c
7978
hashTableClear(HASH_TABLE *table) {
lib/libexpat/lib/xmlparse.c
7988
hashTableDestroy(HASH_TABLE *table) {
lib/libexpat/lib/xmlparse.c
7996
hashTableInit(HASH_TABLE *p, XML_Parser parser) {
lib/libexpat/lib/xmlparse.c
8005
hashTableIterInit(HASH_TABLE_ITER *iter, const HASH_TABLE *table) {