Searched defs:_QCBORDecodeContext (Results 1 – 1 of 1) sorted by relevance
343 struct _QCBORDecodeContext { struct345 UsefulInputBuf InBuf;347 QCBORDecodeNesting nesting;352 QCBORInternalAllocator StringAllocator;358 uint32_t uMemPoolSize;359 uint32_t uMemPoolFreeOffset;365 uint32_t uMapEndOffsetCache;367 uint8_t uDecodeMode;368 uint8_t bStringAllocateAll;369 uint8_t uLastError; /* QCBORError stuffed into a uint8_t */[all …]