Searched refs:lpInputString (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/krb5/src/lib/krb5/ccache/ |
H A D | cc_mslsa.c | 136 UnicodeToANSI(LPTSTR lpInputString, LPSTR lpszOutputString, int nOutStringLen) in UnicodeToANSI() argument 144 int reqLen = WideCharToMultiByte(CP_ACP, 0, (LPCWSTR) lpInputString, -1, in UnicodeToANSI() 152 (LPCWSTR) lpInputString, -1, in UnicodeToANSI() 163 (LPCWSTR) lpInputString, -1, in UnicodeToANSI() 174 ANSIToUnicode(LPCSTR lpInputString, LPWSTR lpszOutputString, int nOutStringLen) in ANSIToUnicode() argument 181 MultiByteToWideChar(CP_ACP, 0, lpInputString, -1, in ANSIToUnicode()
|