Searched refs:lctx (Results 1 – 1 of 1) sorted by relevance
81 ssIOCtx *lctx; in sourceGetbuf() local84 lctx = (ssIOCtx *) ctx; in sourceGetbuf()86 res = ((lctx->src->source) (lctx->src->context, buf, size)); in sourceGetbuf()118 ssIOCtxPtr lctx; in sinkPutbuf() local121 lctx = (ssIOCtx *) ctx; in sinkPutbuf()123 res = (lctx->snk->sink) (lctx->snk->context, buf, size); in sinkPutbuf()
Completed in 5 milliseconds