Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/expat/lib/
H A Dxmlparse.c238 } HASH_TABLE; typedef
394 HASH_TABLE generalEntities;
395 HASH_TABLE elementTypes;
396 HASH_TABLE attributeIds;
397 HASH_TABLE prefixes;
409 HASH_TABLE paramEntities;
569 static void FASTCALL hashTableInit(HASH_TABLE *table,
571 static void FASTCALL hashTableClear(HASH_TABLE *table);
572 static void FASTCALL hashTableDestroy(HASH_TABLE *table);
7551 hashTableClear(HASH_TABLE *table) { in hashTableClear()
[all …]