Searched refs:offs_2 (Results 1 – 1 of 1) sorted by relevance
1263 TEEC_SharedMemory *shm2, size_t *offs_2) in add_attr() argument1273 voffs = *offs_2; in add_attr()1276 if (*offs_2 + sz > shm2->size) in add_attr()1278 memcpy((uint8_t *)shm2->buffer + *offs_2, v, sz); in add_attr()1279 (*offs_2) += sz; in add_attr()