size_t xmlBufAvail(const xmlBufPtr buf)
int xmlBufAddLen(xmlBufPtr buf, size_t len)
void xmlBufEmpty(xmlBufPtr buf)
xmlBufPtr xmlBufFromBuffer(xmlBufferPtr buffer)
int xmlBufGetAllocationScheme(xmlBufPtr buf)
size_t xmlBufLength(const xmlBufPtr buf)
int xmlBufIsEmpty(const xmlBufPtr buf)
void xmlBufFree(xmlBufPtr buf)
int xmlBufResetInput(xmlBufPtr buf, xmlParserInputPtr input)
xmlChar * xmlBufDetach(xmlBufPtr buf)
xmlBufPtr xmlBufCreateStatic(void *mem, size_t size)
xmlBufPtr xmlBufCreateSize(size_t size)
xmlBufPtr xmlBufCreate(void)
int xmlBufMergeBuffer(xmlBufPtr buf, xmlBufferPtr buffer)
int xmlBufSetAllocationScheme(xmlBufPtr buf, xmlBufferAllocationScheme scheme)
size_t xmlBufGetInputBase(xmlBufPtr buf, xmlParserInputPtr input)
int xmlBufResize(xmlBufPtr buf, size_t len)
int xmlBufWriteQuotedString(xmlBufPtr buf, const xmlChar *string)
xmlBufferPtr xmlBufBackToBuffer(xmlBufPtr buf)
size_t xmlBufDump(FILE *file, xmlBufPtr buf)
int xmlBufAdd(xmlBufPtr buf, const xmlChar *str, int len)
int xmlBufSetInputBaseCur(xmlBufPtr buf, xmlParserInputPtr input, size_t base, size_t cur)
int xmlBufGrow(xmlBufPtr buf, int len)
int xmlBufCat(xmlBufPtr buf, const xmlChar *str)
int xmlBufCCat(xmlBufPtr buf, const char *str)
GLenum GLuint GLenum GLsizei const GLchar * buf
GLenum GLenum GLenum input
xmlBufferAllocationScheme