Searched defs:cNodes (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/HostServices/auth/directoryservice/
H A Ddirectoryservice.cpp39 UInt32 cNodes; local
41 dsErr = dsFindDirNodes(pDirRef, pTmpBuf, NULL, eDSLocalNodeNames, &cNodes, &pCtx);
44 && cNodes >= 1)
/vbox/src/VBox/Runtime/common/crypto/
H A Dx509-certpaths.cpp224 uint32_t cNodes; member in struct:RTCRX509CERTPATHSINT::__anon16556
230 /** An array of length cNodes + 1 which tracks all nodes at the given (index)
1577 Assert(iDepth <= pThis->v.cNodes);
1679 uint32_t i = pThis->v.cNodes + 1;
1797 for (uint32_t iDepth = 1; iDepth <= pThis->v.cNodes; iDepth++)
1827 pList = &pThis->v.paValidPolicyDepthLists[pThis->v.cNodes];
1833 rtCrX509CpvPolicyTreeInsertNew(pThis, pCur->pParent, pThis->v.cNodes - 1,
1844 rtCrX509CpvPolicyTreePrune(pThis, pThis->v.cNodes - 1);
1919 pThis->v.cNodes = pTrustAnchor->uDepth;
1924 uint32_t i = pThis->v.cNodes
[all...]
/vbox/src/VBox/Devices/Audio/
H A DDevIchHdaCodec.cpp2375 uint32_t cNodes; local
2376 int rc2 = SSMR3GetU32(pSSM, &cNodes);
2378 if (cNodes != 0x1c)

Completed in 57 milliseconds