Lines Matching refs:cPaths
217 uint32_t cPaths;
843 pThis->cPaths++;
849 pThis->cPaths++;
943 Assert(iPath < pThis->cPaths);
1178 if (iPath < pThis->cPaths)
1208 rtDumpPrintf(pfnPrintfV, pvUser, "%u paths, rc=%Rrc\n", pThis->cPaths, pThis->rc);
2597 if (iPath < pThis->cPaths)
2671 "None of the %u path(s) have a trust anchor.", pThis->cPaths);
2689 return pThis->cPaths;
2706 AssertReturn(iPath < pThis->cPaths, VERR_NOT_FOUND);
2755 AssertReturn(iPath < pThis->cPaths, UINT32_MAX);
2775 AssertReturn(iPath < pThis->cPaths, VERR_NOT_FOUND);
2817 AssertReturn(iPath < pThis->cPaths, NULL);