Home | History | Annotate | Download | only in src

Lines Matching refs:NumberOfRawRecords

65  *                                      of caller-provided array positions has to be the same as "NumberOfRawRecords".
67 * \param[in,out] NumberOfRawRecords Length of the Record pointer array. The caller has to provide
80 * - The "NumberOfRawRecords" parameter is 0 (zero): The array is not filled, just the number is returned.
83 * 0 (zero) for "NumberOfRawRecords" and the function yields the correct array size to allocate
91 uint32_t *NumberOfRawRecords)
105 if (Buffer == NULL || BufferLength == 0 || NumberOfRawRecords == NULL)
112 if((*NumberOfRawRecords) > 0)
115 has to be the same as NumberOfRawRecords. Hence,
116 if NumberOfRawRecords > 0, the array IsChunked cannot be null */
126 if ( RawRecords == NULL || *NumberOfRawRecords == 0)
143 *NumberOfRawRecords = 0;
155 *NumberOfRawRecords = 0;
166 *NumberOfRawRecords = 0;
179 *NumberOfRawRecords = 0;
210 if(Count >= *NumberOfRawRecords)
374 /* Whatever is the error, update the NumberOfRawRecords with the number
376 *NumberOfRawRecords = Count;