Home
last modified time | relevance | path

Searched refs:LPCSTR (Results 1 – 25 of 73) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/
DStackWalker.h99 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);
DStackWalker.cpp284 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/
DWindow.cpp33 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()
DDLL.h52 void *GetProc(LPCSTR procName) const { return My_GetProcAddress(_module, procName); } in GetProc()
73 void *GetProc(LPCSTR procName) const; // { return My_GetProcAddress(_module, procName); }
DDLL.cpp135 local_GetProcAddress(HMODULE module, LPCSTR procName) in local_GetProcAddress()
182 void * CLibrary::GetProc(LPCSTR procName) const in GetProc()
DRegistry.cpp130 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()
DCommonDialog.cpp32 bool Add(LPCSTR s) throw();
36 bool CDoubleZeroStringListA::Add(LPCSTR s) throw() in Add()
/third_party/vulkan-loader/loader/
Dloader_windows.h49LPCSTR 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/
DDialog.cpp381 LPCSTR templateNameA; in Create()
383 templateNameA = (LPCSTR)templateName; in Create()
402 LPCSTR templateNameA; in Create()
404 templateNameA = (LPCSTR)templateName; in Create()
DWindow2.cpp90 LPCSTR classNameP; in CreateEx()
92 classNameP = (LPCSTR)className; in CreateEx()
/third_party/libsnd/tests/
Dwin32_ordinal_test.c64 #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/
DExtractCallbackSfx.cpp18 static LPCSTR const kCantDeleteFile = "Cannot delete output file";
19 static LPCSTR const kCantOpenFile = "Cannot open output file";
20 static LPCSTR const kUnsupportedMethod = "Unsupported Method";
DExtractEngine.cpp21 static LPCSTR const kCantFindArchive = "Cannot find archive file";
22 static LPCSTR const kCantOpenArchive = "Cannot open the file as archive";
DSfxSetup.cpp40 static bool ReadDataString(CFSTR fileName, LPCSTR startID, in ReadDataString()
41 LPCSTR endID, AString &stringResult) in ReadDataString()
/third_party/python/PC/
Dpyshellext.cpp27 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/
Dtool_cb_wrt.c288 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/
DMyWindows.h63 typedef const CHAR *LPCSTR; typedef
210 MY_EXTERN_C BSTR SysAllocStringByteLen(LPCSTR psz, UINT len);
DMyWindows.cpp40 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/
Dftsystem.c202 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/
DThreading.inc64 static void SetThreadName(DWORD Id, LPCSTR Name) {
70 LPCSTR szName; // Pointer to thread name
/third_party/python/Tools/unicode/
Dgenwincodec.py14 wintypes.LPCSTR, ctypes.c_int,
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_getprocaddress.c90 LPCSTR lpszProc ) in DrvGetProcAddress()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
Dfunctionswgl_typedefs.h28 typedef PROC(WINAPI *PFNWGLGETPROCADDRESSPROC)(LPCSTR);
/third_party/vulkan-loader/tests/framework/shim/
Dwindows_shim.cpp301 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/
Dnode_win32_etw_provider.h82 INLINE void NODE_V8SYMBOL_ADD(LPCSTR symbol,

123