Lines Matching refs:dpIOCtx
39 typedef struct dpIOCtx struct
43 } dpIOCtx; typedef
45 typedef struct dpIOCtx *dpIOCtxPtr;
72 dpIOCtx *ctx; in gdNewDynamicCtxEx()
75 ctx = (dpIOCtx *) gdMalloc (sizeof (dpIOCtx)); in gdNewDynamicCtxEx()
98 dpIOCtx *dctx; in gdDPExtractData()
101 dctx = (dpIOCtx *) ctx; in gdDPExtractData()
127 dpIOCtx *dctx; in gdFreeDynamicCtx()
129 dctx = (dpIOCtx *) ctx; in gdFreeDynamicCtx()
142 dpIOCtx *dctx; in dynamicTell()
144 dctx = (dpIOCtx *) ctx; in dynamicTell()
153 dpIOCtx *dctx; in dynamicSeek()
155 dctx = (dpIOCtx *) ctx; in dynamicSeek()
200 dpIOCtx *dctx; in dynamicPutbuf()
201 dctx = (dpIOCtx *) ctx; in dynamicPutbuf()