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 gdGetInt (int *result, gdIOCtx * ctx) in gdGetInt()
122 int gdPutBuf (const void *buf, int size, gdIOCtx * ctx) in gdPutBuf()
129 int gdGetBuf (void *buf, int size, gdIOCtx * ctx) in gdGetBuf()
134 int gdSeek (gdIOCtx * ctx, const int pos) in gdSeek()
141 long gdTell (gdIOCtx * ctx) in gdTell()