Home
last modified time | relevance | path

Searched refs:fillTmpPtr (Results 1 – 1 of 1) sorted by relevance

/developtools/syscap_codec/src/
Dsyscap_tool.c77 char *fillTmpPtr = NULL; in FillOsCapLength() local
90 fillTmpPtr = convertedBuffer + sizeof(RPCIDHead); in FillOsCapLength()
91 *(uint16_t *)fillTmpPtr = HtonsInter(2); // 2, SysCap Type, 2: request Cap in FillOsCapLength()
92 fillTmpPtr += sizeof(uint16_t); in FillOsCapLength()
94 *(uint16_t *)fillTmpPtr = HtonsInter((uint16_t)(sysCapSize * SINGLE_FEAT_LEN)); in FillOsCapLength()
95 fillTmpPtr += sizeof(uint16_t); in FillOsCapLength()
114 ret = memcpy_s(fillTmpPtr, SINGLE_FEAT_LEN, pointPos + 1, strlen(pointPos + 1)); in FillOsCapLength()
119 fillTmpPtr += SINGLE_FEAT_LEN; in FillOsCapLength()