/reactos/dll/win32/wininet/ |
H A D | ftp.c | 2645 LPSTR lpszBuffer = INTERNET_GetResponseBuffer(); in FTP_GetNextLine() local 2662 if (lpszBuffer[nRecv] == '\n') in FTP_GetNextLine() 2664 lpszBuffer[nRecv] = '\0'; in FTP_GetNextLine() 2666 TRACE(":%d %s\n", nRecv, lpszBuffer); in FTP_GetNextLine() 2667 return lpszBuffer; in FTP_GetNextLine() 2669 if (lpszBuffer[nRecv] != '\r') in FTP_GetNextLine() 3273 CHAR *lpszBuffer; in FTP_SendData() local 3328 heap_free(lpszBuffer); in FTP_SendData() 3393 CHAR *lpszBuffer; in FTP_RetrieveFileData() local 3398 if (NULL == lpszBuffer) in FTP_RetrieveFileData() [all …]
|
H A D | internet.c | 1089 LPSTR lpszBuffer, LPDWORD lpdwBufferLength) in InternetGetLastResponseInfoA() argument 1100 memcpy(lpszBuffer, lpwite->response, *lpdwBufferLength); in InternetGetLastResponseInfoA() 1101 *lpdwBufferLength = strlen(lpszBuffer); in InternetGetLastResponseInfoA() 1126 LPWSTR lpszBuffer, LPDWORD lpdwBufferLength) in InternetGetLastResponseInfoW() argument 1137 memcpy(lpszBuffer, lpwite->response, *lpdwBufferLength); in InternetGetLastResponseInfoW() 1138 *lpdwBufferLength = lstrlenW(lpszBuffer); in InternetGetLastResponseInfoW() 1978 BOOL WINAPI InternetCanonicalizeUrlA(LPCSTR lpszUrl, LPSTR lpszBuffer, in InternetCanonicalizeUrlA() argument 1987 hr = UrlCanonicalizeA(lpszUrl, lpszBuffer, lpdwBufferLength, dwFlags); in InternetCanonicalizeUrlA() 2004 BOOL WINAPI InternetCanonicalizeUrlW(LPCWSTR lpszUrl, LPWSTR lpszBuffer, in InternetCanonicalizeUrlW() argument 2013 hr = UrlCanonicalizeW(lpszUrl, lpszBuffer, lpdwBufferLength, dwFlags); in InternetCanonicalizeUrlW() [all …]
|
/reactos/dll/win32/shlwapi/ |
H A D | reg.c | 1984 BOOL WINAPI GetMIMETypeSubKeyA(LPCSTR lpszType, LPSTR lpszBuffer, DWORD dwLen) in GetMIMETypeSubKeyA() argument 1986 TRACE("(%s,%p,%d)\n", debugstr_a(lpszType), lpszBuffer, dwLen); in GetMIMETypeSubKeyA() 1988 if (dwLen > dwLenMimeDbContent && lpszType && lpszBuffer) in GetMIMETypeSubKeyA() 1994 memcpy(lpszBuffer, szMimeDbContentA, dwLenMimeDbContent); in GetMIMETypeSubKeyA() 1995 memcpy(lpszBuffer + dwLenMimeDbContent, lpszType, dwStrLen + 1); in GetMIMETypeSubKeyA() 2007 BOOL WINAPI GetMIMETypeSubKeyW(LPCWSTR lpszType, LPWSTR lpszBuffer, DWORD dwLen) in GetMIMETypeSubKeyW() argument 2009 TRACE("(%s,%p,%d)\n", debugstr_w(lpszType), lpszBuffer, dwLen); in GetMIMETypeSubKeyW() 2011 if (dwLen > dwLenMimeDbContent && lpszType && lpszBuffer) in GetMIMETypeSubKeyW() 2017 memcpy(lpszBuffer, szMimeDbContentW, dwLenMimeDbContent * sizeof(WCHAR)); in GetMIMETypeSubKeyW() 2018 memcpy(lpszBuffer + dwLenMimeDbContent, lpszType, (dwStrLen + 1) * sizeof(WCHAR)); in GetMIMETypeSubKeyW()
|
/reactos/win32ss/gdi/gdi32/objects/ |
H A D | font.c | 2410 WCHAR lpszBuffer[MAX_PATH]; in GdiAddFontResourceW() local 2419 GetCurrentDirectoryW(MAX_PATH, lpszBuffer); in GdiAddFontResourceW() 2421 if (!SearchPathW(lpszBuffer, lpszFilename, NULL, MAX_PATH, lpszAbsPath, NULL)) in GdiAddFontResourceW() 2424 GetWindowsDirectoryW(lpszBuffer, MAX_PATH); in GdiAddFontResourceW() 2425 StringCbCatW(lpszBuffer, sizeof(lpszBuffer), L"\\Fonts"); in GdiAddFontResourceW() 2427 if (!SearchPathW(lpszBuffer, lpszFilename, NULL, MAX_PATH, lpszAbsPath, NULL)) in GdiAddFontResourceW() 2429 … DPRINT1("Font not found. The Buffer is: %ls, the FileName is: %S\n", lpszBuffer, lpszFilename); in GdiAddFontResourceW()
|
/reactos/dll/win32/shell32/wine/ |
H A D | shellpath.c | 653 LPSTR lpszBuffer, in PathMakeUniqueNameA() argument 660 lpszBuffer, dwBuffSize, debugstr_a(lpszShortName), in PathMakeUniqueNameA() 669 LPWSTR lpszBuffer, in PathMakeUniqueNameW() argument 676 lpszBuffer, dwBuffSize, debugstr_w(lpszShortName), in PathMakeUniqueNameW() 685 LPVOID lpszBuffer, in PathMakeUniqueNameAW() argument 692 return PathMakeUniqueNameW(lpszBuffer,dwBuffSize, lpszShortName,lpszLongName,lpszPathName); in PathMakeUniqueNameAW() 693 return PathMakeUniqueNameA(lpszBuffer,dwBuffSize, lpszShortName,lpszLongName,lpszPathName); in PathMakeUniqueNameAW()
|
/reactos/sdk/include/psdk/ |
H A D | wininet.h | 459 _Out_writes_(*lpdwBufferLength) LPSTR lpszBuffer, 466 _Out_writes_(*lpdwBufferLength) LPWSTR lpszBuffer, 476 _Out_writes_(*lpdwBufferLength) LPSTR lpszBuffer, 484 _Out_writes_(*lpdwBufferLength) LPWSTR lpszBuffer, 847 _Out_writes_opt_(*lpdwBufferLength) LPSTR lpszBuffer, 853 _Out_writes_opt_(*lpdwBufferLength) LPWSTR lpszBuffer,
|
H A D | windowsx.h | 56 …GetLBText(hwndCtl,index,lpszBuffer) ((int)(DWORD)SNDMSG((hwndCtl),CB_GETLBTEXT,(WPARAM)(int)(index… argument 489 …ox_GetText(hwndCtl,index,lpszBuffer) ((int)(DWORD)SNDMSG((hwndCtl),LB_GETTEXT,(WPARAM)(int)(index)… argument
|
/reactos/sdk/include/reactos/ |
H A D | undocshell.h | 477 LPVOID lpszBuffer, 484 LPWSTR lpszBuffer,
|
H A D | msgdump.h | 2159 MD_ListBox_OnGetText(HWND hwnd, INT index, LPTSTR lpszBuffer) in MD_ListBox_OnGetText() argument 2162 MSGDUMP_PREFIX, (void *)hwnd, (void *)lpszBuffer); in MD_ListBox_OnGetText() 2496 MD_ComboBox_GetLBText(HWND hwnd, INT index, LPTSTR lpszBuffer) in MD_ComboBox_GetLBText() argument 2499 MSGDUMP_PREFIX, (void *)hwnd, index, (void *)lpszBuffer); in MD_ComboBox_GetLBText()
|