Searched refs:bcep (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.bin/mkuzip/
H A Dmkuz_blockcache.c54 verify_match(int fd, const struct mkuz_blk *cbp, struct mkuz_blkcache_itm *bcep) argument
65 if (lseek(fd, bcep->hit.offset, SEEK_SET) < 0) {
100 struct mkuz_blkcache_itm *bcep; local
109 bcep = &blkcache.first[h];
111 for (bcep = &blkcache.first[h]; bcep != NULL; bcep = bcep->next) {
112 if (bcep->hit.len != bp->info.len)
114 if (memcmp(bp->info.digest, bcep
[all...]

Completed in 57 milliseconds