Home | History | Annotate | Download | only in src

Lines Matching refs:RawRecords

57  * \param[in,out] RawRecords            Array of pointers, receiving the references to the found Ndef Records
78 * - The "RawRecords" array is too short to hold all values: It is filled up to the allowed maximum.
79 * - The "RawRecords" array is NULL: Only the number is returned.
82 * This can be exploited for targeted memory allocation: Specify NULL for "RawRecords" and/or
89 uint8_t *RawRecords[],
126 if ( RawRecords == NULL || *NumberOfRawRecords == 0)
215 if((Buffer != NULL)&&(RawRecords!=NULL))/*QMOR FIX*/
217 RawRecords[Count] = Buffer;