Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
277
void file_buffer_reset(FileBuffer *bs)
278
{
279
free(bs->data);
280
file_buffer_init(bs);
281
}
282
283
int file_buffer_resize(FileBuffer *bs, size_t new_size)
284
{
Callers
4
inode_free
Function · 0.85
fs_trim_cache
Function · 0.85
fs_wget_set_error
Function · 0.85
bf_free_block
Function · 0.85
Calls
1
file_buffer_init
Function · 0.85
Tested by
no test coverage detected