Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlOutputBufferPtr

142 xmlOutputBufferPtr
2038 xmlOutputBufferPtr dctxt = ctxt->doc_buff;
2436 xmlOutputBufferPtr
2438 xmlOutputBufferPtr ret;
2440 ret = (xmlOutputBufferPtr) xmlMalloc(sizeof(xmlOutputBuffer));
2486 xmlOutputBufferPtr
2488 xmlOutputBufferPtr ret;
2490 ret = (xmlOutputBufferPtr) xmlMalloc(sizeof(xmlOutputBuffer));
2574 xmlOutputBufferClose(xmlOutputBufferPtr out)
2693 xmlOutputBufferPtr
2697 xmlOutputBufferPtr ret;
2831 xmlOutputBufferPtr
2882 xmlOutputBufferPtr
2884 xmlOutputBufferPtr ret;
2910 xmlOutputBufferPtr
2913 xmlOutputBufferPtr ret;
3043 xmlOutputBufferPtr
3045 xmlOutputBufferPtr ret;
3102 xmlOutputBufferPtr
3106 xmlOutputBufferPtr ret;
3371 xmlOutputBufferWrite(xmlOutputBufferPtr out, int len, const char *buf) {
3534 xmlOutputBufferWriteEscape(xmlOutputBufferPtr out, const xmlChar *str,
3666 xmlOutputBufferWriteString(xmlOutputBufferPtr out, const char *str) {
3688 xmlOutputBufferFlush(xmlOutputBufferPtr out) {