Home
last modified time | relevance | path

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

/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dcdmodule.c13 } cdplayerobject; typedef
18 CD_allowremoval(cdplayerobject *self, PyObject *args) in CD_allowremoval()
51 CD_close(cdplayerobject *self, PyObject *args) in CD_close()
67 CD_eject(cdplayerobject *self, PyObject *args) in CD_eject()
145 CD_play(cdplayerobject *self, PyObject *args) in CD_play()
234 CD_readda(cdplayerobject *self, PyObject *args) in CD_readda()
260 CD_seek(cdplayerobject *self, PyObject *args) in CD_seek()
313 CD_stop(cdplayerobject *self, PyObject *args) in CD_stop()
377 cdplayer_dealloc(cdplayerobject *self) in cdplayer_dealloc()
398 sizeof(cdplayerobject), /*tp_size*/
[all …]
/dports/lang/python27/Python-2.7.18/Modules/
H A Dcdmodule.c13 } cdplayerobject; typedef
18 CD_allowremoval(cdplayerobject *self, PyObject *args) in CD_allowremoval()
51 CD_close(cdplayerobject *self, PyObject *args) in CD_close()
67 CD_eject(cdplayerobject *self, PyObject *args) in CD_eject()
145 CD_play(cdplayerobject *self, PyObject *args) in CD_play()
234 CD_readda(cdplayerobject *self, PyObject *args) in CD_readda()
260 CD_seek(cdplayerobject *self, PyObject *args) in CD_seek()
313 CD_stop(cdplayerobject *self, PyObject *args) in CD_stop()
377 cdplayer_dealloc(cdplayerobject *self) in cdplayer_dealloc()
398 sizeof(cdplayerobject), /*tp_size*/
[all …]