OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:estream
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/applypatch/
bspatch.c
174
bz_stream
estream
;
local
175
estream
.next_in = patch->data + patch_offset + 32 + ctrl_len + data_len;
176
estream
.avail_in = patch->size - (patch_offset + 32 + ctrl_len + data_len);
177
estream
.bzalloc = NULL;
178
estream
.bzfree = NULL;
179
estream
.opaque = NULL;
180
if ((bzerr = BZ2_bzDecompressInit(&
estream
, 0, 0)) != BZ_OK) {
241
if (FillBuffer(*new_data + newpos, ctrl[1], &
estream
) != 0) {
253
BZ2_bzDecompressEnd(&
estream
);
/external/chromium_org/third_party/boringssl/src/crypto/chacha/
chacha_generic.c
15
/* Adapted from the public domain,
estream
code by D. Bernstein. */
Completed in 549 milliseconds