Lines Matching refs:writecallback
135 xmlOutputWriteCallback writecallback; member
578 xmlOutputCallbackTable[i].writecallback = NULL; in xmlCleanupOutputCallbacks()
2304 xmlOutputCallbackTable[xmlOutputCallbackNr].writecallback = writeFunc; in xmlRegisterOutputCallbacks()
2495 ret->writecallback = NULL; in xmlAllocOutputBuffer()
2547 ret->writecallback = NULL; in xmlAllocOutputBufferInternal()
2603 if (out->writecallback != NULL) in xmlOutputBufferClose()
2768 ret->writecallback = xmlGzfileWrite; in __xmlOutputBufferCreateFilename()
2805 ret->writecallback = xmlGzfileWrite; in __xmlOutputBufferCreateFilename()
2838 ret->writecallback = xmlOutputCallbackTable[i].writecallback; in __xmlOutputBufferCreateFilename()
2922 ret->writecallback = xmlFileWrite; in xmlOutputBufferCreateFile()
3113 ret->writecallback = xmlFdWrite; in xmlOutputBufferCreateFd()
3174 ret->writecallback = iowrite; in xmlOutputBufferCreateIO()
3489 if (out->writecallback) { in xmlOutputBufferWrite()
3494 ret = out->writecallback(out->context, in xmlOutputBufferWrite()
3499 ret = out->writecallback(out->context, in xmlOutputBufferWrite()
3679 if (out->writecallback) { in xmlOutputBufferWriteEscape()
3684 ret = out->writecallback(out->context, in xmlOutputBufferWriteEscape()
3689 ret = out->writecallback(out->context, in xmlOutputBufferWriteEscape()
3775 (out->writecallback != NULL)) { in xmlOutputBufferFlush()
3776 ret = out->writecallback(out->context, in xmlOutputBufferFlush()
3781 } else if (out->writecallback != NULL) { in xmlOutputBufferFlush()
3782 ret = out->writecallback(out->context, in xmlOutputBufferFlush()