fileio_local_read() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

fileio_local_read() function

Syntax

static int fileio_local_read(struct fileio *fileio,     size_t size,     void *buffer,     size_t *size_read);

Arguments

fileio

size

buffer

size_read

References

LocationReferrerText
fileio.c:165
static int fileio_local_read(struct fileio *fileio, size_t size, void *buffer,
fileio.c:179fileio_read()
return fileio_local_read(fileio, size, buffer, size_read);
fileio.c:188fileio_read_u32()
retval = fileio_local_read(fileio, sizeof(uint32_t), buf, &size_read);

Call Tree

Functions calling fileio_local_read()
Functions called by fileio_local_read()
all items filtered out
fileio_local_read()
fread()
all items filtered out
Data read by fileio_local_read()
Data written by fileio_local_read()
fileio_local_read()
fileio_local_read()::retval
all items filtered out
Type of fileio_local_read()
fileio_local_read()
ssize_t
all items filtered out