/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
D | StackWalker.h | 99 LPCSTR szSymPath = NULL, 148 LPCSTR symTypeString; 161 virtual void OnSymInit(LPCSTR szSearchPath, DWORD symOptions, LPCSTR szUserName); 162 virtual void OnLoadModule(LPCSTR img, 163 LPCSTR mod, 167 LPCSTR symType, 168 LPCSTR pdbName, 171 virtual void OnDbgHelpErr(LPCSTR szFuncName, DWORD gle, DWORD64 addr); 172 virtual void OnOutput(LPCSTR szText);
|
D | StackWalker.cpp | 284 BOOL Init(LPCSTR szSymPath) in Init() 721 DWORD LoadModule(HANDLE hProcess, LPCSTR img, LPCSTR mod, DWORD64 baseAddr, DWORD size) in LoadModule() 800 LPCSTR pdbName = Module.LoadedImageName; in LoadModule() 883 StackWalker::StackWalker(int options, LPCSTR szSymPath, DWORD dwProcessId, HANDLE hProcess) in StackWalker() 1353 void StackWalker::OnLoadModule(LPCSTR img, in OnLoadModule() 1354 LPCSTR mod, in OnLoadModule() 1358 LPCSTR symType, in OnLoadModule() 1359 LPCSTR pdbName, in OnLoadModule() 1416 void StackWalker::OnDbgHelpErr(LPCSTR szFuncName, DWORD gle, DWORD64 addr) in OnDbgHelpErr() 1429 void StackWalker::OnSymInit(LPCSTR szSearchPath, DWORD symOptions, LPCSTR szUserName) in OnSymInit() [all …]
|
/third_party/lzma/CPP/Windows/ |
D | Window.cpp | 33 wndClassA.lpszMenuName = (LPCSTR)wndClass->lpszMenuName; in MyRegisterClass() 40 wndClassA.lpszClassName = (LPCSTR)wndClass->lpszClassName; in MyRegisterClass() 81 LPCSTR classNameP; in CreateEx() 83 classNameP = (LPCSTR)className; in CreateEx() 90 LPCSTR windowNameP; in CreateEx() 92 windowNameP = (LPCSTR)windowName; in CreateEx()
|
D | DLL.h | 52 void *GetProc(LPCSTR procName) const { return My_GetProcAddress(_module, procName); } in GetProc() 73 void *GetProc(LPCSTR procName) const; // { return My_GetProcAddress(_module, procName); }
|
D | DLL.cpp | 135 local_GetProcAddress(HMODULE module, LPCSTR procName) in local_GetProcAddress() 182 void * CLibrary::GetProc(LPCSTR procName) const in GetProc()
|
D | Registry.cpp | 130 return DeleteValue(name == 0 ? 0 : (LPCSTR)GetSystemString(name)); in DeleteValue() 173 return SetValue(name == 0 ? 0 : (LPCSTR)GetSystemString(name), in SetValue() 174 value == 0 ? 0 : (LPCSTR)GetSystemString(value)); in SetValue() 302 res = QueryValue(name == 0 ? 0 : (LPCSTR)GetSystemString(name), vTemp); in QueryValue()
|
D | CommonDialog.cpp | 32 bool Add(LPCSTR s) throw(); 36 bool CDoubleZeroStringListA::Add(LPCSTR s) throw() in Add()
|
/third_party/vulkan-loader/loader/ |
D | loader_windows.h | 49 … LPCSTR key_name, // key name - used for debug prints - i.e. VulkanDriverName 61 LPCSTR value_name, VkResult *result); 75 PDWORD reg_data_size, LPCSTR value_name);
|
/third_party/lzma/CPP/Windows/Control/ |
D | Dialog.cpp | 381 LPCSTR templateNameA; in Create() 383 templateNameA = (LPCSTR)templateName; in Create() 402 LPCSTR templateNameA; in Create() 404 templateNameA = (LPCSTR)templateName; in Create()
|
D | Window2.cpp | 90 LPCSTR classNameP; in CreateEx() 92 classNameP = (LPCSTR)className; in CreateEx()
|
/third_party/libsnd/tests/ |
D | win32_ordinal_test.c | 64 #define LPCSTR_OF_ORDINAL(x) ((LPCSTR) ((int64_t) (x))) in test_ordinal() 66 #define LPCSTR_OF_ORDINAL(x) ((LPCSTR) (x)) in test_ordinal()
|
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | ExtractCallbackSfx.cpp | 18 static LPCSTR const kCantDeleteFile = "Cannot delete output file"; 19 static LPCSTR const kCantOpenFile = "Cannot open output file"; 20 static LPCSTR const kUnsupportedMethod = "Unsupported Method";
|
D | ExtractEngine.cpp | 21 static LPCSTR const kCantFindArchive = "Cannot find archive file"; 22 static LPCSTR const kCantOpenArchive = "Cannot open the file as archive";
|
D | SfxSetup.cpp | 40 static bool ReadDataString(CFSTR fileName, LPCSTR startID, in ReadDataString() 41 LPCSTR endID, AString &stringResult) in ReadDataString()
|
/third_party/python/PC/ |
D | pyshellext.cpp | 27 HRESULT FilenameListCchLengthA(LPCSTR pszSource, size_t cchMax, size_t *pcchLength, size_t *pcchCou… in FilenameListCchLengthA() 69 HRESULT FilenameListCchCopyA(STRSAFE_LPSTR pszDest, size_t cchDest, LPCSTR pszSource, LPCSTR pszSep… in FilenameListCchCopyA() 275 LPCSTR files = (LPCSTR)((char*)pdropfiles + pdropfiles->pFiles);
|
/third_party/curl/src/ |
D | tool_cb_wrt.c | 288 if(MultiByteToWideChar(CP_UTF8, 0, (LPCSTR)outs->utf8seq, -1, in tool_write_cb() 335 wc_len = MultiByteToWideChar(CP_UTF8, 0, (LPCSTR)rbuf, rlen, NULL, 0); in tool_write_cb() 343 wc_len = MultiByteToWideChar(CP_UTF8, 0, (LPCSTR)rbuf, rlen, wc_buf, in tool_write_cb()
|
/third_party/lzma/CPP/Common/ |
D | MyWindows.h | 63 typedef const CHAR *LPCSTR; typedef 210 MY_EXTERN_C BSTR SysAllocStringByteLen(LPCSTR psz, UINT len);
|
D | MyWindows.cpp | 40 BSTR SysAllocStringByteLen(LPCSTR s, UINT len) in SysAllocStringByteLen() 124 dest->bstrVal = SysAllocStringByteLen((LPCSTR)src->bstrVal, in VariantCopy()
|
/third_party/skia/third_party/externals/freetype/builds/windows/ |
D | ftsystem.c | 202 CreateFileA( LPCSTR lpFileName, in CreateFileA() 269 file = CreateFileA( (LPCSTR)filepathname, GENERIC_READ, FILE_SHARE_READ, in FT_Stream_Open()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Threading.inc | 64 static void SetThreadName(DWORD Id, LPCSTR Name) { 70 LPCSTR szName; // Pointer to thread name
|
/third_party/python/Tools/unicode/ |
D | genwincodec.py | 14 wintypes.LPCSTR, ctypes.c_int,
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | stw_getprocaddress.c | 90 LPCSTR lpszProc ) in DrvGetProcAddress()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
D | functionswgl_typedefs.h | 28 typedef PROC(WINAPI *PFNWGLGETPROCADDRESSPROC)(LPCSTR);
|
/third_party/vulkan-loader/tests/framework/shim/ |
D | windows_shim.cpp | 301 using PFN_RegOpenKeyExA = LSTATUS(__stdcall *)(HKEY hKey, LPCSTR lpSubKey, DWORD ulOptions, REGSAM … 303 using PFN_RegQueryValueExA = LSTATUS(__stdcall *)(HKEY hKey, LPCSTR lpValueName, LPDWORD lpReserved… 313 LSTATUS __stdcall ShimRegOpenKeyExA(HKEY hKey, LPCSTR lpSubKey, DWORD ulOptions, REGSAM samDesired,… in ShimRegOpenKeyExA() 345 LSTATUS __stdcall ShimRegQueryValueExA(HKEY hKey, LPCSTR lpValueName, LPDWORD lpReserved, LPDWORD l… in ShimRegQueryValueExA()
|
/third_party/node/src/ |
D | node_win32_etw_provider.h | 82 INLINE void NODE_V8SYMBOL_ADD(LPCSTR symbol,
|