Home | History | Annotate | Download | only in src

Lines Matching refs:IsChunked

63  * \param[in]     IsChunked             This boolean tells the user that the record of a certain position within
90 uint8_t IsChunked[],
114 /* The number of caller-provided array positions for the array IsChunked
116 if NumberOfRawRecords > 0, the array IsChunked cannot be null */
117 if(IsChunked == NULL)
245 /* in the array IsChunked, to write */
249 IsChunked [Count] = PHFRINFCNDEFRECORD_CHUNKBIT_SET;
253 IsChunked [Count] = PHFRINFCNDEFRECORD_CHUNKBIT_SET_ZERO;
276 /* If NoOfRecordsReturnFlag = 0, that means the array IsChunked
278 of IsChunked if NoOfRecordsReturnFlag = 1. */
282 if (IsChunked [Count - 1] == PHFRINFCNDEFRECORD_CHUNKBIT_SET &&
294 if (IsChunked [Count - 1] == PHFRINFCNDEFRECORD_CHUNKBIT_SET_ZERO &&
305 if (IsChunked [Count - 1] == PHFRINFCNDEFRECORD_CHUNKBIT_SET &&
306 IsChunked [Count] == PHFRINFCNDEFRECORD_CHUNKBIT_SET_ZERO)