Searched defs:deltafrag (Results 1 – 1 of 1) sorted by relevance
7065 struct deltafrag { in apply_rcs_changes() struct7066 enum {FRAG_ADD, FRAG_DELETE} type; in apply_rcs_changes()7067 unsigned long pos; in apply_rcs_changes()7068 unsigned long nlines; in apply_rcs_changes()7069 const char *new_lines; in apply_rcs_changes()7070 size_t len; in apply_rcs_changes()7071 struct deltafrag *next; in apply_rcs_changes()