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

/vbox/src/VBox/Runtime/r3/nt/
H A Dinternal-r3-nt.h55 DECLINLINE(bool) rtNtCompWideStrAndAscii(WCHAR const *pwsz1, size_t cch1, const char *psz2, size_t cch2) argument
57 if (cch1 != cch2 * 2)
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibDaemonize.cpp97 size_t cch1 = strlen(pch); local
98 pch += cch1 + 1;
100 if (cch1 && *pch)
118 if (cch1)
119 memcpy(pch, pPib->pib_pchcmd + cch0 + 1, cch1 + 2);
/vbox/src/VBox/Runtime/r3/win/
H A Dfs-win.cpp349 static bool rtFsWinAreEqual(WCHAR const *pwsz1, size_t cch1, const char *psz2, size_t cch2) argument
351 if (cch1 != cch2 * 2)

Completed in 52 milliseconds