/reactos/dll/win32/crypt32/ |
H A D | base64.c | 636 DWORD cchString, BYTE *pbBinary, in Base64WithHeaderAndTrailerToBinaryA() argument 737 if (*pcbBinary < cchString) in DecodeBinaryToBinaryA() 749 if (cchString) in DecodeBinaryToBinaryA() 751 *pcbBinary = cchString; in DecodeBinaryToBinaryA() 779 TRACE("(%s, %d, %08x, %p, %p, %p, %p)\n", debugstr_an(pszString, cchString ? cchString : -1), in CryptStringToBinaryA() 826 if (!cchString) in CryptStringToBinaryA() 847 DWORD cchString, BYTE *pbBinary, in Base64WithHeaderAndTrailerToBinaryW() argument 948 if (*pcbBinary < cchString) in DecodeBinaryToBinaryW() 960 if (cchString) in DecodeBinaryToBinaryW() 990 TRACE("(%s, %d, %08x, %p, %p, %p, %p)\n", debugstr_wn(pszString, cchString ? cchString : -1), in CryptStringToBinaryW() [all …]
|
/reactos/win32ss/gdi/gdi32/objects/ |
H A D | text.c | 24 _In_ INT cchString) in TextOutA() argument 33 if (cchString > MAXUSHORT) in TextOutA() 34 cchString = MAXUSHORT; in TextOutA() 71 _In_ INT cchString) in TextOutW() argument 245 _In_ INT cchString, in GetTextExtentPointA() argument 271 _In_ INT cchString, in GetTextExtentPointW() argument 286 _In_ INT cchString, in GetTextExtentExPointW() argument 332 _In_ INT cchString, in GetTextExtentExPointA() argument 378 _In_ INT cchString, in GetTextExtentPoint32A() argument 386 StringA.Length = cchString; in GetTextExtentPoint32A() [all …]
|
/reactos/dll/win32/shell32/wine/ |
H A D | shellord.c | 2005 DWORD WINAPI DoEnvironmentSubstA(LPSTR pszString, UINT cchString) in DoEnvironmentSubstA() argument 2009 DWORD len = cchString; in DoEnvironmentSubstA() 2011 TRACE("(%s, %d)\n", debugstr_a(pszString), cchString); in DoEnvironmentSubstA() 2018 if (len && len < cchString) in DoEnvironmentSubstA() 2024 len = cchString; in DoEnvironmentSubstA() 2050 DWORD WINAPI DoEnvironmentSubstW(LPWSTR pszString, UINT cchString) in DoEnvironmentSubstW() argument 2054 DWORD len = cchString; in DoEnvironmentSubstW() 2056 TRACE("(%s, %d)\n", debugstr_w(pszString), cchString); in DoEnvironmentSubstW() 2058 if ((cchString < MAXLONG) && (dst = HeapAlloc(GetProcessHeap(), 0, cchString * sizeof(WCHAR)))) in DoEnvironmentSubstW() 2062 if (len && len <= cchString) in DoEnvironmentSubstW() [all …]
|
/reactos/modules/rostests/winetests/usp10/ |
H A D | usp10.c | 980 int maxGlyphs = cchString * 1.5; in _test_shape_ok() 1006 memset(logclust,'a',sizeof(WORD) * cchString); in _test_shape_ok() 1010 memset(glyphs,'a',sizeof(WORD) * cchString); in _test_shape_ok() 1016 memset(logclust2, 'a', cchString * sizeof(*logclust2)); in _test_shape_ok() 1034 for (x = 0; x < cchString; x++) in _test_shape_ok() 1104 for (x = 0; x < cchString; ++x) in _test_shape_ok() 1145 for (x = 0; x < cchString; ++x) in _test_shape_ok() 1147 string2[x] = string[cchString - x - 1]; in _test_shape_ok() 1154 for (x = 0; x < cchString; ++x) in _test_shape_ok() 1156 unsigned int compare_idx = cchString - x - 1; in _test_shape_ok() [all …]
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | text.c | 66 int cchString) in GreTextOutW() argument 68 return GreExtTextOutW(hdc, nXStart, nYStart, 0, NULL, lpString, cchString, NULL, 0); in GreTextOutW()
|
/reactos/sdk/include/psdk/ |
H A D | wingdi.h | 3885 _In_reads_(cchString) LPCSTR lpszString, 3886 _In_ int cchString, 3889 _Out_writes_to_opt_ (cchString, *lpnFit) LPINT lpnDx, 3896 _In_reads_(cchString) LPCWSTR lpszString, 3897 _In_ int cchString, 3900 _Out_writes_to_opt_ (cchString, *lpnFit) LPINT lpnDx,
|
H A D | winnls.h | 1128 _In_ int cchString,
|
H A D | wincrypt.h | 4523 _In_reads_(cchString) LPCSTR pszString, 4524 _In_ DWORD cchString, 4534 _In_reads_(cchString) LPCWSTR pszString, 4535 _In_ DWORD cchString,
|
H A D | cordebug.idl | 965 HRESULT GetString([in] ULONG32 cchString, [out] ULONG32 *pcchString,
|
/reactos/win32ss/gdi/gdi32/include/ |
H A D | gdi32p.h | 584 UINT cchString,
|