Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/libgd/
H A Dgd_io.c79 r = (ctx->getC) (ctx); in gdGetByte()
88 r = (ctx->getC) (ctx); in gdGetWord()
91 r = (ctx->getC) (ctx); in gdGetWord()
121 r = (ctx->getC) (ctx); in gdGetInt()
125 r = (ctx->getC) (ctx); in gdGetInt()
129 r = (ctx->getC) (ctx); in gdGetInt()
135 r = (ctx->getC) (ctx); in gdGetInt()
147 c = (ctx->getC) (ctx); in gdGetIntLSB()
154 c = (ctx->getC) (ctx); in gdGetIntLSB()
161 c = (ctx->getC) (ctx); in gdGetIntLSB()
[all …]
H A Dgd_io.h11 int (*getC)(struct gdIOCtx*); member
H A Dgd_io_file.c57 ctx->ctx.getC = fileGetchar; in gdNewFileCtx()
H A Dgd_io_ss.c59 ctx->ctx.getC = sourceGetchar; in gdNewSSCtx()
H A Dgd_io_dp.c81 ctx->ctx.getC = dynamicGetchar; in gdNewDynamicCtxEx()
/PHP-8.1/ext/gd/
H A Dgd.c1470 i = (ctx->getC)(ctx); in _php_ctx_getmbi()

Completed in 49 milliseconds