bspatch.cc | 28 __FBSDID("$FreeBSD: src/usr.bin/bsdiff/bspatch/bspatch.c,v 1.1 2005/08/06 01:59:06 cperciva Exp $"); 31 #include "bspatch.h" 182 int bspatch(const char* old_filename, function in namespace:bsdiff 204 return bspatch(old_filename, new_filename, patch.data(), patch_size, 212 int bspatch(const char* old_filename, function in namespace:bsdiff 263 return bspatch(old_file, new_file, patch_data, patch_size); 268 int bspatch(const uint8_t* old_data, function in namespace:bsdiff 276 return bspatch(old_file, new_file, patch_data, patch_size); 281 int bspatch(const std::unique_ptr<FileInterface>& old_file function in namespace:bsdiff [all...] |