Home | History | Annotate | Download | only in utility

Lines Matching defs:mBuf

262 STATIC UINT8  *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen;
314 mBuf = NULL;
443 while ((mBuf = malloc(mBufSiz)) == NULL) {
449 mBuf[0] = 0;
496 if (mBuf) {
497 free (mBuf);
1165 Flags = mBuf[Pos++];
1170 EncodeC(mBuf[Pos++] + (1U << UINT8_BIT));
1171 k = mBuf[Pos++] << UINT8_BIT;
1172 k += mBuf[Pos++];
1175 EncodeC(mBuf[Pos++]);
1217 mBuf[CPos] = 0;
1219 mBuf[mOutputPos++] = (UINT8) c;
1222 mBuf[CPos] |= mOutputMask;
1223 mBuf[mOutputPos++] = (UINT8)(p >> UINT8_BIT);
1224 mBuf[mOutputPos++] = (UINT8) p;