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

/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-objid-decode.cpp50 DECLHIDDEN(int) rtAsn1ObjId_InternalFormatComponent(uint32_t uValue, char **ppszObjId, size_t *pcbObjId); /* asn1-ut-objid.cpp */
60 * @param pcbObjId Pointer to the remaining size of the output buffer.
62 DECLHIDDEN(int) rtAsn1ObjId_InternalFormatComponent(uint32_t uValue, char **ppszObjId, size_t *pcbObjId) argument
82 if (1 + cchNeeded < *pcbObjId)
84 *pcbObjId -= cchNeeded + 1;

Completed in 42 milliseconds