Home
last modified time | relevance | path

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

123

/external/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()
DCommonDialog.cpp32 bool Add(LPCSTR s) throw();
36 bool CDoubleZeroStringListA::Add(LPCSTR s) throw() in Add()
DRegistry.cpp114 return DeleteValue(name == 0 ? 0 : (LPCSTR)GetSystemString(name)); in DeleteValue()
157 return SetValue(name == 0 ? 0 : (LPCSTR)GetSystemString(name), in SetValue()
158 value == 0 ? 0 : (LPCSTR)GetSystemString(value)); in SetValue()
286 res = QueryValue(name == 0 ? 0 : (LPCSTR)GetSystemString(name), vTemp); in QueryValue()
DDLL.h49 FARPROC GetProc(LPCSTR procName) const { return My_GetProcAddress(_module, procName); } in GetProc()
DFileSystem.cpp73 LPCSTR lpDirectoryName, // directory name
/external/libchrome/crypto/
Dwincrypt_shim.h21 #define WINCRYPT_X509_CERT_PAIR ((LPCSTR) 53)
22 #define WINCRYPT_X509_EXTENSIONS ((LPCSTR) 5)
23 #define WINCRYPT_X509_NAME ((LPCSTR) 7)
/external/webrtc/webrtc/base/
Dwin32socketserver.cc59 LPCSTR WSAErrorToString(int error, LPCSTR *description_result) { in WSAErrorToString()
60 LPCSTR string = "Unspecified"; in WSAErrorToString()
61 LPCSTR description = "Unspecified description"; in WSAErrorToString()
126 void ReportWSAError(LPCSTR context, int error, const SocketAddress& address) { in ReportWSAError()
127 LPCSTR description_string; in ReportWSAError()
128 LPCSTR error_string = WSAErrorToString(error, &description_string); in ReportWSAError()
134 void ReportWSAError(LPCSTR context, int error, const SocketAddress& address) {} in ReportWSAError()
/external/lzma/CPP/Windows/Control/
DDialog.cpp217 LPCSTR templateNameA; in Create()
219 templateNameA = (LPCSTR)templateName; in Create()
238 LPCSTR templateNameA; in Create()
240 templateNameA = (LPCSTR)templateName; in Create()
DWindow2.cpp90 LPCSTR classNameP; in CreateEx()
92 classNameP = (LPCSTR)className; in CreateEx()
/external/lzma/CPP/7zip/Archive/Common/
DItemNameUtils.cpp70 LPCSTR prev = in HasTailSlash()
74 (LPCSTR)(name) + (name.Len() - 1); in HasTailSlash()
/external/webrtc/webrtc/voice_engine/
Dvoice_engine_defines.h247 #define LPCSTR const char * macro
310 #define LPCSTR const char * macro
/external/python/cpython3/PC/
Dpyshellext.cpp28 HRESULT FilenameListCchLengthA(LPCSTR pszSource, size_t cchMax, size_t *pcchLength, size_t *pcchCou… in FilenameListCchLengthA()
70 HRESULT FilenameListCchCopyA(STRSAFE_LPSTR pszDest, size_t cchDest, LPCSTR pszSource, LPCSTR pszSep… in FilenameListCchCopyA()
272 LPCSTR files = (LPCSTR)((char*)pdropfiles + pdropfiles->pFiles); in GetArguments()
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dwin32.py38 from ctypes.wintypes import LPCSTR
41 CreateEventA.argtypes = [LPSECURITY_ATTRIBUTES, BOOL, BOOL, LPCSTR]
46 CreateFileA.argtypes = [LPCSTR, DWORD, DWORD, LPSECURITY_ATTRIBUTES, DWORD, DWORD, HANDLE]
/external/lzma/CPP/Common/
DMyWindows.cpp36 BSTR SysAllocStringByteLen(LPCSTR s, UINT len) in SysAllocStringByteLen()
120 dest->bstrVal = SysAllocStringByteLen((LPCSTR)src->bstrVal, in VariantCopy()
DMyWindows.h53 typedef const CHAR *LPCSTR; typedef
194 MY_EXTERN_C BSTR SysAllocStringByteLen(LPCSTR psz, UINT len);
/external/mdnsresponder/mDNSWindows/DLLStub/
DDLLStub.h43 GetProcAddress( FARPROC * func, LPCSTR lpProcName );
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/
Dlist_ports_windows.py18 from ctypes.wintypes import LPCSTR
112 RegQueryValueEx.argtypes = [HKEY, LPCSTR, LPDWORD, LPDWORD, LPBYTE, LPDWORD]
/external/python/cpython2/Python/
Drandom.c19 LPCSTR pszContainer, LPCSTR pszProvider, DWORD dwProvType,\
/external/python/cpython2/Tools/unicode/
Dgenwincodec.py14 wintypes.LPCSTR, ctypes.c_int,
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_getprocaddress.c87 LPCSTR lpszProc ) in DrvGetProcAddress()
/external/python/cpython3/Tools/unicode/
Dgenwincodec.py14 wintypes.LPCSTR, ctypes.c_int,
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DSfxSetup.cpp40 static bool ReadDataString(CFSTR fileName, LPCSTR startID, in ReadDataString()
41 LPCSTR endID, AString &stringResult) in ReadDataString()
/external/ImageMagick/Magick++/lib/
DThread.cpp51 _mutex=::CreateSemaphore(&security,1,1,(LPCSTR) NULL);
/external/python/cpython2/Tools/msi/
Dmsisupport.c8 static UINT debug(MSIHANDLE hInstall, LPCSTR msg) in debug()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp76 printf("%s", (LPCSTR)GetOemString(s)); in PrintString()
81 printf("%s", (LPCSTR)s); in PrintString()
97 printf("Error: %s", (LPCSTR)message); in PrintError()

123