Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/libgd/
H A Dgd_io.c73 return ((ctx->getC) (ctx)); in gdGetC()
79 r = (ctx->getC) (ctx); in gdGetByte()
88 r = (ctx->getC) (ctx); in gdGetWord()
91 r = (ctx->getC) (ctx); in gdGetWord()
101 r = (ctx->getC) (ctx); in gdGetInt()
105 r = (ctx->getC) (ctx); in gdGetInt()
109 r = (ctx->getC) (ctx); in gdGetInt()
115 r = (ctx->getC) (ctx); in gdGetInt()
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-5.6/ext/gd/
H A Dgd.c2246 i = (ctx->getC)(ctx); in _php_ctx_getmbi()

Completed in 20 milliseconds