Home
last modified time | relevance | path

Searched defs:LPCSTR (Results 1 – 4 of 4) 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/lzma/CPP/Common/
DMyWindows.h53 typedef const CHAR *LPCSTR; typedef
/external/python/cpython2/Modules/
Dposixmodule.c916 char* format, BOOL (__stdcall *funcA)(LPCSTR), in win32_1str()