Searched refs:mBuf (Results 1 – 3 of 3) sorted by relevance
606 char[] mBuf; field in ApiFile.Tokenizer612 mBuf = buf; in Tokenizer()625 while (mPos < mBuf.length && isspace(mBuf[mPos])) { in eatWhitespace()626 if (mBuf[mPos] == '\n') { in eatWhitespace()636 if (mPos+1 < mBuf.length) { in eatComment()637 if (mBuf[mPos] == '/' && mBuf[mPos+1] == '/') { in eatComment()639 while (mPos < mBuf.length && !isnewline(mBuf[mPos])) { in eatComment()672 if (mPos >= mBuf.length) { in getToken()676 final char c = mBuf[mPos]; in getToken()684 if (mPos >= mBuf.length) { in getToken()[all …]
262 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; variable314 mBuf = NULL; in EfiCompress()443 while ((mBuf = malloc(mBufSiz)) == NULL) { in AllocateMemory()449 mBuf[0] = 0; in AllocateMemory()496 if (mBuf) { in FreeMemory()497 free (mBuf); in FreeMemory()1165 Flags = mBuf[Pos++]; in SendBlock()1170 EncodeC(mBuf[Pos++] + (1U << UINT8_BIT)); in SendBlock()1171 k = mBuf[Pos++] << UINT8_BIT; in SendBlock()1172 k += mBuf[Pos++]; in SendBlock()[all …]
99 private byte[] mBuf; field in Connection568 if (mBuf == null) mBuf = new byte[8192]; in getBuf()569 return mBuf; in getBuf()