Searched defs:cbObjIdLeft (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-objid-decode.cpp317 size_t cbObjIdLeft = cchObjId + 1 - 1; local
319 rc = rtAsn1ObjId_InternalFormatComponent(pauComponents[1], &pszObjId, &cbObjIdLeft); AssertRC(rc);
332 rc = rtAsn1ObjId_InternalFormatComponent(uValue, &pszObjId, &cbObjIdLeft);
337 Assert(cbObjIdLeft == 1);

Completed in 252 milliseconds