Searched refs:INPUT_TEMPLATE_ITEM (Results 1 – 4 of 4) sorted by relevance
114 } INPUT_TEMPLATE_ITEM; typedef
108 INPUT_TEMPLATE_ITEM sItem; in static_encodeTwoTemplates()132 sizeof(INPUT_TEMPLATE_ITEM)*ulCount1; /* The attributes items */ in static_encodeTwoTemplates()136 sizeof(INPUT_TEMPLATE_ITEM)*ulCount2; /* The attributes items */ in static_encodeTwoTemplates()180 memcpy(pBuffer + nBufferIndex, &sItem, sizeof(INPUT_TEMPLATE_ITEM)); in static_encodeTwoTemplates()181 nBufferIndex += sizeof(INPUT_TEMPLATE_ITEM); in static_encodeTwoTemplates()212 memcpy(pBuffer + nBufferIndex, &sItem, sizeof(INPUT_TEMPLATE_ITEM)); in static_encodeTwoTemplates()213 nBufferIndex += sizeof(INPUT_TEMPLATE_ITEM); in static_encodeTwoTemplates()
116 nItemsSize += sizeof(INPUT_TEMPLATE_ITEM) * ulCount; /*for the attribute items*/ in static_analyzeTemplate()142 INPUT_TEMPLATE_ITEM sItem; in static_copyTemplate()155 memcpy(*ppAttributeCursor, &sItem, sizeof(INPUT_TEMPLATE_ITEM)); in static_copyTemplate()156 *ppAttributeCursor += sizeof(INPUT_TEMPLATE_ITEM); in static_copyTemplate()