MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / r_packextrec

Function r_packextrec

dep/hfsutils/libhfs/record.c:446–451  ·  view source on GitHub ↗

* NAME: record->packextrec() * DESCRIPTION: create a packed extents record */

Source from the content-addressed store, hash-verified

444 * DESCRIPTION: create a packed extents record
445 */
446void r_packextrec(const ExtKeyRec *key, const ExtDataRec *data,
447 byte *precord, unsigned int *len)
448{
449 r_packextkey(key, precord, len);
450 r_packextdata(data, HFS_RECDATA(precord), len);
451}
452
453/*
454 * NAME: record->packdirent()

Callers 2

f_addextentFunction · 0.85
hfs_formatFunction · 0.85

Calls 2

r_packextkeyFunction · 0.85
r_packextdataFunction · 0.85

Tested by

no test coverage detected