• Home
  • Raw
  • Download

Lines Matching defs:buf

89 #define UPDATE_COMPAT(buf)				    \  argument
100 #define CHECK_COMPAT(buf) \ argument
109 #define UPDATE_COMPAT(buf) argument
110 #define CHECK_COMPAT(buf) argument
121 xmlBufMemoryError(xmlBufPtr buf, const char *extra) in xmlBufMemoryError()
136 xmlBufOverflowError(xmlBufPtr buf, const char *extra) in xmlBufOverflowError()
225 xmlBufDetach(xmlBufPtr buf) { in xmlBufDetach()
296 xmlBufGetAllocationScheme(xmlBufPtr buf) { in xmlBufGetAllocationScheme()
317 xmlBufSetAllocationScheme(xmlBufPtr buf, in xmlBufSetAllocationScheme()
358 xmlBufFree(xmlBufPtr buf) { in xmlBufFree()
384 xmlBufEmpty(xmlBufPtr buf) { in xmlBufEmpty()
417 xmlBufShrink(xmlBufPtr buf, size_t len) { in xmlBufShrink()
466 xmlBufGrowInternal(xmlBufPtr buf, size_t len) { in xmlBufGrowInternal()
538 xmlBufGrow(xmlBufPtr buf, int len) { in xmlBufGrow()
560 xmlBufInflate(xmlBufPtr buf, size_t len) { in xmlBufInflate()
577 xmlBufDump(FILE *file, xmlBufPtr buf) { in xmlBufDump()
611 xmlBufContent(const xmlBuf *buf) in xmlBufContent()
629 xmlBufEnd(xmlBufPtr buf) in xmlBufEnd()
650 xmlBufAddLen(xmlBufPtr buf, size_t len) { in xmlBufAddLen()
675 xmlBufErase(xmlBufPtr buf, size_t len) { in xmlBufErase()
697 xmlBufLength(const xmlBufPtr buf) in xmlBufLength()
716 xmlBufUse(const xmlBufPtr buf) in xmlBufUse()
737 xmlBufAvail(const xmlBufPtr buf) in xmlBufAvail()
755 xmlBufIsEmpty(const xmlBufPtr buf) in xmlBufIsEmpty()
774 xmlBufResize(xmlBufPtr buf, size_t size) in xmlBufResize()
897 xmlBufAdd(xmlBufPtr buf, const xmlChar *str, int len) { in xmlBufAdd()
957 xmlBufAddHead(xmlBufPtr buf, const xmlChar *str, int len) { in xmlBufAddHead()
1036 xmlBufCat(xmlBufPtr buf, const xmlChar *str) { in xmlBufCat()
1056 xmlBufCCat(xmlBufPtr buf, const char *str) { in xmlBufCCat()
1096 xmlBufWriteCHAR(xmlBufPtr buf, const xmlChar *string) { in xmlBufWriteCHAR()
1117 xmlBufWriteChar(xmlBufPtr buf, const char *string) { in xmlBufWriteChar()
1140 xmlBufWriteQuotedString(xmlBufPtr buf, const xmlChar *string) { in xmlBufWriteQuotedString()
1233 xmlBufBackToBuffer(xmlBufPtr buf) { in xmlBufBackToBuffer()
1286 xmlBufMergeBuffer(xmlBufPtr buf, xmlBufferPtr buffer) { in xmlBufMergeBuffer()
1312 xmlBufResetInput(xmlBufPtr buf, xmlParserInputPtr input) { in xmlBufResetInput()
1331 xmlBufGetInputBase(xmlBufPtr buf, xmlParserInputPtr input) { in xmlBufGetInputBase()
1362 xmlBufSetInputBaseCur(xmlBufPtr buf, xmlParserInputPtr input, in xmlBufSetInputBaseCur()