OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_le_int
(Results
1 - 2
of
2
) sorted by null
/system/core/libzipfile/
centraldir.c
22
read_le_int
(const unsigned char* buf)
function
47
file->centralDirSize =
read_le_int
(&buf[0x0c]);
48
file->centralDirOffest =
read_le_int
(&buf[0x10]);
95
if (
read_le_int
(&p[0x00]) != ENTRY_SIGNATURE) {
106
crc32 =
read_le_int
(&p[0x10]);
107
entry->compressedSize =
read_le_int
(&p[0x14]);
108
entry->uncompressedSize =
read_le_int
(&p[0x18]);
114
externalAttrs =
read_le_int
(&p[0x26]);
115
localHeaderRelOffset =
read_le_int
(&p[0x2a]);
207
if (*p == 0x50 &&
read_le_int
(p) == CD_SIGNATURE) {
[
all
...]
private.h
41
unsigned int
read_le_int
(const unsigned char* buf);
Completed in 25 milliseconds