Home
last modified time | relevance | path

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

/aoo42x/main/unoxml/source/dom/
H A Ddocumentbuilder.cxx207 context_t *pctx = static_cast<context_t*>(context); in xmlIO_read_func() local
208 if (!pctx->rInputStream.is()) in xmlIO_read_func()
213 int nread = pctx->rInputStream->readBytes(chunk, len); in xmlIO_read_func()
228 context_t *pctx = static_cast<context_t*>(context); in xmlIO_close_func() local
229 if (!pctx->rInputStream.is()) in xmlIO_close_func()
233 if (pctx->close) in xmlIO_close_func()
234 pctx->rInputStream->closeInput(); in xmlIO_close_func()
235 if (pctx->freeOnClose) in xmlIO_close_func()
236 delete pctx; in xmlIO_close_func()

Completed in 22 milliseconds