Home
last modified time | relevance | path

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

/freebsd/usr.bin/mkuzip/
H A Dmkuz_blockcache.c49 } blkcache; variable
106 if (blkcache.first[h].hit.len == 0) { in mkuz_blkcache_regblock()
107 bcep = &blkcache.first[h]; in mkuz_blkcache_regblock()
109 for (bcep = &blkcache.first[h]; bcep != NULL; bcep = bcep->next) { in mkuz_blkcache_regblock()
141 bcep->next = blkcache.first[h].next; in mkuz_blkcache_regblock()
142 blkcache.first[h].next = bcep; in mkuz_blkcache_regblock()