Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c132 const ZSTD_DDict** oldTable = hashSet->ddictPtrTable; in ZSTD_DDictHashSet_expand() local
142 if (oldTable[i] != NULL) { in ZSTD_DDictHashSet_expand()
143 FORWARD_IF_ERROR(ZSTD_DDictHashSet_emplaceDDict(hashSet, oldTable[i]), ""); in ZSTD_DDictHashSet_expand()
146 ZSTD_customFree((void*)oldTable, customMem); in ZSTD_DDictHashSet_expand()
/freebsd/contrib/expat/lib/
H A Dxmlparse.c550 STRING_POOL *newPool, const HASH_TABLE *oldTable);
7087 STRING_POOL *newPool, const HASH_TABLE *oldTable) { in copyEntityTable() argument
7092 hashTableIterInit(&iter, oldTable); in copyEntityTable()