Searched defs:svn_diff_binary_patch_t (Results 1 – 2 of 2) sorted by relevance
103 struct svn_diff_binary_patch_t { struct105 const svn_patch_t *patch;108 apr_file_t *apr_file;111 apr_off_t src_start;112 apr_off_t src_end;113 svn_filesize_t src_filesize; /* Expanded/final size */116 apr_off_t dst_start;117 apr_off_t dst_end;118 svn_filesize_t dst_filesize; /* Expanded/final size */
1219 typedef struct svn_diff_binary_patch_t svn_diff_binary_patch_t; typedef