Lines Matching defs:buf

60 #define UPDATE_COMPAT(buf)				    \  argument
71 #define CHECK_COMPAT(buf) \ argument
80 #define UPDATE_COMPAT(buf) argument
81 #define CHECK_COMPAT(buf) argument
92 xmlBufMemoryError(xmlBufPtr buf, const char *extra) in xmlBufMemoryError()
107 xmlBufOverflowError(xmlBufPtr buf, const char *extra) in xmlBufOverflowError()
196 xmlBufDetach(xmlBufPtr buf) { in xmlBufDetach()
267 xmlBufGetAllocationScheme(xmlBufPtr buf) { in xmlBufGetAllocationScheme()
288 xmlBufSetAllocationScheme(xmlBufPtr buf, in xmlBufSetAllocationScheme()
329 xmlBufFree(xmlBufPtr buf) { in xmlBufFree()
355 xmlBufEmpty(xmlBufPtr buf) { in xmlBufEmpty()
388 xmlBufShrink(xmlBufPtr buf, size_t len) { in xmlBufShrink()
437 xmlBufGrowInternal(xmlBufPtr buf, size_t len) { in xmlBufGrowInternal()
509 xmlBufGrow(xmlBufPtr buf, int len) { in xmlBufGrow()
531 xmlBufInflate(xmlBufPtr buf, size_t len) { in xmlBufInflate()
548 xmlBufDump(FILE *file, xmlBufPtr buf) { in xmlBufDump()
582 xmlBufContent(const xmlBuf *buf) in xmlBufContent()
600 xmlBufEnd(xmlBufPtr buf) in xmlBufEnd()
621 xmlBufAddLen(xmlBufPtr buf, size_t len) { in xmlBufAddLen()
646 xmlBufErase(xmlBufPtr buf, size_t len) { in xmlBufErase()
668 xmlBufLength(const xmlBufPtr buf) in xmlBufLength()
687 xmlBufUse(const xmlBufPtr buf) in xmlBufUse()
708 xmlBufAvail(const xmlBufPtr buf) in xmlBufAvail()
726 xmlBufIsEmpty(const xmlBufPtr buf) in xmlBufIsEmpty()
745 xmlBufResize(xmlBufPtr buf, size_t size) in xmlBufResize()
868 xmlBufAdd(xmlBufPtr buf, const xmlChar *str, int len) { in xmlBufAdd()
928 xmlBufAddHead(xmlBufPtr buf, const xmlChar *str, int len) { in xmlBufAddHead()
1007 xmlBufCat(xmlBufPtr buf, const xmlChar *str) { in xmlBufCat()
1027 xmlBufCCat(xmlBufPtr buf, const char *str) { in xmlBufCCat()
1067 xmlBufWriteCHAR(xmlBufPtr buf, const xmlChar *string) { in xmlBufWriteCHAR()
1088 xmlBufWriteChar(xmlBufPtr buf, const char *string) { in xmlBufWriteChar()
1111 xmlBufWriteQuotedString(xmlBufPtr buf, const xmlChar *string) { in xmlBufWriteQuotedString()
1204 xmlBufBackToBuffer(xmlBufPtr buf) { in xmlBufBackToBuffer()
1257 xmlBufMergeBuffer(xmlBufPtr buf, xmlBufferPtr buffer) { in xmlBufMergeBuffer()
1283 xmlBufResetInput(xmlBufPtr buf, xmlParserInputPtr input) { in xmlBufResetInput()
1302 xmlBufGetInputBase(xmlBufPtr buf, xmlParserInputPtr input) { in xmlBufGetInputBase()
1333 xmlBufSetInputBaseCur(xmlBufPtr buf, xmlParserInputPtr input, in xmlBufSetInputBaseCur()