Home
last modified time | relevance | path

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

/openbsd/lib/libexpat/lib/
H A Dxmlparse.c238 } HASH_TABLE; typedef
390 HASH_TABLE generalEntities;
391 HASH_TABLE elementTypes;
392 HASH_TABLE attributeIds;
393 HASH_TABLE prefixes;
405 HASH_TABLE paramEntities;
554 static void FASTCALL hashTableInit(HASH_TABLE *table,
556 static void FASTCALL hashTableClear(HASH_TABLE *table);
557 static void FASTCALL hashTableDestroy(HASH_TABLE *table);
7283 hashTableClear(HASH_TABLE *table) { in hashTableClear()
[all …]