Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/libgd/
H A Dgd_io_file.c31 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()
97 fileIOCtx *fctx; in filePutchar()
107 fileIOCtx *fctx; in fileGetchar()
116 fileIOCtx *fctx; in fileSeek()
[all …]

Completed in 29 milliseconds