Searched refs:overlapped_type (Results 1 – 2 of 2) sorted by relevance
84 PyTypeObject *overlapped_type; member359 OverlappedObject *self = PyObject_GC_New(OverlappedObject, st->overlapped_type); in new_overlapped()2057 …st->overlapped_type = (PyTypeObject *)PyType_FromModuleAndSpec(m, &winapi_overlapped_type_spec, NU… in winapi_exec()2058 if (st->overlapped_type == NULL) { in winapi_exec()2062 if (PyModule_AddType(m, st->overlapped_type) < 0) { in winapi_exec()2177 Py_VISIT(st->overlapped_type); in winapi_traverse()2185 Py_CLEAR(st->overlapped_type); in winapi_clear()
104 PyTypeObject *overlapped_type; member1904 Py_VISIT(state->overlapped_type); in overlapped_traverse()1912 Py_CLEAR(state->overlapped_type); in overlapped_clear()1950 st->overlapped_type = (PyTypeObject *)PyType_FromModuleAndSpec( in overlapped_exec()1952 if (st->overlapped_type == NULL) { in overlapped_exec()1956 if (PyModule_AddType(module, st->overlapped_type) < 0) { in overlapped_exec()