Searched refs:array_resize (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Modules/ |
D | arraymodule.c | 124 array_resize(arrayobject *self, Py_ssize_t newsize) in array_resize() function 644 if (array_resize(self, n+1) == -1) in ins1() 970 if (array_resize(a, Py_SIZE(a) - d) == -1) in array_del_slice() 1044 if (array_resize(self, size) == -1) in array_do_extend() 1089 if (array_resize(self, n * Py_SIZE(self)) == -1) in array_inplace_repeat() 1591 if (array_resize(self, old_size + n) == -1) in array_array_fromlist() 1597 array_resize(self, old_size); in array_array_fromlist() 1603 array_resize(self, old_size); in array_array_fromlist() 1664 if (array_resize(self, old_size + n) == -1) { in frombytes() 1738 if (array_resize(self, old_size + ustr_length) == -1) { in array_array_fromunicode_impl() [all …]
|
/third_party/glib/gio/ |
D | gmemoryoutputstream.c | 544 array_resize (GMemoryOutputStream *ostream, in array_resize() function 651 if (!array_resize (ostream, new_size, TRUE, error)) in g_memory_output_stream_write() 827 if (!array_resize (ostream, offset, FALSE, error)) in g_memory_output_stream_truncate()
|
D | gdbusmessage.c | 227 array_resize (GMemoryBuffer *mbuf, in array_resize() function 279 array_resize (mbuf, new_size); in g_memory_buffer_write()
|