Searched refs:UIB (Results 1 – 1 of 1) sorted by relevance
2991 UsefulInputBuf UIB; in MemPool_Unpack() local2995 UsefulInputBuf_Init(&UIB, (UsefulBufC){pMem,QCBOR_DECODE_MIN_MEM_POOL_SIZE}); in MemPool_Unpack()2996 *puPoolSize = UsefulInputBuf_GetUint32(&UIB); in MemPool_Unpack()2997 *puFreeOffset = UsefulInputBuf_GetUint32(&UIB); in MemPool_Unpack()2998 return UsefulInputBuf_GetError(&UIB); in MemPool_Unpack()