Searched refs:sItem (Results 1 – 1 of 1) sorted by relevance
108 INPUT_TEMPLATE_ITEM sItem; in static_encodeTwoTemplates() local174 sItem.attributeType = (uint32_t)pTemplate1[i].type; in static_encodeTwoTemplates()176 sItem.dataOffset = ((pTemplate1[i].pValue == NULL) ? 0 : nDataOffset); in static_encodeTwoTemplates()177 sItem.dataParamIndex = nParamIndex; /* The parameter where we store the data (0 to 3) */ in static_encodeTwoTemplates()178 sItem.dataValueLen = (uint32_t)pTemplate1[i].ulValueLen; in static_encodeTwoTemplates()180 memcpy(pBuffer + nBufferIndex, &sItem, sizeof(INPUT_TEMPLATE_ITEM)); in static_encodeTwoTemplates()206 sItem.attributeType = (uint32_t)pTemplate2[i].type; in static_encodeTwoTemplates()208 sItem.dataOffset = ((pTemplate2[i].pValue == NULL) ? 0 : nDataOffset); in static_encodeTwoTemplates()209 sItem.dataParamIndex = nParamIndex; /* The parameter where we store the data (0..3) */ in static_encodeTwoTemplates()210 sItem.dataValueLen = (uint32_t)pTemplate2[i].ulValueLen; in static_encodeTwoTemplates()[all …]