Searched refs:getBuf (Results 1 – 6 of 6) sorted by relevance
12 int (*getBuf)(struct gdIOCtx*, void*, int); member
60 ctx->ctx.getBuf = fileGetbuf; in gdNewFileCtx()
60 ctx->ctx.getBuf = sourceGetbuf; in gdNewSSCtx()
190 return (ctx->getBuf) (ctx, buf, size); in gdGetBuf()
84 ctx->ctx.getBuf = dynamicGetbuf; in gdNewDynamicCtxEx()
201 int charsRead = ctx->getBuf(ctx, (void *) reader->rodata.data, (int) size); in readFromCtx()
Completed in 19 milliseconds