Searched refs:uMajorType (Results 1 – 3 of 3) sorted by relevance
84 pNesting->pCurrentNesting->uMajorType = CBOR_MAJOR_TYPE_ARRAY; in Nesting_Init()89 const uint8_t uMajorType, in Nesting_Increase() argument98 pNesting->pCurrentNesting->uMajorType = uMajorType; in Nesting_Increase()144 if(pNesting->pCurrentNesting->uMajorType == CBOR_MAJOR_TYPE_MAP) { in Nesting_GetCount()162 return pNesting->pCurrentNesting->uMajorType; in Nesting_GetMajorType()269 uint8_t uMajorType, in QCBOREncode_EncodeHead() argument431 if(uMajorType > QCBOR_INDEFINITE_LEN_TYPE_MODIFIER) { in QCBOREncode_EncodeHead()433 uMajorType = uMajorType - QCBOR_INDEFINITE_LEN_TYPE_MODIFIER; in QCBOREncode_EncodeHead()485 const int nInitialByte = (uMajorType << 5) + nAdditionalInfo; in QCBOREncode_EncodeHead()541 const uint8_t uMajorType, in QCBOREncode_Private_AppendCBORHead() argument[all …]
206 uint8_t uMajorType; /* Indicates if item is a map or an array */ member
2325 uint8_t uMajorType,2338 const uint8_t uMajorType,2346 uint8_t uMajorType,2363 uint8_t uMajorType);2369 uint8_t uMajorType);2375 uint8_t uMajorType);2381 uint8_t uMajorType);