Lines Matching defs:pThis
47 PRTCRSPCSERIALIZEDOBJECT pThis, const char *pszErrorTag)
52 if (RTUuidCompareStr(pThis->Uuid.Asn1Core.uData.pUuid, RTCRSPCSERIALIZEDOBJECT_UUID_STR) == 0)
54 rc = RTAsn1MemAllocZ(&pThis->SerializedData.EncapsulatedAllocation, (void **)&pThis->u.pData, sizeof(*pThis->u.pData));
57 pThis->SerializedData.pEncapsulated = (PRTASN1CORE)pThis->u.pData;
58 pThis->enmType = RTCRSPCSERIALIZEDOBJECTTYPE_ATTRIBUTES;
60 rc = RTAsn1CursorInitSubFromCore(pCursor, &pThis->SerializedData.Asn1Core, &SubCursor, "SerializedData");
62 rc = RTCrSpcSerializedObjectAttributes_DecodeAsn1(&SubCursor, 0, pThis->u.pData, "SD");