Lines Matching refs:Index
1253 Index = 0;
1319 for (Index =0 ;Index < (pScrtKey->length); Index++ )
1321 mif_std_key[Index] = *(pScrtKey->buffer++);
1658 uint32_t Index=0;
1739 for (Index = 0; Index < gpphLibContext->phLib_NdefRecCntx.NumberOfRawRecords; Index++)
1743 gpphLibContext->phLib_NdefRecCntx.RawRecords[Index]);
1777 for(Index=0;Index<gpphLibContext->phLib_NdefRecCntx.CbParam.Count;Index++)
1779 pNdefRecord->Tnf = gpphLibContext->phLib_NdefRecCntx.CbParam.Records[Index].Tnf;
1781 gpphLibContext->phLib_NdefRecCntx.CbParam.Records[Index].TypeLength;
1783 gpphLibContext->phLib_NdefRecCntx.CbParam.Records[Index].PayloadLength;
1785 gpphLibContext->phLib_NdefRecCntx.CbParam.Records[Index].IdLength;
1787 gpphLibContext->phLib_NdefRecCntx.CbParam.Records[Index].Flags;
1794 gpphLibContext->phLib_NdefRecCntx.CbParam.Records[Index].Id,
1797 gpphLibContext->phLib_NdefRecCntx.CbParam.Records[Index].PayloadData,
1800 gpphLibContext->phLib_NdefRecCntx.CbParam.Records[Index].Type,
1834 for(Index=0;Index<gpphLibContext->phLib_NdefRecCntx.CbParam.Count;Index++)
1867 uint32_t Index=0;
1933 for(Index=0;Index<uNoSrchRecords;Index++)
1935 gpphLibContext->phLib_NdefRecCntx.NdefCb->NdefType[Index] = psSrchTypeList->Type;
1936 gpphLibContext->phLib_NdefRecCntx.NdefCb->Tnf[Index] = psSrchTypeList->Tnf ;
1937 gpphLibContext->phLib_NdefRecCntx.NdefCb->NdeftypeLength[Index] = psSrchTypeList->TypeLength;