Searched defs:newdata (Results 1 – 1 of 1) sorted by relevance
/bootable/recovery/applypatch/ |
D | bsdiff.cpp | 159 static off_t matchlen(u_char *olddata,off_t oldsize,u_char *newdata,off_t newsize) in matchlen() 170 u_char *newdata,off_t newsize,off_t st,off_t en,off_t *pos) in search() 224 int bsdiff(u_char* old, off_t oldsize, off_t** IP, u_char* newdata, off_t newsize, in bsdiff()
|