Home | History | Annotate | Download | only in lib

Lines Matching refs:prefsPtr

259  * prefsPtr is optional : you can provide NULL as argument, preferences will be set to cover worst case scenario.
260 * Result is always the same for a srcSize and prefsPtr, so it can be trusted to size reusable buffers.
268 { const LZ4F_preferences_t* const prefsPtr = (preferencesPtr==NULL) ? &prefsNull : preferencesPtr;
269 U32 const flush = prefsPtr->autoFlush | (srcSize==0);
270 LZ4F_blockSizeID_t const bid = prefsPtr->frameInfo.blockSizeID;
281 size_t const frameEnd = 4 + (prefsPtr->frameInfo.contentChecksumFlag*4);