Searched refs:write_off (Results 1 – 4 of 4) sorted by relevance
1587 u_int64_t len, read_off, read_len, write_off; in process_extended_copy_data() local1595 (r = sshbuf_get_u64(iqueue, &write_off)) != 0) in process_extended_copy_data()1603 (unsigned long long)write_off); in process_extended_copy_data()1629 lseek(write_fd, write_off, SEEK_SET) < 0) { in process_extended_copy_data()
205 offset_int write_off (tree) const;312 offset_int builtin_access::write_off (tree startlen) const in write_off() function2009 offset_int wroff = acs.write_off (dstsize); in check_bounds_or_overlap()
211 offset_int write_off (tree) const;321 offset_int builtin_access::write_off (tree startlen) const in write_off() function in __anon10823bf20111::builtin_access2033 offset_int wroff = acs.write_off (dstsize); in check_bounds_or_overlap()
13987 (builtin_access::write_off): New function.14002 (check_bounds_or_overlap): Use builtin_access::write_off.