Home
last modified time | relevance | path

Searched refs:END_MAXLEN (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/native/
Dzip_util.c267 static const jlong END_MAXLEN = 0xFFFF + ENDHDR; variable
302 const jlong minHDR = len - END_MAXLEN > 0 ? len - END_MAXLEN : 0; in findEND()