Lines Matching refs:ctx
26 void Putword(int w, gdIOCtx *ctx);
27 void Putchar(int c, gdIOCtx *ctx);
29 void gdPutC(const unsigned char c, gdIOCtx *ctx);
31 void gdPutWord(int w, gdIOCtx *ctx);
32 void gdPutInt(int w, gdIOCtx *ctx);
34 int gdGetC(gdIOCtx *ctx);
36 int gdGetByte(int *result, gdIOCtx *ctx);
37 int gdGetWord(int *result, gdIOCtx *ctx);
38 int gdGetInt(int *result, gdIOCtx *ctx);
40 int gdSeek(gdIOCtx *ctx, const int);
41 long gdTell(gdIOCtx *ctx);