Home
last modified time | relevance | path

Searched defs:LPCSTR (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dvoice_engine_defines.h247 #define LPCSTR const char * macro
310 #define LPCSTR const char * macro
/external/python/cpython2/Lib/ctypes/
Dwintypes.py36 LPCSTR = LPSTR = c_char_p variable
/external/python/cpython3/Lib/ctypes/
Dwintypes.py37 LPCSTR = LPSTR = ctypes.c_char_p variable
/external/lzma/CPP/Common/
DMyWindows.h66 typedef const CHAR *LPCSTR; typedef
/external/python/cpython2/Modules/
Dposixmodule.c921 char* format, BOOL (__stdcall *funcA)(LPCSTR), in win32_1str()