Searched refs:bufferPos (Results 1 – 1 of 1) sorted by relevance
40 , bufferPos(0) in BufferState()51 if ((len+bufferPos) > bufferSize) { in append()52 size_t newSize = ((len+bufferPos)*3)/2; in append()53 if (newSize < (len+bufferPos)) return NO_MEMORY; // overflow in append()59 memcpy(buffer+bufferPos, txt, len); in append()60 bufferPos += len; in append()65 bufferPos = 0; in restart()78 size_t bufferPos; member216 vec.iov_len = b->bufferPos; in print()254 if (b->bufferPos > 0 && b->atFront) { in popBundle()[all …]