• Home
  • Raw
  • Download

Lines Matching refs:xmlOutputBufferPtr

123 xmlOutputBufferPtr
1972 xmlOutputBufferPtr dctxt = ctxt->doc_buff; in xmlIOHTTPCloseWrite()
2362 xmlOutputBufferPtr
2364 xmlOutputBufferPtr ret; in xmlAllocOutputBuffer()
2366 ret = (xmlOutputBufferPtr) xmlMalloc(sizeof(xmlOutputBuffer)); in xmlAllocOutputBuffer()
2412 xmlOutputBufferPtr
2414 xmlOutputBufferPtr ret; in xmlAllocOutputBufferInternal()
2416 ret = (xmlOutputBufferPtr) xmlMalloc(sizeof(xmlOutputBuffer)); in xmlAllocOutputBufferInternal()
2497 xmlOutputBufferClose(xmlOutputBufferPtr out) in xmlOutputBufferClose()
2622 xmlOutputBufferPtr
2626 xmlOutputBufferPtr ret; in __xmlOutputBufferCreateFilename()
2760 xmlOutputBufferPtr
2811 xmlOutputBufferPtr
2813 xmlOutputBufferPtr ret; in xmlOutputBufferCreateFile()
2839 xmlOutputBufferPtr
2842 xmlOutputBufferPtr ret; in xmlOutputBufferCreateBuffer()
2861 xmlOutputBufferGetContent(xmlOutputBufferPtr out) { in xmlOutputBufferGetContent()
2877 xmlOutputBufferGetSize(xmlOutputBufferPtr out) { in xmlOutputBufferGetSize()
3003 xmlOutputBufferPtr
3005 xmlOutputBufferPtr ret; in xmlOutputBufferCreateFd()
3062 xmlOutputBufferPtr
3066 xmlOutputBufferPtr ret; in xmlOutputBufferCreateIO()
3334 xmlOutputBufferWrite(xmlOutputBufferPtr out, int len, const char *buf) { in xmlOutputBufferWrite()
3497 xmlOutputBufferWriteEscape(xmlOutputBufferPtr out, const xmlChar *str, in xmlOutputBufferWriteEscape()
3627 xmlOutputBufferWriteString(xmlOutputBufferPtr out, const char *str) { in xmlOutputBufferWriteString()
3649 xmlOutputBufferFlush(xmlOutputBufferPtr out) { in xmlOutputBufferFlush()