Lines Matching refs:bytesobj
819 PyObject *bytesobj = NULL; in _curses_window_addstr_impl() local
828 strtype = PyCurses_ConvertToString(self, str, &bytesobj, &wstr); in _curses_window_addstr_impl()
830 strtype = PyCurses_ConvertToString(self, str, &bytesobj, NULL); in _curses_window_addstr_impl()
851 const char *str = PyBytes_AS_STRING(bytesobj); in _curses_window_addstr_impl()
857 Py_DECREF(bytesobj); in _curses_window_addstr_impl()
902 PyObject *bytesobj = NULL; in _curses_window_addnstr_impl() local
911 strtype = PyCurses_ConvertToString(self, str, &bytesobj, &wstr); in _curses_window_addnstr_impl()
913 strtype = PyCurses_ConvertToString(self, str, &bytesobj, NULL); in _curses_window_addnstr_impl()
934 const char *str = PyBytes_AS_STRING(bytesobj); in _curses_window_addnstr_impl()
940 Py_DECREF(bytesobj); in _curses_window_addnstr_impl()
1820 PyObject *bytesobj = NULL; in _curses_window_insstr_impl() local
1829 strtype = PyCurses_ConvertToString(self, str, &bytesobj, &wstr); in _curses_window_insstr_impl()
1831 strtype = PyCurses_ConvertToString(self, str, &bytesobj, NULL); in _curses_window_insstr_impl()
1852 const char *str = PyBytes_AS_STRING(bytesobj); in _curses_window_insstr_impl()
1858 Py_DECREF(bytesobj); in _curses_window_insstr_impl()
1905 PyObject *bytesobj = NULL; in _curses_window_insnstr_impl() local
1914 strtype = PyCurses_ConvertToString(self, str, &bytesobj, &wstr); in _curses_window_insnstr_impl()
1916 strtype = PyCurses_ConvertToString(self, str, &bytesobj, NULL); in _curses_window_insnstr_impl()
1937 const char *str = PyBytes_AS_STRING(bytesobj); in _curses_window_insnstr_impl()
1943 Py_DECREF(bytesobj); in _curses_window_insnstr_impl()