Home
last modified time | relevance | path

Searched refs:lctx (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/gd/libgd/
H A Dgd_io_ss.c81 ssIOCtx *lctx; in sourceGetbuf() local
84 lctx = (ssIOCtx *) ctx; in sourceGetbuf()
86 res = ((lctx->src->source) (lctx->src->context, buf, size)); in sourceGetbuf()
118 ssIOCtxPtr lctx; in sinkPutbuf() local
121 lctx = (ssIOCtx *) ctx; in sinkPutbuf()
123 res = (lctx->snk->sink) (lctx->snk->context, buf, size); in sinkPutbuf()

Completed in 5 milliseconds