Searched refs:PyByteArray_GET_SIZE (Results 1 – 21 of 21) sorted by relevance
157 return PyByteArray_GET_SIZE(self); in PyByteArray_Size()381 i += PyByteArray_GET_SIZE(self); in bytearray_subscript()395 slicelength = PySlice_AdjustIndices(PyByteArray_GET_SIZE(self), in bytearray_subscript()527 PyByteArray_GET_SIZE(values)); in bytearray_setslice()615 i += PyByteArray_GET_SIZE(self); in bytearray_ass_subscript()640 slicelen = PySlice_AdjustIndices(PyByteArray_GET_SIZE(self), &start, in bytearray_ass_subscript()704 if (cur + step >= (size_t)PyByteArray_GET_SIZE(self)) in bytearray_ass_subscript()705 lim = PyByteArray_GET_SIZE(self) - cur - 1; in bytearray_ass_subscript()712 if (cur < (size_t)PyByteArray_GET_SIZE(self)) { in bytearray_ass_subscript()715 PyByteArray_GET_SIZE(self) - cur); in bytearray_ass_subscript()[all …]
495 else if (PyByteArray_Check(arg) && PyByteArray_GET_SIZE(arg) == 1) { in byte_converter()538 *plen = PyByteArray_GET_SIZE(v); in format_obj()
223 len = PyByteArray_GET_SIZE(v); in PyFloat_FromString()
1611 PyByteArray_GET_SIZE(o), 10); in PyNumber_Long()
3905 PyByteArray_GET_SIZE(v)); in PyUnicode_AsEncodedString()
32 static inline Py_ssize_t PyByteArray_GET_SIZE(PyObject *op) { in PyByteArray_GET_SIZE() function37 # define PyByteArray_GET_SIZE(self) PyByteArray_GET_SIZE(_PyObject_CAST(self)) macro
89 else if (PyByteArray_Check(args[1]) && PyByteArray_GET_SIZE(args[1]) == 1) { in stringlib_ljust()145 else if (PyByteArray_Check(args[1]) && PyByteArray_GET_SIZE(args[1]) == 1) { in stringlib_rjust()201 else if (PyByteArray_Check(args[1]) && PyByteArray_GET_SIZE(args[1]) == 1) { in stringlib_center()
235 else if (PyByteArray_Check(args[0]) && PyByteArray_GET_SIZE(args[0]) == 1) { in char_converter()248 else if (PyByteArray_Check(args[1]) && PyByteArray_GET_SIZE(args[1]) == 1) { in char_converter()261 else if (PyByteArray_Check(args[2]) && PyByteArray_GET_SIZE(args[2]) == 1) { in char_converter()274 else if (PyByteArray_Check(args[3]) && PyByteArray_GET_SIZE(args[3]) == 1) { in char_converter()287 else if (PyByteArray_Check(args[4]) && PyByteArray_GET_SIZE(args[4]) == 1) { in char_converter()300 else if (PyByteArray_Check(args[5]) && PyByteArray_GET_SIZE(args[5]) == 1) { in char_converter()313 else if (PyByteArray_Check(args[6]) && PyByteArray_GET_SIZE(args[6]) == 1) { in char_converter()326 else if (PyByteArray_Check(args[7]) && PyByteArray_GET_SIZE(args[7]) == 1) { in char_converter()339 else if (PyByteArray_Check(args[8]) && PyByteArray_GET_SIZE(args[8]) == 1) { in char_converter()352 else if (PyByteArray_Check(args[9]) && PyByteArray_GET_SIZE(args[9]) == 1) { in char_converter()[all …]
548 while (limit < 0 || PyByteArray_GET_SIZE(buffer) < limit) { in _io__IOBase_readline_impl()614 old_size = PyByteArray_GET_SIZE(buffer); in _io__IOBase_readline_impl()624 if (PyByteArray_AS_STRING(buffer)[PyByteArray_GET_SIZE(buffer) - 1] == '\n') in _io__IOBase_readline_impl()629 PyByteArray_GET_SIZE(buffer)); in _io__IOBase_readline_impl()
344 else if (PyByteArray_Check(arg) && PyByteArray_GET_SIZE(arg) == 1) { in msvcrt_putch()418 else if (PyByteArray_Check(arg) && PyByteArray_GET_SIZE(arg) == 1) { in msvcrt_ungetch()
83 .. c:function:: Py_ssize_t PyByteArray_GET_SIZE(PyObject *bytearray)
501 else if (PyByteArray_Check(args[0]) && PyByteArray_GET_SIZE(args[0]) == 1) {514 else if (PyByteArray_Check(args[1]) && PyByteArray_GET_SIZE(args[1]) == 1) {527 else if (PyByteArray_Check(args[2]) && PyByteArray_GET_SIZE(args[2]) == 1) {540 else if (PyByteArray_Check(args[3]) && PyByteArray_GET_SIZE(args[3]) == 1) {553 else if (PyByteArray_Check(args[4]) && PyByteArray_GET_SIZE(args[4]) == 1) {566 else if (PyByteArray_Check(args[5]) && PyByteArray_GET_SIZE(args[5]) == 1) {579 else if (PyByteArray_Check(args[6]) && PyByteArray_GET_SIZE(args[6]) == 1) {592 else if (PyByteArray_Check(args[7]) && PyByteArray_GET_SIZE(args[7]) == 1) {605 else if (PyByteArray_Check(args[8]) && PyByteArray_GET_SIZE(args[8]) == 1) {618 else if (PyByteArray_Check(args[9]) && PyByteArray_GET_SIZE(args[9]) == 1) {[all …]
1843 n = PyByteArray_GET_SIZE(v); in s_pack_internal()1865 n = PyByteArray_GET_SIZE(v); in s_pack_internal()
2488 if (PyByteArray_GET_SIZE(obj) == 0) { in save_bytearray()2511 PyByteArray_GET_SIZE(obj)); in save_bytearray()
1858 size = PyByteArray_GET_SIZE(buffer); in getargs_es_hash()1881 size = PyByteArray_GET_SIZE(buffer); in getargs_et_hash()
3762 size = PyByteArray_GET_SIZE(password); in _pwinfo_set()
1114 if (PyByteArray_Check(value) && PyByteArray_GET_SIZE(value) == 1) { in c_set()
1841 size = PyByteArray_GET_SIZE(cmd); in _Py_SourceAsString()
1928 size = PyByteArray_GET_SIZE(c); in builtin_ord()
1108 size = PyByteArray_GET_SIZE(s); in convertsimple()
97 PyByteArray_GET_SIZE:Py_ssize_t:::98 PyByteArray_GET_SIZE:PyObject*:bytearray:0: