Searched refs:pszString2 (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/r3/win/
H A Duuid-win.cpp81 RTDECL(int) RTUuidCompareStr(PCRTUUID pUuid1, const char *pszString2) argument
85 AssertPtrReturn(pszString2, 1);
91 int rc = RTUuidFromStr(&Uuid2, pszString2);
98 RTDECL(int) RTUuidCompare2Strs(const char *pszString1, const char *pszString2) argument
106 AssertPtrReturn(pszString2, 1);
114 rc = RTUuidFromStr(&Uuid2, pszString2);
/vbox/include/iprt/
H A Duuid.h97 * @param pszString2 The 2nd UUID in string form. NULL or malformed
100 RTDECL(int) RTUuidCompareStr(PCRTUUID pUuid1, const char *pszString2);
108 * @param pszString2 The 2nd UUID in string form. NULL or malformed
111 RTDECL(int) RTUuidCompare2Strs(const char *pszString1, const char *pszString2);
/vbox/src/VBox/Runtime/generic/
H A Duuid-generic.cpp136 RTDECL(int) RTUuidCompareStr(PCRTUUID pUuid1, const char *pszString2) argument
143 AssertPtrReturn(pszString2, 1);
148 rc = RTUuidFromStr(&Uuid2, pszString2);
156 RTDECL(int) RTUuidCompare2Strs(const char *pszString1, const char *pszString2) argument
164 AssertPtrReturn(pszString2, 1);
172 rc = RTUuidFromStr(&Uuid2, pszString2);

Completed in 41 milliseconds