Lines Matching refs:xmlOutputBufferPtr
145 xmlOutputBufferPtr
2063 xmlOutputBufferPtr dctxt = ctxt->doc_buff; in xmlIOHTTPCloseWrite()
2461 xmlOutputBufferPtr
2463 xmlOutputBufferPtr ret; in xmlAllocOutputBuffer()
2465 ret = (xmlOutputBufferPtr) xmlMalloc(sizeof(xmlOutputBuffer)); in xmlAllocOutputBuffer()
2511 xmlOutputBufferPtr
2513 xmlOutputBufferPtr ret; in xmlAllocOutputBufferInternal()
2515 ret = (xmlOutputBufferPtr) xmlMalloc(sizeof(xmlOutputBuffer)); in xmlAllocOutputBufferInternal()
2596 xmlOutputBufferClose(xmlOutputBufferPtr out) in xmlOutputBufferClose()
2721 xmlOutputBufferPtr
2725 xmlOutputBufferPtr ret; in __xmlOutputBufferCreateFilename()
2859 xmlOutputBufferPtr
2910 xmlOutputBufferPtr
2912 xmlOutputBufferPtr ret; in xmlOutputBufferCreateFile()
2938 xmlOutputBufferPtr
2941 xmlOutputBufferPtr ret; in xmlOutputBufferCreateBuffer()
2962 xmlOutputBufferGetContent(xmlOutputBufferPtr out) { in xmlOutputBufferGetContent()
2978 xmlOutputBufferGetSize(xmlOutputBufferPtr out) { in xmlOutputBufferGetSize()
3104 xmlOutputBufferPtr
3106 xmlOutputBufferPtr ret; in xmlOutputBufferCreateFd()
3163 xmlOutputBufferPtr
3167 xmlOutputBufferPtr ret; in xmlOutputBufferCreateIO()
3435 xmlOutputBufferWrite(xmlOutputBufferPtr out, int len, const char *buf) { in xmlOutputBufferWrite()
3598 xmlOutputBufferWriteEscape(xmlOutputBufferPtr out, const xmlChar *str, in xmlOutputBufferWriteEscape()
3728 xmlOutputBufferWriteString(xmlOutputBufferPtr out, const char *str) { in xmlOutputBufferWriteString()
3750 xmlOutputBufferFlush(xmlOutputBufferPtr out) { in xmlOutputBufferFlush()