Home
last modified time | relevance | path

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

/external/zlib/src/test/
Dminigzip.c133 #define SUFFIX_LEN (sizeof(GZ_SUFFIX)-1) macro
516 if (len > SUFFIX_LEN && strcmp(file+len-SUFFIX_LEN, GZ_SUFFIX) == 0) {
/external/python/cpython2/Modules/zlib/
Dminigzip.c133 #define SUFFIX_LEN (sizeof(GZ_SUFFIX)-1) macro
516 if (len > SUFFIX_LEN && strcmp(file+len-SUFFIX_LEN, GZ_SUFFIX) == 0) {
DChangeLog854 to the variable compared with SUFFIX_LEN [Truta]
/external/zlib/src/
DChangeLog854 to the variable compared with SUFFIX_LEN [Truta]