Lines Matching defs:pszErrorTag

294  * @param   pszErrorTag     Tag for the additional error details.
297 PRTERRINFO pErrInfo, const char *pszErrorTag);
387 const char *pszErrorTag); \
389 PRTERRINFO pErrInfo, const char *pszErrorTag)
431 const char *pszErrorTag) \
432 { return RT_CONCAT(a_AliasExtNm,_DecodeAsn1)(pCursor, fFlags, pThis, pszErrorTag); } \
434 PRTERRINFO pErrInfo, const char *pszErrorTag) \
435 { return RT_CONCAT(a_AliasExtNm,_CheckSanity)(pThis, fFlags, pErrInfo, pszErrorTag); } \
1032 const char *pszErrorTag);
1399 * @param pszErrorTag Tag for the additional error details.
1402 PRTERRINFO pErrInfo, const char *pszErrorTag);
1514 const char *pszErrorTag;
1554 * @param pszErrorTag The primary error tag.
1558 const char *pszErrorTag);
1569 * @param pszErrorTag The error tag of the sub-cursor.
1572 PRTASN1CURSOR pChild, const char *pszErrorTag);
1650 * @param pszErrorTag Error tag.
1653 RTDECL(int) RTAsn1CursorReadHdr(PRTASN1CURSOR pCursor, PRTASN1CORE pAsn1Core, const char *pszErrorTag);
1667 * @param pszErrorTag The error tag.
1671 bool fString, uint32_t fFlags, const char *pszErrorTag, const char *pszWhat);
1682 * @param pszErrorTag The error tag.
1687 uint32_t fFlags, const char *pszErrorTag, const char *pszWhat)
1691 return RTAsn1CursorMatchTagClassFlagsEx(pCursor, pAsn1Core, uTag, fClass, false /*fString*/, fFlags, pszErrorTag, pszWhat);
1706 * @param pszErrorTag The error tag.
1711 uint32_t fFlags, const char *pszErrorTag, const char *pszWhat)
1715 return RTAsn1CursorMatchTagClassFlagsEx(pCursor, pAsn1Core, uTag, fClass, true /*fString*/, fFlags, pszErrorTag, pszWhat);
1734 * @param pszErrorTag Error tag.
1736 RTDECL(int) RTAsn1CursorGetCore(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1CORE pAsn1Core, const char *pszErrorTag);
1745 * @param pszErrorTag Error tag.
1747 RTDECL(int) RTAsn1CursorGetNull(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1NULL pNull, const char *pszErrorTag);
1756 * @param pszErrorTag Error tag.
1758 RTDECL(int) RTAsn1CursorGetInteger(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1INTEGER pInteger, const char *pszErrorTag);
1767 * @param pszErrorTag Error tag.
1769 RTDECL(int) RTAsn1CursorGetBoolean(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1BOOLEAN pBoolean, const char *pszErrorTag);
1778 * @param pszErrorTag Error tag.
1780 RTDECL(int) RTAsn1CursorGetObjId(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1OBJID pObjId, const char *pszErrorTag);
1790 * @param pszErrorTag Error tag.
1793 const char *pszExpectedObjId, const char *pszErrorTag);
1802 * @param pszErrorTag Error tag.
1804 RTDECL(int) RTAsn1CursorGetTime(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1TIME pTime, const char *pszErrorTag);
1813 * @param pszErrorTag Error tag.
1816 const char *pszErrorTag);
1828 * @param pszErrorTag Error tag.
1831 const char *pszErrorTag);
1840 * @param pszErrorTag Error tag.
1843 const char *pszErrorTag);
1852 * @param pszErrorTag Error tag.
1854 RTDECL(int) RTAsn1CursorGetString(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1STRING pString, const char *pszErrorTag);
1863 * @param pszErrorTag Error tag.
1865 RTDECL(int) RTAsn1CursorGetIa5String(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1STRING pString, const char *pszErrorTag);
1874 * @param pszErrorTag Error tag.
1876 RTDECL(int) RTAsn1CursorGetUtf8String(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1STRING pString, const char *pszErrorTag);
1885 * @param pszErrorTag Error tag.
1887 RTDECL(int) RTAsn1CursorGetBmpString(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1STRING pString, const char *pszErrorTag);
1897 * @param pszErrorTag Error tag, this will be associated with the
1901 PRTASN1SEQUENCECORE pSeqCore, PRTASN1CURSOR pSeqCursor, const char *pszErrorTag);
1911 * @param pszErrorTag Error tag, this will be associated with the
1915 PRTASN1SETCORE pSetCore, PRTASN1CURSOR pSetCursor, const char *pszErrorTag);
1925 * @param pszErrorTag Error tag, this will be associated with the
1933 PRTASN1CONTEXTTAG pCtxTag, PRTASN1CURSOR pCtxTagCursor, const char *pszErrorTag);
1942 * @param pszErrorTag Error tag.
1944 RTDECL(int) RTAsn1CursorGetDynType(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1DYNTYPE pDynType, const char *pszErrorTag);
1971 PRTASN1CURSOR pCtxTagCursor, const char *pszErrorTag) \
1973 return RTAsn1CursorGetContextTagNCursor(pCursor, fFlags, a_uTag, (PRTASN1CONTEXTTAG)pCtxTag, pCtxTagCursor, pszErrorTag); \