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

/vbox/src/VBox/Runtime/r3/win/
H A Duuid-win.cpp98 RTDECL(int) RTUuidCompare2Strs(const char *pszString1, const char *pszString2) argument
105 AssertPtrReturn(pszString1, -1);
111 rc = RTUuidFromStr(&Uuid1, pszString1);
/vbox/include/iprt/
H A Duuid.h106 * @param pszString1 The 1st UUID in string from. NULL or malformed
111 RTDECL(int) RTUuidCompare2Strs(const char *pszString1, const char *pszString2);
/vbox/src/VBox/Runtime/generic/
H A Duuid-generic.cpp156 RTDECL(int) RTUuidCompare2Strs(const char *pszString1, const char *pszString2) argument
163 AssertPtrReturn(pszString1, -1);
169 rc = RTUuidFromStr(&Uuid1, pszString1);

Completed in 44 milliseconds