Home | History | Annotate | Download | only in libxml

Lines Matching defs:xmlBufferPtr

86 typedef xmlBuffer *xmlBufferPtr;
658 XMLPUBFUN xmlBufferPtr XMLCALL
660 XMLPUBFUN xmlBufferPtr XMLCALL
662 XMLPUBFUN xmlBufferPtr XMLCALL
666 xmlBufferResize (xmlBufferPtr buf,
669 xmlBufferFree (xmlBufferPtr buf);
672 xmlBufferPtr buf);
674 xmlBufferAdd (xmlBufferPtr buf,
678 xmlBufferAddHead (xmlBufferPtr buf,
682 xmlBufferCat (xmlBufferPtr buf,
685 xmlBufferCCat (xmlBufferPtr buf,
688 xmlBufferShrink (xmlBufferPtr buf,
691 xmlBufferGrow (xmlBufferPtr buf,
694 xmlBufferEmpty (xmlBufferPtr buf);
696 xmlBufferContent (const xmlBufferPtr buf);
698 xmlBufferSetAllocationScheme(xmlBufferPtr buf,
701 xmlBufferLength (const xmlBufferPtr buf);
1030 xmlNodeBufGetContent (xmlBufferPtr buffer,
1072 xmlBufferWriteCHAR (xmlBufferPtr buf,
1075 xmlBufferWriteChar (xmlBufferPtr buf,
1078 xmlBufferWriteQuotedString(xmlBufferPtr buf,
1082 XMLPUBFUN void xmlAttrSerializeTxtContent(xmlBufferPtr buf,
1140 xmlNodeDump (xmlBufferPtr buf,