OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expanded_len
(Results
1 - 1
of
1
) sorted by null
/bootable/recovery/applypatch/
imgpatch.c
116
size_t
expanded_len
= Read8(deflate_header+24);
local
127
// Note:
expanded_len
will include the bonus data size if
133
unsigned char* expanded_source = malloc(
expanded_len
);
136
expanded_len
);
146
strm.avail_out =
expanded_len
;
172
memcpy(expanded_source + (
expanded_len
- bonus_size),
180
if (ApplyBSDiffPatchMem(expanded_source,
expanded_len
,
192
ssize_t temp_size =
expanded_len
;
Completed in 162 milliseconds