Lines Matching refs:fileIOCtx
31 typedef struct fileIOCtx struct
35 } fileIOCtx; argument
51 fileIOCtx *ctx; in gdNewFileCtx()
53 ctx = (fileIOCtx *) gdMalloc(sizeof (fileIOCtx)); in gdNewFileCtx()
79 fileIOCtx *fctx; in filePutbuf()
80 fctx = (fileIOCtx *) ctx; in filePutbuf()
88 fileIOCtx *fctx; in fileGetbuf()
89 fctx = (fileIOCtx *) ctx; in fileGetbuf()
97 fileIOCtx *fctx; in filePutchar()
98 fctx = (fileIOCtx *) ctx; in filePutchar()
107 fileIOCtx *fctx; in fileGetchar()
108 fctx = (fileIOCtx *) ctx; in fileGetchar()
116 fileIOCtx *fctx; in fileSeek()
117 fctx = (fileIOCtx *) ctx; in fileSeek()
124 fileIOCtx *fctx; in fileTell()
125 fctx = (fileIOCtx *) ctx; in fileTell()