Lines Matching refs:pAllocator

200 RTASN1TMPL_DECL(int) RT_CONCAT(RTASN1TMPL_EXT_NAME,_Init)(RT_CONCAT(P,RTASN1TMPL_TYPE) pThis, PCRTASN1ALLOCATORVTABLE pAllocator) \
215 rc = RT_CONCAT(a_Api,_Init)(&pThis->a_Name, pAllocator)
218 RTAsn1MemInitAllocation(&pThis->Allocation, pAllocator); \
227 rc = RT_CONCAT(a_Api,_InitDefault)(&pThis->a_Name, a_DefVal, pAllocator); \
250 RTAsn1MemInitAllocation(&pThis->Allocation, pAllocator); \
329 rc = RT_CONCAT(a_Api,_InitDefault)(&pThis->a_Name, a_DefVal, pCursor->pPrimary->pAllocator); \
560 PCRTASN1ALLOCATORVTABLE pAllocator) \
579 rc = RT_CONCAT(a_Api,_Clone)(&pThis->a_Name, &pSrc->a_Name, pAllocator); \
584 RTAsn1MemInitAllocation(&pThis->Allocation, pAllocator); \
594 rc = RT_CONCAT(a_Api,_Clone)(pThis->a_UnionNm.a_PtrName, pSrc->a_UnionNm.a_PtrName, pAllocator); \
609 rc = RT_CONCAT(a_Api,_Clone)(&pThis->a_TnNm.a_Name, &pSrc->a_TnNm.a_Name, pAllocator); \
622 RTAsn1MemInitAllocation(&pThis->Allocation, pAllocator); \
632 rc = RT_CONCAT(a_Api,_Clone)(pThis->a_PtrName, pSrc->a_PtrName, pAllocator); break
639 rc = RT_CONCAT(a_Api,_Clone)(&pThis->a_PtrTnNm->a_Name, &pSrc->a_PtrTnNm->a_Name, pAllocator); \
654 RTAsn1MemInitAllocation(&pThis->Allocation, pAllocator); \
664 rc = RT_CONCAT(a_ItemApi,_Clone)(&pThis->paItems[i], &pSrc->paItems[i], pAllocator); \
700 PCRTASN1ALLOCATORVTABLE pAllocator) \
704 return RT_CONCAT(a_Api,_Clone)(&pThis->a_Name, pValue, pAllocator, true /* fResetImplicit */); \
744 PCRTASN1ALLOCATORVTABLE pAllocator) \
749 RTAsn1MemInitAllocation(&pThis->Allocation, pAllocator); \
754 rc = RT_CONCAT(a_Api,_Clone)(pThis->a_PtrName, pSrc, pAllocator); \
767 PCRTASN1ALLOCATORVTABLE pAllocator) \
772 RTAsn1MemInitAllocation(&pThis->Allocation, pAllocator); \
777 rc = RT_CONCAT3(RTAsn1ContextTag,a_uTag,_Init)(&pThis->a_PtrTnNm->a_CtxTagN, pAllocator); \
780 rc = RT_CONCAT(a_Api,_Clone)(&pThis->a_PtrTnNm->a_Name, pSrc, pAllocator); \