Searched refs:bytearray_append_impl (Results 1 – 2 of 2) sorted by relevance
610 bytearray_append_impl(PyByteArrayObject *self, int item);621 return_value = bytearray_append_impl(self, item); in bytearray_append()
1636 bytearray_append_impl(PyByteArrayObject *self, int item) in bytearray_append_impl() function