• Home
  • Raw
  • Download

Lines Matching defs:buf

64 #define UPDATE_COMPAT(buf)				    \  argument
75 #define CHECK_COMPAT(buf) \ argument
84 #define UPDATE_COMPAT(buf) argument
85 #define CHECK_COMPAT(buf) argument
96 xmlBufMemoryError(xmlBufPtr buf, const char *extra) in xmlBufMemoryError()
111 xmlBufOverflowError(xmlBufPtr buf, const char *extra) in xmlBufOverflowError()
202 xmlBufDetach(xmlBufPtr buf) { in xmlBufDetach()
273 xmlBufGetAllocationScheme(xmlBufPtr buf) { in xmlBufGetAllocationScheme()
294 xmlBufSetAllocationScheme(xmlBufPtr buf, in xmlBufSetAllocationScheme()
335 xmlBufFree(xmlBufPtr buf) { in xmlBufFree()
361 xmlBufEmpty(xmlBufPtr buf) { in xmlBufEmpty()
394 xmlBufShrink(xmlBufPtr buf, size_t len) { in xmlBufShrink()
443 xmlBufGrowInternal(xmlBufPtr buf, size_t len) { in xmlBufGrowInternal()
510 xmlBufGrow(xmlBufPtr buf, int len) { in xmlBufGrow()
532 xmlBufInflate(xmlBufPtr buf, size_t len) { in xmlBufInflate()
549 xmlBufDump(FILE *file, xmlBufPtr buf) { in xmlBufDump()
583 xmlBufContent(const xmlBuf *buf) in xmlBufContent()
601 xmlBufEnd(xmlBufPtr buf) in xmlBufEnd()
622 xmlBufAddLen(xmlBufPtr buf, size_t len) { in xmlBufAddLen()
647 xmlBufErase(xmlBufPtr buf, size_t len) { in xmlBufErase()
669 xmlBufLength(const xmlBufPtr buf) in xmlBufLength()
688 xmlBufUse(const xmlBufPtr buf) in xmlBufUse()
709 xmlBufAvail(const xmlBufPtr buf) in xmlBufAvail()
727 xmlBufIsEmpty(const xmlBufPtr buf) in xmlBufIsEmpty()
746 xmlBufResize(xmlBufPtr buf, size_t size) in xmlBufResize()
873 xmlBufAdd(xmlBufPtr buf, const xmlChar *str, int len) { in xmlBufAdd()
935 xmlBufAddHead(xmlBufPtr buf, const xmlChar *str, int len) { in xmlBufAddHead()
1014 xmlBufCat(xmlBufPtr buf, const xmlChar *str) { in xmlBufCat()
1034 xmlBufCCat(xmlBufPtr buf, const char *str) { in xmlBufCCat()
1050 xmlBufWriteCHAR(xmlBufPtr buf, const xmlChar *string) { in xmlBufWriteCHAR()
1071 xmlBufWriteChar(xmlBufPtr buf, const char *string) { in xmlBufWriteChar()
1094 xmlBufWriteQuotedString(xmlBufPtr buf, const xmlChar *string) { in xmlBufWriteQuotedString()
1187 xmlBufBackToBuffer(xmlBufPtr buf) { in xmlBufBackToBuffer()
1242 xmlBufMergeBuffer(xmlBufPtr buf, xmlBufferPtr buffer) { in xmlBufMergeBuffer()
1268 xmlBufResetInput(xmlBufPtr buf, xmlParserInputPtr input) { in xmlBufResetInput()
1287 xmlBufGetInputBase(xmlBufPtr buf, xmlParserInputPtr input) { in xmlBufGetInputBase()
1318 xmlBufSetInputBaseCur(xmlBufPtr buf, xmlParserInputPtr input, in xmlBufSetInputBaseCur()