Lines Matching refs:offset_dst
10560 offset_dst: object = None
10566 respectively for offset_dst.
10571 PyObject *offset_src, PyObject *offset_dst)
10596 if (offset_dst != Py_None) {
10597 if (!Py_off_t_converter(offset_dst, &offset_dst_val)) {
10629 offset_dst: object = None
10637 respectively for offset_dst. The offset associated to the file
10643 PyObject *offset_src, PyObject *offset_dst,
10665 if (offset_dst != Py_None) {
10666 if (!Py_off_t_converter(offset_dst, &offset_dst_val)) {