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