Lines Matching refs:METH_VARARGS
758 { "read", (PyCFunction)oss_read, METH_VARARGS },
759 { "write", (PyCFunction)oss_write, METH_VARARGS },
760 { "writeall", (PyCFunction)oss_writeall, METH_VARARGS },
766 { "setfmt", (PyCFunction)oss_setfmt, METH_VARARGS },
768 { "channels", (PyCFunction)oss_channels, METH_VARARGS },
769 { "speed", (PyCFunction)oss_speed, METH_VARARGS },
770 { "sync", (PyCFunction)oss_sync, METH_VARARGS },
771 { "reset", (PyCFunction)oss_reset, METH_VARARGS },
772 { "post", (PyCFunction)oss_post, METH_VARARGS },
775 { "setparameters", (PyCFunction)oss_setparameters, METH_VARARGS },
782 { "flush", (PyCFunction)oss_sync, METH_VARARGS },
793 { "controls", (PyCFunction)oss_mixer_controls, METH_VARARGS },
794 { "stereocontrols", (PyCFunction)oss_mixer_stereocontrols, METH_VARARGS},
795 { "reccontrols", (PyCFunction)oss_mixer_reccontrols, METH_VARARGS},
796 { "get", (PyCFunction)oss_mixer_get, METH_VARARGS },
797 { "set", (PyCFunction)oss_mixer_set, METH_VARARGS },
798 { "get_recsrc", (PyCFunction)oss_mixer_get_recsrc, METH_VARARGS },
799 { "set_recsrc", (PyCFunction)oss_mixer_set_recsrc, METH_VARARGS },
884 { "open", ossopen, METH_VARARGS },
885 { "openmixer", ossopenmixer, METH_VARARGS },