Searched refs:F_POINTER (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Modules/_multiprocessing/ |
H A D | multiprocessing.h | 55 # define F_POINTER "k" macro 58 # define F_POINTER "K" macro 65 # define F_HANDLE F_POINTER 72 # define F_SEM_HANDLE F_POINTER
|
/third_party/python/Modules/ |
H A D | overlapped.c | 19 # define F_POINTER "k" macro 22 # define F_POINTER "K" macro 26 #define F_HANDLE F_POINTER 27 #define F_ULONG_PTR F_POINTER 37 format_unit = '"F_POINTER"' 277 return Py_BuildValue(F_DWORD F_DWORD F_ULONG_PTR F_POINTER, in _overlapped_GetQueuedCompletionStatus_impl()
|
H A D | _winapi.c | 51 #define F_POINTER "k" macro 57 #define F_POINTER "K" macro 61 #define F_HANDLE F_POINTER 191 create_converter('LPSECURITY_ATTRIBUTES', '" F_POINTER "') 192 create_converter('LPCVOID', '" F_POINTER "')
|
/third_party/python/Modules/clinic/ |
H A D | _winapi.c.h | 154 if (!_PyArg_ParseStack(args, nargs, "skk" F_POINTER "kk" F_HANDLE ":CreateFile", in _winapi_CreateFile() 198 if (!_PyArg_ParseStack(args, nargs, "" F_HANDLE "" F_POINTER "kkkO&:CreateFileMapping", in _winapi_CreateFileMapping() 312 if (!_PyArg_ParseStack(args, nargs, "skkkkkk" F_POINTER ":CreateNamedPipe", in _winapi_CreateNamedPipe() 751 if (!PyArg_Parse(arg, "" F_POINTER ":UnmapViewOfFile", &address)) { in _winapi_UnmapViewOfFile() 1015 if (!PyArg_Parse(arg, "" F_POINTER ":VirtualQuerySize", &address)) { in _winapi_VirtualQuerySize()
|
H A D | overlapped.c.h | 97 if (!_PyArg_ParseStack(args, nargs, ""F_HANDLE"k"F_ULONG_PTR""F_POINTER":PostQueuedCompletionStatus", in _overlapped_PostQueuedCompletionStatus() 132 if (!_PyArg_ParseStack(args, nargs, ""F_HANDLE""F_HANDLE""F_POINTER"k:RegisterWaitWithQueue", in _overlapped_RegisterWaitWithQueue()
|
Completed in 9 milliseconds