Home
last modified time | relevance | path

Searched refs:sp_handle_object (Results 1 – 2 of 2) sorted by relevance

/dports/lang/python27/Python-2.7.18/PC/
H A D_subprocess.c54 } sp_handle_object; typedef
61 sp_handle_object* self; in sp_handle_new()
63 self = PyObject_NEW(sp_handle_object, &sp_handle_type); in sp_handle_new()
81 sp_handle_detach(sp_handle_object* self, PyObject* args) in sp_handle_detach()
97 sp_handle_close(sp_handle_object* self, PyObject* args) in sp_handle_close()
111 sp_handle_dealloc(sp_handle_object* self) in sp_handle_dealloc()
125 sp_handle_getattr(sp_handle_object* self, char* name) in sp_handle_getattr()
131 sp_handle_as_int(sp_handle_object* self) in sp_handle_as_int()
141 "_subprocess_handle", sizeof(sp_handle_object), 0,
309 sp_handle_object* value; in gethandle()
[all …]
/dports/lang/python-legacy/Python-2.7.18/PC/
H A D_subprocess.c54 } sp_handle_object; typedef
61 sp_handle_object* self; in sp_handle_new()
63 self = PyObject_NEW(sp_handle_object, &sp_handle_type); in sp_handle_new()
81 sp_handle_detach(sp_handle_object* self, PyObject* args) in sp_handle_detach()
97 sp_handle_close(sp_handle_object* self, PyObject* args) in sp_handle_close()
111 sp_handle_dealloc(sp_handle_object* self) in sp_handle_dealloc()
125 sp_handle_getattr(sp_handle_object* self, char* name) in sp_handle_getattr()
131 sp_handle_as_int(sp_handle_object* self) in sp_handle_as_int()
141 "_subprocess_handle", sizeof(sp_handle_object), 0,
309 sp_handle_object* value; in gethandle()
[all …]