Searched defs:cchComponent (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/crypto/
H A Dx509-core.cpp702 size_t cchComponent; local
703 int rc = RTAsn1String_QueryUtf8Len(&pComponent->Value.u.String, &cchComponent);
706 if (cchComponent > cchString)
708 if (RTAsn1String_CompareWithString(&pComponent->Value.u.String, pszString, cchComponent) != 0)
711 cchString -= cchComponent;
712 pszString += cchComponent;
/vbox/src/VBox/HostServices/SharedFolders/
H A Dvbsf.cpp128 size_t cchComponent = strlen(pszStartComponent); local
130 size_t cchFullPath = cchParentDir + cchComponent;
178 if ( pDirEntry->cbName == cchComponent

Completed in 59 milliseconds