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

Function file_buffer_init

tinyemu/fs_net.c:271–275  ·  view source on GitHub ↗

file buffer (the content of the buffer can be stored elsewhere) */

Source from the content-addressed store, hash-verified

269#if !defined(EMSCRIPTEN)
270/* file buffer (the content of the buffer can be stored elsewhere) */
271void file_buffer_init(FileBuffer *bs)
272{
273 bs->data = NULL;
274 bs->allocated_size = 0;
275}
276
277void file_buffer_reset(FileBuffer *bs)
278{

Callers 4

file_buffer_resetFunction · 0.85
inode_newFunction · 0.85
bf_add_blockFunction · 0.85
bf_rw_async1Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected