Home
last modified time | relevance | path

Searched refs:fctx (Results 1 – 1 of 1) sorted by relevance

/PHP-5.6/ext/gd/libgd/
H A Dgd_io_file.c79 fileIOCtx *fctx; in filePutbuf() local
80 fctx = (fileIOCtx *) ctx; in filePutbuf()
88 fileIOCtx *fctx; in fileGetbuf() local
89 fctx = (fileIOCtx *) ctx; in fileGetbuf()
97 fileIOCtx *fctx; in filePutchar() local
102 putc (b, fctx->f); in filePutchar()
107 fileIOCtx *fctx; in fileGetchar() local
110 return getc (fctx->f); in fileGetchar()
116 fileIOCtx *fctx; in fileSeek() local
124 fileIOCtx *fctx; in fileTell() local
[all …]

Completed in 38 milliseconds