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

/vbox/src/VBox/Runtime/common/crypto/
H A Dspc-sanity.cpp128 PCRTCRSPCSERIALIZEDOBJECTATTRIBUTE pAttr = &pObj->u.pData->paItems[i]; local
129 if ( RTAsn1ObjId_CompareWithString(&pAttr->Type, RTCRSPC_PE_IMAGE_HASHES_V1_OID) == 0
130 || RTAsn1ObjId_CompareWithString(&pAttr->Type, RTCRSPC_PE_IMAGE_HASHES_V2_OID) == 0 )
133 AssertPtr(pAttr->u.pPageHashes->pData);
138 i, pAttr->Type.szObjId);
H A Dpkcs7-core.cpp52 PCRTCRPKCS7ATTRIBUTE pAttr; local
56 pAttr = pThis->AuthenticatedAttributes.paItems;
59 if ( pAttr->enmType == RTCRPKCS7ATTRIBUTETYPE_SIGNING_TIME
60 && pAttr->uValues.pSigningTime->cItems > 0)
64 return &pAttr->uValues.pSigningTime->paItems[0];
66 pAttr++;
76 pAttr = pThis->UnauthenticatedAttributes.paItems;
79 if (pAttr->enmType == RTCRPKCS7ATTRIBUTETYPE_COUNTER_SIGNATURES)
81 uint32_t cSignatures = pAttr->uValues.pCounterSignatures->cItems;
82 PCRTCRPKCS7SIGNERINFO pSignature = pAttr
136 PCRTCRPKCS7ATTRIBUTE pAttr = pThis->UnauthenticatedAttributes.paItems; local
[all...]
/vbox/src/VBox/Runtime/common/checksum/
H A Dmanifest2.cpp177 PRTMANIFESTATTR pAttr; member in struct:RTMANIFESTQUERYATTRARGS
238 PRTMANIFESTATTR pAttr = RT_FROM_MEMBER(pStr, RTMANIFESTATTR, StrCore); local
239 RTStrFree(pAttr->pszValue);
240 pAttr->pszValue = NULL;
241 RTMemFree(pAttr);
315 PRTMANIFESTATTR pAttr = RT_FROM_MEMBER(pStr, RTMANIFESTATTR, StrCore);
316 pAttr->fVisited = false;
341 PRTMANIFESTATTR pAttr = RT_FROM_MEMBER(pStr, RTMANIFESTATTR, StrCore);
346 if (pAttr->fVisited)
357 if (!strcmp(*ppsz, pAttr
[all...]
/vbox/src/VBox/Additions/os2/VBoxSF/
H A DVBoxSF.cpp139 FS32_FILEATTRIBUTE(ULONG flag, PCDFSI pcdfsi, PVBOXSFCD pcdfsd, PCSZ pszName, USHORT iCurDirEnd, PUSHORT pAttr) argument
/vbox/src/VBox/Additions/linux/drm/
H A Dvbox_mode.c472 struct device_attribute *pAttr,
481 LogFunc(("vboxvideo: %d: pDev=%p, pAttr=%p, psz=%s, cch=%llu\n", __LINE__,
482 pDev, pAttr, psz, (unsigned long long)cch));
483 pVBoxConnector = container_of(pAttr, struct vbox_connector,
471 vbox_connector_write_sysfs(struct device *pDev, struct device_attribute *pAttr, const char *psz, size_t cch) argument
/vbox/include/iprt/cpp/
H A Dxml.h704 const AttributeNode *pAttr = findAttribute(pcszName, pcszNamespace); local
705 if (pAttr)
706 return pAttr->getValue();
/vbox/src/VBox/Runtime/common/zip/
H A Dxarvfs.cpp1807 const xml::AttributeNode *pAttr = pChecksumElem->findAttribute("style"); local
1808 if (!pAttr)
1811 const char *pszStyle = pAttr->getValue();
/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp829 const AttributeNode *pAttr = pElm->findAttribute("id"); local
830 if (pAttr && !strcmp(pAttr->getValue(), pcszId))
983 const AttributeNode *pAttr = findAttribute(pcszMatch, pcszNamespace); local
984 if (pAttr)
986 *ppcsz = pAttr->getValue();
1006 const AttributeNode *pAttr = findAttribute(pcszMatch, pcszNamespace); local
1007 if (pAttr)
1009 *pStr = pAttr->getValue();
1298 AttributeNode *pAttr; local
[all...]
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp4185 PCRTDWARFATTRDESC pAttr = NULL; local
4190 pAttr = &pDieDesc->paAttributes[i];
4191 rc = pAttr->pfnDecoder(pDie, (uint8_t *)pDie + pAttr->off, pAttr, uForm, pCursor);
4196 if (pAttr)

Completed in 468 milliseconds