MCPcopy Create free account
hub / github.com/ading2210/linuxpdf / file_buffer_reset

Function file_buffer_reset

tinyemu/fs_net.c:277–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277void file_buffer_reset(FileBuffer *bs)
278{
279 free(bs->data);
280 file_buffer_init(bs);
281}
282
283int file_buffer_resize(FileBuffer *bs, size_t new_size)
284{

Callers 4

inode_freeFunction · 0.85
fs_trim_cacheFunction · 0.85
fs_wget_set_errorFunction · 0.85
bf_free_blockFunction · 0.85

Calls 1

file_buffer_initFunction · 0.85

Tested by

no test coverage detected