Searched refs:bytes_index (Results 1 – 2 of 2) sorted by relevance
238 ULONG bytes_index; in _file_sync_stream_copy_to() local258 bytes_index = 0; in _file_sync_stream_copy_to()260 while (bytes_index < bytes_read) in _file_sync_stream_copy_to()263 …r = output_stream->lpVtbl->Write (output_stream, &buffer[bytes_index], bytes_read - bytes_index, &… in _file_sync_stream_copy_to()270 bytes_index += bytes_written; in _file_sync_stream_copy_to()
1854 bytes_index(PyBytesObject *self, PyObject *args) in bytes_index() function2490 {"index", (PyCFunction)bytes_index, METH_VARARGS, _Py_index__doc__},