Lines Matching refs:sp_handle_object
54 } 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()
312 value = (sp_handle_object*) PyObject_GetAttrString(obj, name); in gethandle()