Searched defs:pszRight (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-objid.cpp338 RTDECL(int) RTAsn1ObjId_CompareWithString(PCRTASN1OBJID pThis, const char *pszRight) argument
340 return strcmp(pThis->szObjId, pszRight);
/vbox/src/VBox/Runtime/common/crypto/
H A Dx509-core.cpp503 const char *pszRight; local
504 rc = RTAsn1String_QueryUtf8(&pRight->Value.u.String, &pszRight, &cchRight);
515 pszRight = rtCrX509CanNameStripLeft(pszRight, &cchRight);
516 while (*pszLeft && *pszRight)
519 RTUNICP ucRight = rtCrX509CanNameGetNextCpWithMapping(&pszRight, &cchRight);
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp509 * @param pszRight The ascii string.
511 DECLHIDDEN(bool) supHardViUtf16PathIsEqualEx(PCRTUTF16 pawcLeft, size_t cwcLeft, const char *pszRight) argument
520 uint8_t b = *pszRight++;
551 * @param pszRight The ascii string.
553 static bool supHardViUtf16PathIsEqual(PCRTUTF16 pwszLeft, const char *pszRight) argument
555 return supHardViUtf16PathIsEqualEx(pwszLeft, RTSTR_MAX, pszRight);
583 static bool supHardViUtf16PathStartsWithAscii(PCRTUTF16 pwszLeft, const char *pszRight) argument
588 uint8_t b = *pszRight++;
H A DSUPDrv-win.cpp2328 const char *pszRight = pszName; local
2332 char chRight = *pszRight++;

Completed in 78 milliseconds