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

/vbox/include/iprt/
H A Dasn1.h1088 typedef RTASN1STRING const *PCRTASN1STRING; typedef
1137 RTDECL(int) RTAsn1String_CompareEx(PCRTASN1STRING pLeft, PCRTASN1STRING pRight, bool fTypeToo);
1147 RTDECL(int) RTAsn1String_CompareWithString(PCRTASN1STRING pThis, const char *pszString, size_t cchString);
1159 RTDECL(int) RTAsn1String_QueryUtf8Len(PCRTASN1STRING pThis, size_t *pcch);
1177 RTDECL(int) RTAsn1String_QueryUtf8(PCRTASN1STRING pString, const char **ppsz, size_t *pcch);

Completed in 65 milliseconds