Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlBufferPtr

5204 xmlNodeBufGetContent(xmlBufferPtr buffer, xmlNodePtr cur)
5351 xmlBufferPtr buffer;
5372 xmlBufferPtr buffer;
5403 xmlBufferPtr buffer;
6837 xmlBufferPtr
6839 xmlBufferPtr ret;
6841 ret = (xmlBufferPtr) xmlMalloc(sizeof(xmlBuffer));
6867 xmlBufferPtr
6869 xmlBufferPtr ret;
6871 ret = (xmlBufferPtr) xmlMalloc(sizeof(xmlBuffer));
6904 xmlBufferPtr
6906 xmlBufferPtr ret;
6911 ret = (xmlBufferPtr) xmlMalloc(sizeof(xmlBuffer));
6931 xmlBufferSetAllocationScheme(xmlBufferPtr buf,
6956 xmlBufferFree(xmlBufferPtr buf) {
6982 xmlBufferEmpty(xmlBufferPtr buf) {
7010 xmlBufferShrink(xmlBufferPtr buf, unsigned int len) {
7055 xmlBufferGrow(xmlBufferPtr buf, unsigned int len) {
7108 xmlBufferDump(FILE *file, xmlBufferPtr buf) {
7141 xmlBufferContent(const xmlBufferPtr buf)
7159 xmlBufferLength(const xmlBufferPtr buf)
7177 xmlBufferResize(xmlBufferPtr buf, unsigned int size)
7274 xmlBufferAdd(xmlBufferPtr buf, const xmlChar *str, int len) {
7323 xmlBufferAddHead(xmlBufferPtr buf, const xmlChar *str, int len) {
7390 xmlBufferCat(xmlBufferPtr buf, const xmlChar *str) {
7409 xmlBufferCCat(xmlBufferPtr buf, const char *str) {
7444 xmlBufferWriteCHAR(xmlBufferPtr buf, const xmlChar *string) {
7460 xmlBufferWriteChar(xmlBufferPtr buf, const char *string) {
7478 xmlBufferWriteQuotedString(xmlBufferPtr buf, const xmlChar *string) {