Lines Matching refs:pThisCore

241  * @param   pThisCore       Pointer to the ASN.1 core to destroy.
243 typedef DECLCALLBACK(void) FNRTASN1COREVTDTOR(PRTASN1CORE pThisCore);
251 * @param pThisCore Pointer to the ASN.1 core to enumerate members of.
256 typedef DECLCALLBACK(int) FNRTASN1COREVTENUM(PRTASN1CORE pThisCore, PFNRTASN1ENUMCALLBACK pfnCallback,
264 * @param pThisCore Pointer to the ASN.1 core to initialize as a clone
270 typedef DECLCALLBACK(int) FNRTASN1COREVTCLONE(PRTASN1CORE pThisCore, PCRTASN1CORE pSrcCore, PCRTASN1ALLOCATORVTABLE pAllocator);
291 * @param pThisCore Pointer to the ASN.1 core of the object to check out.
296 typedef DECLCALLBACK(int) FNRTASN1COREVTCHECKSANITY(PCRTASN1CORE pThisCore, uint32_t fFlags,
304 * On successful return, the pThisCore->cb value shall be valid and up to date.
309 * @param pThisCore Pointer to the ASN.1 core to enumerate members of.
313 typedef DECLCALLBACK(int) FNRTASN1COREVTENCODEPREP(PRTASN1CORE pThisCore, uint32_t fFlags, PRTERRINFO pErrInfo);
324 * @param pThisCore Pointer to the ASN.1 core to enumerate members of.
330 typedef DECLCALLBACK(int) FNRTASN1COREVTENCODEWRITE(PRTASN1CORE pThisCore, uint32_t fFlags, PFNRTASN1ENCODEWRITER pfnWriter,
1350 RTDECL(void) RTAsn1VtDelete(PRTASN1CORE pThisCore);
1356 * @param pThisCore Pointer to the ASN.1 core to enumerate members of.
1364 RTDECL(int) RTAsn1VtDeepEnum(PRTASN1CORE pThisCore, bool fDepthFirst, uint32_t uDepth,
1368 * Clones @a pSrcCore onto @a pThisCore.
1370 * The caller must be sure that @a pSrcCore and @a pThisCore are of the same
1374 * @param pThisCore Pointer to the ASN.1 core to clone onto. This shall
1379 RTDECL(int) RTAsn1VtClone(PRTASN1CORE pThisCore, PRTASN1CORE pSrcCore, PCRTASN1ALLOCATORVTABLE pAllocator);
1396 * @param pThisCore Pointer to the ASN.1 core of the object to check out.
1401 RTDECL(int) RTAsn1VtCheckSanity(PCRTASN1CORE pThisCore, uint32_t fFlags,