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

Function file_buffer_write

tinyemu/fs_net.c:294–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294void file_buffer_write(FileBuffer *bs, size_t offset, const uint8_t *buf,
295 size_t size)
296{
297 memcpy(bs->data + offset, buf, size);
298}
299
300void file_buffer_set(FileBuffer *bs, size_t offset, int val, size_t size)
301{

Callers 5

fs_open_write_cbFunction · 0.85
fs_read_archiveFunction · 0.85
fs_writeFunction · 0.85
bf_rw_async1Function · 0.85
bf_update_blockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected