Lines Matching defs:buf
59 #define UPDATE_COMPAT(buf) \ argument
70 #define CHECK_COMPAT(buf) \ argument
79 #define UPDATE_COMPAT(buf) argument
80 #define CHECK_COMPAT(buf) argument
91 xmlBufMemoryError(xmlBufPtr buf, const char *extra) in xmlBufMemoryError()
106 xmlBufOverflowError(xmlBufPtr buf, const char *extra) in xmlBufOverflowError()
195 xmlBufDetach(xmlBufPtr buf) { in xmlBufDetach()
266 xmlBufGetAllocationScheme(xmlBufPtr buf) { in xmlBufGetAllocationScheme()
287 xmlBufSetAllocationScheme(xmlBufPtr buf, in xmlBufSetAllocationScheme()
327 xmlBufFree(xmlBufPtr buf) { in xmlBufFree()
353 xmlBufEmpty(xmlBufPtr buf) { in xmlBufEmpty()
386 xmlBufShrink(xmlBufPtr buf, size_t len) { in xmlBufShrink()
435 xmlBufGrowInternal(xmlBufPtr buf, size_t len) { in xmlBufGrowInternal()
495 xmlBufGrow(xmlBufPtr buf, int len) { in xmlBufGrow()
517 xmlBufInflate(xmlBufPtr buf, size_t len) { in xmlBufInflate()
534 xmlBufDump(FILE *file, xmlBufPtr buf) { in xmlBufDump()
568 xmlBufContent(const xmlBuf *buf) in xmlBufContent()
586 xmlBufEnd(xmlBufPtr buf) in xmlBufEnd()
607 xmlBufAddLen(xmlBufPtr buf, size_t len) { in xmlBufAddLen()
632 xmlBufErase(xmlBufPtr buf, size_t len) { in xmlBufErase()
654 xmlBufLength(const xmlBufPtr buf) in xmlBufLength()
673 xmlBufUse(const xmlBufPtr buf) in xmlBufUse()
694 xmlBufAvail(const xmlBufPtr buf) in xmlBufAvail()
712 xmlBufIsEmpty(const xmlBufPtr buf) in xmlBufIsEmpty()
731 xmlBufResize(xmlBufPtr buf, size_t size) in xmlBufResize()
845 xmlBufAdd(xmlBufPtr buf, const xmlChar *str, int len) { in xmlBufAdd()
896 xmlBufAddHead(xmlBufPtr buf, const xmlChar *str, int len) { in xmlBufAddHead()
966 xmlBufCat(xmlBufPtr buf, const xmlChar *str) { in xmlBufCat()
986 xmlBufCCat(xmlBufPtr buf, const char *str) { in xmlBufCCat()
1026 xmlBufWriteCHAR(xmlBufPtr buf, const xmlChar *string) { in xmlBufWriteCHAR()
1047 xmlBufWriteChar(xmlBufPtr buf, const char *string) { in xmlBufWriteChar()
1070 xmlBufWriteQuotedString(xmlBufPtr buf, const xmlChar *string) { in xmlBufWriteQuotedString()
1163 xmlBufBackToBuffer(xmlBufPtr buf) { in xmlBufBackToBuffer()
1216 xmlBufMergeBuffer(xmlBufPtr buf, xmlBufferPtr buffer) { in xmlBufMergeBuffer()
1242 xmlBufResetInput(xmlBufPtr buf, xmlParserInputPtr input) { in xmlBufResetInput()
1261 xmlBufGetInputBase(xmlBufPtr buf, xmlParserInputPtr input) { in xmlBufGetInputBase()
1292 xmlBufSetInputBaseCur(xmlBufPtr buf, xmlParserInputPtr input, in xmlBufSetInputBaseCur()