Searched refs:getC (Results 1 – 6 of 6) sorted by relevance
79 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 …]
11 int (*getC)(struct gdIOCtx*); member
57 ctx->ctx.getC = fileGetchar; in gdNewFileCtx()
59 ctx->ctx.getC = sourceGetchar; in gdNewSSCtx()
81 ctx->ctx.getC = dynamicGetchar; in gdNewDynamicCtxEx()
1415 i = (ctx->getC)(ctx); in _php_ctx_getmbi()
Completed in 20 milliseconds