Lines Matching refs:Index
1256 Index = 0;
1322 for (Index =0 ;Index < (pScrtKey->length); Index++ )
1324 mif_std_key[Index] = *(pScrtKey->buffer++);
1357 Index = 0;
1424 for (Index =0 ;Index < (pScrtKey->length); Index++ )
1426 mif_std_key[Index] = *(pScrtKey->buffer++);
1678 uint32_t Index=0;
1759 for (Index = 0; Index < gpphLibContext->phLib_NdefRecCntx.NumberOfRawRecords; Index++)
1763 gpphLibContext->phLib_NdefRecCntx.RawRecords[Index]);
1797 for(Index=0;Index<gpphLibContext->phLib_NdefRecCntx.CbParam.Count;Index++)
1799 pNdefRecord->Tnf = gpphLibContext->phLib_NdefRecCntx.CbParam.Records[Index].Tnf;
1801 gpphLibContext->phLib_NdefRecCntx.CbParam.Records[Index].TypeLength;
1803 gpphLibContext->phLib_NdefRecCntx.CbParam.Records[Index].PayloadLength;
1805 gpphLibContext->phLib_NdefRecCntx.CbParam.Records[Index].IdLength;
1807 gpphLibContext->phLib_NdefRecCntx.CbParam.Records[Index].Flags;
1814 gpphLibContext->phLib_NdefRecCntx.CbParam.Records[Index].Id,
1817 gpphLibContext->phLib_NdefRecCntx.CbParam.Records[Index].PayloadData,
1820 gpphLibContext->phLib_NdefRecCntx.CbParam.Records[Index].Type,
1854 for(Index=0;Index<gpphLibContext->phLib_NdefRecCntx.CbParam.Count;Index++)
1887 uint32_t Index=0;
1953 for(Index=0;Index<uNoSrchRecords;Index++)
1955 gpphLibContext->phLib_NdefRecCntx.NdefCb->NdefType[Index] = psSrchTypeList->Type;
1956 gpphLibContext->phLib_NdefRecCntx.NdefCb->Tnf[Index] = psSrchTypeList->Tnf ;
1957 gpphLibContext->phLib_NdefRecCntx.NdefCb->NdeftypeLength[Index] = psSrchTypeList->TypeLength;