Searched refs:fctx (Results 1 – 1 of 1) sorted by relevance
79 fileIOCtx *fctx; in filePutbuf() local80 fctx = (fileIOCtx *) ctx; in filePutbuf()88 fileIOCtx *fctx; in fileGetbuf() local89 fctx = (fileIOCtx *) ctx; in fileGetbuf()97 fileIOCtx *fctx; in filePutchar() local102 putc (b, fctx->f); in filePutchar()107 fileIOCtx *fctx; in fileGetchar() local110 return getc (fctx->f); in fileGetchar()116 fileIOCtx *fctx; in fileSeek() local124 fileIOCtx *fctx; in fileTell() local[all …]
Completed in 5 milliseconds