MCPcopy Index your code
hub / github.com/MapServer/MapServer / fileGetbuf

Function fileGetbuf

mapimageio.c:573–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571}
572
573static int fileGetbuf (gdIOCtx * ctx, void *buf, int size)
574{
575 fileIOCtx *fctx;
576 fctx = (fileIOCtx *) ctx;
577
578 return (msIO_fread (buf, 1, size, fctx->f));
579
580}
581
582static void filePutchar (gdIOCtx * ctx, int a)
583{

Callers

nothing calls this directly

Calls 1

msIO_freadFunction · 0.85

Tested by

no test coverage detected