Home | History | Annotate | Download | only in libxml

Lines Matching refs:xmlBufferPtr

90 typedef xmlBuffer *xmlBufferPtr;
701 XMLPUBFUN xmlBufferPtr XMLCALL
703 XMLPUBFUN xmlBufferPtr XMLCALL
705 XMLPUBFUN xmlBufferPtr XMLCALL
709 xmlBufferResize (xmlBufferPtr buf,
712 xmlBufferFree (xmlBufferPtr buf);
715 xmlBufferPtr buf);
717 xmlBufferAdd (xmlBufferPtr buf,
721 xmlBufferAddHead (xmlBufferPtr buf,
725 xmlBufferCat (xmlBufferPtr buf,
728 xmlBufferCCat (xmlBufferPtr buf,
731 xmlBufferShrink (xmlBufferPtr buf,
734 xmlBufferGrow (xmlBufferPtr buf,
737 xmlBufferEmpty (xmlBufferPtr buf);
741 xmlBufferDetach (xmlBufferPtr buf);
743 xmlBufferSetAllocationScheme(xmlBufferPtr buf,
1079 xmlNodeBufGetContent (xmlBufferPtr buffer,
1125 xmlBufferWriteCHAR (xmlBufferPtr buf,
1128 xmlBufferWriteChar (xmlBufferPtr buf,
1131 xmlBufferWriteQuotedString(xmlBufferPtr buf,
1135 XMLPUBFUN void xmlAttrSerializeTxtContent(xmlBufferPtr buf,
1199 xmlNodeDump (xmlBufferPtr buf,