HTML Tidy
0.1
|
#include <buffio.h>
Data Fields | |
TidyAllocator * | allocator |
byte * | bp |
uint | size |
uint | allocated |
uint | next |
TidyBuffer - A chunk of memory
Memory allocator
Referenced by freeFileSource(), initFileSource(), tidyBufAttach(), tidyBufCheckAlloc(), tidyBufDetach(), tidyBufFree(), and tidyBufInitWithAllocator().
byte* _TidyBuffer::bp |
Pointer to bytes
Referenced by tidyBufAppend(), tidyBufAttach(), tidyBufCheckAlloc(), tidyBufClear(), tidyBufFree(), tidyBufGetByte(), tidyBufPopByte(), tidyBufPutByte(), and tidyBufUngetByte().
uint _TidyBuffer::size |
# bytes currently in use
Referenced by tidyBufAppend(), tidyBufAttach(), tidyBufClear(), tidyBufEndOfInput(), tidyBufPopByte(), and tidyBufPutByte().
# bytes allocated
Referenced by tidyBufAttach(), tidyBufCheckAlloc(), and tidyBufClear().
uint _TidyBuffer::next |
Offset of current input position
Referenced by tidyBufAllocWithAllocator(), tidyBufAttach(), tidyBufClear(), tidyBufEndOfInput(), tidyBufGetByte(), and tidyBufUngetByte().