Lines Matching refs:bytesobj

681     PyObject *bytesobj = NULL;  in _curses_window_addstr_impl()  local
690 strtype = PyCurses_ConvertToString(self, str, &bytesobj, &wstr); in _curses_window_addstr_impl()
692 strtype = PyCurses_ConvertToString(self, str, &bytesobj, NULL); in _curses_window_addstr_impl()
712 const char *str = PyBytes_AS_STRING(bytesobj); in _curses_window_addstr_impl()
718 Py_DECREF(bytesobj); in _curses_window_addstr_impl()
763 PyObject *bytesobj = NULL; in _curses_window_addnstr_impl() local
772 strtype = PyCurses_ConvertToString(self, str, &bytesobj, &wstr); in _curses_window_addnstr_impl()
774 strtype = PyCurses_ConvertToString(self, str, &bytesobj, NULL); in _curses_window_addnstr_impl()
795 const char *str = PyBytes_AS_STRING(bytesobj); in _curses_window_addnstr_impl()
801 Py_DECREF(bytesobj); in _curses_window_addnstr_impl()
1681 PyObject *bytesobj = NULL; in _curses_window_insstr_impl() local
1690 strtype = PyCurses_ConvertToString(self, str, &bytesobj, &wstr); in _curses_window_insstr_impl()
1692 strtype = PyCurses_ConvertToString(self, str, &bytesobj, NULL); in _curses_window_insstr_impl()
1713 const char *str = PyBytes_AS_STRING(bytesobj); in _curses_window_insstr_impl()
1719 Py_DECREF(bytesobj); in _curses_window_insstr_impl()
1766 PyObject *bytesobj = NULL; in _curses_window_insnstr_impl() local
1775 strtype = PyCurses_ConvertToString(self, str, &bytesobj, &wstr); in _curses_window_insnstr_impl()
1777 strtype = PyCurses_ConvertToString(self, str, &bytesobj, NULL); in _curses_window_insnstr_impl()
1798 const char *str = PyBytes_AS_STRING(bytesobj); in _curses_window_insnstr_impl()
1804 Py_DECREF(bytesobj); in _curses_window_insnstr_impl()