Home
last modified time | relevance | path

Searched refs:MS_WIN32 (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython2/Modules/_ctypes/
Dmalloc_closure.c3 #ifdef MS_WIN32
39 #ifdef MS_WIN32 in more_core()
59 #ifdef MS_WIN32 in more_core()
Dcallproc.c66 #ifdef MS_WIN32
73 #ifdef MS_WIN32
225 #ifdef MS_WIN32
488 #ifdef MS_WIN32 in PyCArg_repr()
745 #if defined(MS_WIN32) && !defined(_WIN32_WCE) in _ctypes_get_ffi_type()
787 #ifdef MS_WIN32 in _call_function_pointer()
802 #if defined(MS_WIN32) && !defined(MS_WIN64) && !defined(_WIN32_WCE) in _call_function_pointer()
830 #ifdef MS_WIN32 in _call_function_pointer()
842 #ifdef MS_WIN32 in _call_function_pointer()
866 #ifdef MS_WIN32 in _call_function_pointer()
[all …]
D_ctypes_test.c11 #ifdef MS_WIN32
15 #if defined(MS_WIN32) || defined(__CYGWIN__)
206 #ifndef MS_WIN32
229 #ifdef MS_WIN32
360 #ifdef MS_WIN32
476 #ifdef MS_WIN32
508 #ifdef MS_WIN32
527 #ifndef MS_WIN32
645 #ifdef MS_WIN32
650 #ifdef MS_WIN32
Dcallbacks.c11 #ifdef MS_WIN32
176 #ifdef MS_WIN32
279 #ifdef MS_WIN32 in _CallPythonObject()
306 #ifdef MS_WIN32 in _CallPythonObject()
318 #ifdef MS_WIN32 in _CallPythonObject()
463 #if defined(MS_WIN32) && !defined(_WIN32_WCE) && !defined(MS_WIN64) in _ctypes_alloc_callback()
500 #ifdef MS_WIN32
Dctypes.h35 #ifndef MS_WIN32
137 #ifdef MS_WIN32
312 #ifdef MS_WIN32
447 #ifdef MS_WIN32
Dctypes_dlfcn.h8 #ifndef MS_WIN32
Dcfield.c9 #ifdef MS_WIN32
76 #ifdef MS_WIN32 in PyCField_FromDesc()
86 #ifndef MS_WIN32 in PyCField_FromDesc()
700 #ifdef MS_WIN32
1375 #if defined(MS_WIN32) && !defined(_WIN32_WCE) in z_get()
1468 #if defined(MS_WIN32) && !defined(_WIN32_WCE) in Z_get()
1484 #ifdef MS_WIN32
1632 #ifdef MS_WIN32
D_ctypes.c114 #ifdef MS_WIN32
637 #ifdef MS_WIN32 in CDataType_in_dll()
3186 #ifdef MS_WIN32
3323 #ifdef MS_WIN32 in _get_name()
3390 #ifdef MS_WIN32 in PyCFuncPtr_FromDll()
3443 #ifdef MS_WIN32
3499 #ifdef MS_WIN32 in PyCFuncPtr_new()
3671 #ifdef MS_WIN32 in _build_callargs()
3684 #ifdef MS_WIN32 in _build_callargs()
3893 #ifdef MS_WIN32 in PyCFuncPtr_call()
[all …]
Dstgdict.c3 #ifdef MS_WIN32
/external/python/cpython2/PC/os2vacpp/
Dgetpathp.c8 #ifdef MS_WIN32
136 #ifdef MS_WIN32
251 #ifdef MS_WIN32 in get_progpath()
304 #ifdef MS_WIN32 in calculate_path()
370 #ifdef MS_WIN32 in calculate_path()
397 #ifdef MS_WIN32 in calculate_path()
/external/python/cpython2/PC/
Dpyconfig.h80 #define MS_WIN32 /* only support win32 and greater. */ macro
209 #if defined(MS_WIN32) && !defined(MS_WIN64)
363 #elif defined(MS_WIN32)
384 #ifdef MS_WIN32
D_subprocess.c72 #if defined(MS_WIN32) && !defined(MS_WIN64)
/external/python/cpython2/Include/
Dunicodeobject.h94 # if defined(MS_WIN32) && Py_UNICODE_SIZE == 2
1077 #ifdef MS_WIN32
Dpyerrors.h314 #if defined(MS_WIN32) && !defined(HAVE_SNPRINTF)
/external/python/cpython2/Modules/
Dsocketmodule.c397 #ifdef MS_WIN32
2366 #ifdef MS_WIN32
2390 #ifdef MS_WIN32
/external/python/cpython2/Misc/
DHISTORY14280 - Changed last uses of #ifdef NT to #ifdef MS_WINDOWS or MS_WIN32,