Home
last modified time | relevance | path

Searched refs:bytes_index (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/gio/
Dgwin32file-sync-stream.c238 ULONG bytes_index; in _file_sync_stream_copy_to() local
258 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()
/third_party/python/Objects/
Dbytesobject.c1854 bytes_index(PyBytesObject *self, PyObject *args) in bytes_index() function
2490 {"index", (PyCFunction)bytes_index, METH_VARARGS, _Py_index__doc__},