Searched refs:pctx (Results 1 – 1 of 1) sorted by relevance
199 context_t *pctx = static_cast<context_t*>(context); in xmlIO_read_func() local200 if (!pctx->rInputStream.is()) in xmlIO_read_func()205 int nread = pctx->rInputStream->readBytes(chunk, len); in xmlIO_read_func()220 context_t *pctx = static_cast<context_t*>(context); in xmlIO_close_func() local221 if (!pctx->rInputStream.is()) in xmlIO_close_func()225 if (pctx->close) in xmlIO_close_func()226 pctx->rInputStream->closeInput(); in xmlIO_close_func()227 if (pctx->freeOnClose) in xmlIO_close_func()228 delete pctx; in xmlIO_close_func()