fctx 79 ext/gd/libgd/gd_io_file.c fileIOCtx *fctx; fctx 80 ext/gd/libgd/gd_io_file.c fctx = (fileIOCtx *) ctx; fctx 82 ext/gd/libgd/gd_io_file.c return fwrite(buf, 1, size, fctx->f); fctx 88 ext/gd/libgd/gd_io_file.c fileIOCtx *fctx; fctx 89 ext/gd/libgd/gd_io_file.c fctx = (fileIOCtx *) ctx; fctx 91 ext/gd/libgd/gd_io_file.c return fread(buf, 1, size, fctx->f); fctx 97 ext/gd/libgd/gd_io_file.c fileIOCtx *fctx; fctx 98 ext/gd/libgd/gd_io_file.c fctx = (fileIOCtx *) ctx; fctx 102 ext/gd/libgd/gd_io_file.c putc (b, fctx->f); fctx 107 ext/gd/libgd/gd_io_file.c fileIOCtx *fctx; fctx 108 ext/gd/libgd/gd_io_file.c fctx = (fileIOCtx *) ctx; fctx 110 ext/gd/libgd/gd_io_file.c return getc (fctx->f); fctx 116 ext/gd/libgd/gd_io_file.c fileIOCtx *fctx; fctx 117 ext/gd/libgd/gd_io_file.c fctx = (fileIOCtx *) ctx; fctx 119 ext/gd/libgd/gd_io_file.c return (fseek (fctx->f, pos, SEEK_SET) == 0); fctx 124 ext/gd/libgd/gd_io_file.c fileIOCtx *fctx; fctx 125 ext/gd/libgd/gd_io_file.c fctx = (fileIOCtx *) ctx; fctx 127 ext/gd/libgd/gd_io_file.c return ftell (fctx->f);