Lines Matching defs:ctx
34 void Putword (int w, gdIOCtx * ctx) in Putword()
43 void Putchar (int c, gdIOCtx * ctx) in Putchar()
48 void gdPutC (const unsigned char c, gdIOCtx * ctx) in gdPutC()
53 void gdPutWord (int w, gdIOCtx * ctx) in gdPutWord()
61 void gdPutInt (int w, gdIOCtx * ctx) in gdPutInt()
71 int gdGetC (gdIOCtx * ctx) in gdGetC()
76 int gdGetByte (int *result, gdIOCtx * ctx) in gdGetByte()
85 int gdGetWord (int *result, gdIOCtx * ctx) in gdGetWord()
98 int gdGetWordLSB(signed short int *result, gdIOCtx *ctx) in gdGetWordLSB()
118 int gdGetInt (int *result, gdIOCtx * ctx) in gdGetInt()
142 int gdGetIntLSB(signed int *result, gdIOCtx *ctx) in gdGetIntLSB()
181 int gdPutBuf (const void *buf, int size, gdIOCtx * ctx) in gdPutBuf()
188 int gdGetBuf (void *buf, int size, gdIOCtx * ctx) in gdGetBuf()
193 int gdSeek (gdIOCtx * ctx, const int pos) in gdSeek()
200 long gdTell (gdIOCtx * ctx) in gdTell()