Searched refs:fix_offset (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dcompose_delta.c655 const apr_size_t fix_offset = (offset > off[0] ? offset - off[0] : 0);
659 /* Ideally, we'd do this check before assigning fix_offset and
668 assert(fix_offset + fix_limit < op->length);
676 + op->offset + fix_offset)
680 op->offset + fix_offset,
681 op->length - fix_offset - fix_limit,
694 copy_source_ops(op->offset + fix_offset,
706 const apr_size_t ptn_overlap = fix_offset % ptn_length;
707 apr_size_t fix_off = fix_offset;
757 target_offset += op->length - fix_offset
651 const apr_size_t fix_offset = (offset > off[0] ? offset - off[0] : 0); local
[all...]
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-linux.c486 static int fix_offset(pcap_t *handle, struct bpf_insn *p);
7258 if (fix_offset(handle, p) < 0) {
7276 fix_offset(pcap_t *handle, struct bpf_insn *p) function

Completed in 112 milliseconds