Home
last modified time | relevance | path

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

/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/angle/src/third_party/volk/
Dvolk.c6 typedef const char* LPCSTR; typedef
/external/python/cpython2/Modules/
Dposixmodule.c921 char* format, BOOL (__stdcall *funcA)(LPCSTR), in win32_1str()