gdIOCtx 2233 gd.c gdIOCtx *io_ctx; gdIOCtx 2253 gd.c gdIOCtx *io_ctx; gdIOCtx 2399 gd.c gdIOCtx* io_ctx; gdIOCtx 87 gd_ctx.c gdIOCtx *ctx = NULL; gdIOCtx 136 gd_ctx.c ctx = emalloc(sizeof(gdIOCtx)); gdIOCtx 149 gd_ctx.c ctx = emalloc(sizeof(gdIOCtx)); gdIOCtx 364 libgd/gd.h gdImagePtr gdImageCreateFromWBMPCtx(gdIOCtx *infile); gdIOCtx 367 libgd/gd.h gdImagePtr gdImageCreateFromJpegCtx(gdIOCtx *infile); gdIOCtx 368 libgd/gd.h gdImagePtr gdImageCreateFromJpegCtxEx(gdIOCtx *infile, int ignore_warning); gdIOCtx 403 libgd/gd.h void gdImageXbmCtx(gdImagePtr image, char* file_name, int fg, gdIOCtx * out); gdIOCtx 586 libgd/gd.h void gdImagePngCtx(gdImagePtr im, gdIOCtx *out); gdIOCtx 588 libgd/gd.h void gdImageGifCtx(gdImagePtr im, gdIOCtx *out); gdIOCtx 595 libgd/gd.h void gdImagePngCtxEx(gdImagePtr im, gdIOCtx * out, int level, int basefilter); gdIOCtx 598 libgd/gd.h void gdImageWBMPCtx(gdImagePtr image, int fg, gdIOCtx *out); gdIOCtx 610 libgd/gd.h void gdImageJpegCtx(gdImagePtr im, gdIOCtx *out, int quality); gdIOCtx 612 libgd/gd.h void gdImageWebpCtx (gdImagePtr im, gdIOCtx * outfile, int quantization); gdIOCtx 751 libgd/gd.h gdIOCtx* gdNewFileCtx(FILE*); gdIOCtx 752 libgd/gd.h gdIOCtx* gdNewDynamicCtx(int, void*); gdIOCtx 753 libgd/gd.h gdIOCtx *gdNewDynamicCtxEx(int size, void *data, int freeFlag); gdIOCtx 754 libgd/gd.h gdIOCtx* gdNewSSCtx(gdSourcePtr in, gdSinkPtr out); gdIOCtx 755 libgd/gd.h void* gdDPExtractData(struct gdIOCtx* ctx, int *size); gdIOCtx 145 libgd/gd_gd.c gdIOCtx *in; gdIOCtx 158 libgd/gd_gd.c gdIOCtx *in = gdNewDynamicCtxEx(size, data, 0); gdIOCtx 267 libgd/gd_gd.c gdIOCtx *out = gdNewFileCtx(outFile); gdIOCtx 275 libgd/gd_gd.c gdIOCtx *out = gdNewDynamicCtx(2048, NULL); gdIOCtx 229 libgd/gd_gd2.c gdIOCtx *in = gdNewFileCtx(inFile); gdIOCtx 242 libgd/gd_gd2.c gdIOCtx *in = gdNewDynamicCtxEx(size, data, 0); gdIOCtx 393 libgd/gd_gd2.c gdIOCtx *in = gdNewDynamicCtxEx(size, data, 0); gdIOCtx 403 libgd/gd_gd2.c gdIOCtx *in = gdNewFileCtx(inFile); gdIOCtx 812 libgd/gd_gd2.c gdIOCtx *out = gdNewFileCtx(outFile); gdIOCtx 822 libgd/gd_gd2.c gdIOCtx *out = gdNewDynamicCtx(2048, NULL); gdIOCtx 101 libgd/gd_gif_in.c gdIOCtx *in = gdNewSSCtx(inSource, NULL); gdIOCtx 114 libgd/gd_gif_in.c gdIOCtx *fd = gdNewFileCtx(fdFile); gdIOCtx 72 libgd/gd_gif_out.c gdIOCtx * g_outfile; gdIOCtx 103 libgd/gd_gif_out.c gdIOCtx *out = gdNewDynamicCtx (2048, NULL); gdIOCtx 112 libgd/gd_gif_out.c gdIOCtx *out = gdNewFileCtx (outFile); gdIOCtx 11 libgd/gd_io.h int (*getC)(struct gdIOCtx*); gdIOCtx 12 libgd/gd_io.h int (*getBuf)(struct gdIOCtx*, void*, int); gdIOCtx 14 libgd/gd_io.h void (*putC)(struct gdIOCtx*, int); gdIOCtx 15 libgd/gd_io.h int (*putBuf)(struct gdIOCtx*, const void*, int); gdIOCtx 17 libgd/gd_io.h int (*seek)(struct gdIOCtx*, const int); gdIOCtx 18 libgd/gd_io.h long (*tell)(struct gdIOCtx*); gdIOCtx 20 libgd/gd_io.h void (*gd_free)(struct gdIOCtx*); gdIOCtx 25 libgd/gd_io.h typedef struct gdIOCtx *gdIOCtxPtr; gdIOCtx 41 libgd/gd_io_dp.c gdIOCtx ctx; gdIOCtx 65 libgd/gd_io_dp.c gdIOCtx * gdNewDynamicCtx (int initialSize, void *data) gdIOCtx 70 libgd/gd_io_dp.c gdIOCtx * gdNewDynamicCtxEx (int initialSize, void *data, int freeOKFlag) gdIOCtx 92 libgd/gd_io_dp.c return (gdIOCtx *) ctx; gdIOCtx 33 libgd/gd_io_file.c gdIOCtx ctx; gdIOCtx 37 libgd/gd_io_file.c gdIOCtx *newFileCtx (FILE * f); gdIOCtx 49 libgd/gd_io_file.c gdIOCtx * gdNewFileCtx (FILE * f) gdIOCtx 68 libgd/gd_io_file.c return (gdIOCtx *) ctx; gdIOCtx 34 libgd/gd_io_ss.c gdIOCtx ctx; gdIOCtx 41 libgd/gd_io_ss.c gdIOCtx *gdNewSSCtx (gdSourcePtr src, gdSinkPtr snk); gdIOCtx 50 libgd/gd_io_ss.c gdIOCtx * gdNewSSCtx (gdSourcePtr src, gdSinkPtr snk) gdIOCtx 70 libgd/gd_io_ss.c return (gdIOCtx *) ctx; gdIOCtx 142 libgd/gd_jpeg.c gdIOCtx *out = gdNewFileCtx (outFile); gdIOCtx 150 libgd/gd_jpeg.c gdIOCtx *out = gdNewDynamicCtx (2048, NULL); gdIOCtx 280 libgd/gd_jpeg.c gdIOCtx *in = gdNewFileCtx(inFile); gdIOCtx 295 libgd/gd_jpeg.c gdIOCtx *in = gdNewDynamicCtxEx(size, data, 0); gdIOCtx 531 libgd/gd_jpeg.c gdIOCtx *infile; /* source stream */ gdIOCtx 735 libgd/gd_jpeg.c gdIOCtx *outfile; /* target stream */ gdIOCtx 78 libgd/gd_png.c check = gdGetBuf(data, length, (gdIOCtx *) png_get_io_ptr(png_ptr)); gdIOCtx 86 libgd/gd_png.c gdPutBuf (data, length, (gdIOCtx *) png_get_io_ptr(png_ptr)); gdIOCtx 96 libgd/gd_png.c gdIOCtx *in = gdNewFileCtx(inFile); gdIOCtx 106 libgd/gd_png.c gdIOCtx *in = gdNewDynamicCtxEx(size, data, 0); gdIOCtx 422 libgd/gd_png.c gdIOCtx *out = gdNewFileCtx(outFile); gdIOCtx 429 libgd/gd_png.c gdIOCtx *out = gdNewFileCtx(outFile); gdIOCtx 437 libgd/gd_png.c gdIOCtx *out = gdNewDynamicCtx(2048, NULL); gdIOCtx 448 libgd/gd_png.c gdIOCtx *out = gdNewDynamicCtx(2048, NULL); gdIOCtx 22 libgd/gd_ss.c gdIOCtx *out = gdNewSSCtx(NULL, outSink); gdIOCtx 29 libgd/gd_ss.c gdIOCtx *in = gdNewSSCtx(inSource, NULL); gdIOCtx 70 libgd/gd_wbmp.c gdPutC(i, (gdIOCtx *) out); gdIOCtx 81 libgd/gd_wbmp.c return (gdGetC((gdIOCtx *) in)); gdIOCtx 172 libgd/gd_wbmp.c gdIOCtx *in = gdNewFileCtx(inFile); gdIOCtx 182 libgd/gd_wbmp.c gdIOCtx *in = gdNewDynamicCtxEx(size, data, 0); gdIOCtx 193 libgd/gd_wbmp.c gdIOCtx *out = gdNewFileCtx(outFile); gdIOCtx 204 libgd/gd_wbmp.c gdIOCtx *out = gdNewDynamicCtx(2048, NULL); gdIOCtx 30 libgd/gd_webp.c gdIOCtx *in = gdNewFileCtx(inFile); gdIOCtx 99 libgd/gd_webp.c gdIOCtx *out = gdNewFileCtx(outFile); gdIOCtx 106 libgd/gd_webp.c gdIOCtx *out = gdNewFileCtx(outFile); gdIOCtx 114 libgd/gd_webp.c gdIOCtx *out = gdNewDynamicCtx(2048, NULL); gdIOCtx 125 libgd/gd_webp.c gdIOCtx *out = gdNewDynamicCtx(2048, NULL);