OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_le_short
(Results
1 - 2
of
2
) sorted by null
/system/core/libzipfile/
centraldir.c
28
read_le_short
(const unsigned char* buf)
function
43
file->disknum =
read_le_short
(&buf[0x04]);
44
file->diskWithCentralDir =
read_le_short
(&buf[0x06]);
45
file->entryCount =
read_le_short
(&buf[0x08]);
46
file->totalEntryCount =
read_le_short
(&buf[0x0a]);
49
file->commentLen =
read_le_short
(&buf[0x14]);
100
versionMadeBy =
read_le_short
(&p[0x04]);
101
versionToExtract =
read_le_short
(&p[0x06]);
102
gpBitFlag =
read_le_short
(&p[0x08]);
103
entry->compressionMethod =
read_le_short
(&p[0x0a]);
[
all
...]
private.h
42
unsigned int
read_le_short
(const unsigned char* buf);
Completed in 346 milliseconds