Lines Matching refs:writecallback
113 xmlOutputWriteCallback writecallback; member
556 xmlOutputCallbackTable[i].writecallback = NULL; in xmlCleanupOutputCallbacks()
2213 xmlOutputCallbackTable[xmlOutputCallbackNr].writecallback = writeFunc; in xmlRegisterOutputCallbacks()
2396 ret->writecallback = NULL; in xmlAllocOutputBuffer()
2448 ret->writecallback = NULL; in xmlAllocOutputBufferInternal()
2504 if (out->writecallback != NULL) in xmlOutputBufferClose()
2669 ret->writecallback = xmlGzfileWrite; in __xmlOutputBufferCreateFilename()
2706 ret->writecallback = xmlGzfileWrite; in __xmlOutputBufferCreateFilename()
2739 ret->writecallback = xmlOutputCallbackTable[i].writecallback; in __xmlOutputBufferCreateFilename()
2823 ret->writecallback = xmlFileWrite; in xmlOutputBufferCreateFile()
3012 ret->writecallback = xmlFdWrite; in xmlOutputBufferCreateFd()
3073 ret->writecallback = iowrite; in xmlOutputBufferCreateIO()
3388 if (out->writecallback) { in xmlOutputBufferWrite()
3393 ret = out->writecallback(out->context, in xmlOutputBufferWrite()
3398 ret = out->writecallback(out->context, in xmlOutputBufferWrite()
3578 if (out->writecallback) { in xmlOutputBufferWriteEscape()
3583 ret = out->writecallback(out->context, in xmlOutputBufferWriteEscape()
3588 ret = out->writecallback(out->context, in xmlOutputBufferWriteEscape()
3674 (out->writecallback != NULL)) { in xmlOutputBufferFlush()
3675 ret = out->writecallback(out->context, in xmlOutputBufferFlush()
3680 } else if (out->writecallback != NULL) { in xmlOutputBufferFlush()
3681 ret = out->writecallback(out->context, in xmlOutputBufferFlush()