Home
last modified time | relevance | path

Searched defs:gdIOCtx (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/gd/libgd/
H A Dgd_io.h10 typedef struct gdIOCtx { struct
11 int (*getC)(struct gdIOCtx*); argument
12 int (*getBuf)(struct gdIOCtx*, void*, int); argument
14 void (*putC)(struct gdIOCtx*, int); argument
15 int (*putBuf)(struct gdIOCtx*, const void*, int); argument
17 int (*seek)(struct gdIOCtx*, const int); argument
18 long (*tell)(struct gdIOCtx*); argument
20 void (*gd_free)(struct gdIOCtx*); argument
23 } gdIOCtx; typedef

Completed in 6 milliseconds