Searched refs:bytes_obj_buf (Results 1 – 1 of 1) sorted by relevance
619 void *bytes_obj_buf = ((PyBytesObject *)bytes_obj)->ob_sval; in bytes_from_buffer() local620 if (PyBuffer_ToContiguous(bytes_obj_buf, buf, buf->len, 'C') < 0) { in bytes_from_buffer()