Home
last modified time | relevance | path

Searched refs:HASH_TABLE (Results 1 – 1 of 1) sorted by relevance

/src/contrib/expat/lib/
H A Dxmlparse.c239 } HASH_TABLE; typedef
395 HASH_TABLE generalEntities;
396 HASH_TABLE elementTypes;
397 HASH_TABLE attributeIds;
398 HASH_TABLE prefixes;
410 HASH_TABLE paramEntities;
573 static int copyEntityTable(XML_Parser oldParser, HASH_TABLE *newTable,
574 STRING_POOL *newPool, const HASH_TABLE *oldTable);
575 static NAMED *lookup(XML_Parser parser, HASH_TABLE *table, KEY name,
577 static void FASTCALL hashTableInit(HASH_TABLE *table, XML_Parser parser);
[all …]