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