HomeSort by: relevance | last modified time | path
    Searched refs:STATIC_TREES (Results 1 - 3 of 3) sorted by relevancy

  /src/common/dist/zlib/
zutil.h 94 #define STATIC_TREES 1
trees.c 889 send_bits(s, STATIC_TREES<<1, 3);
1059 send_bits(s, (STATIC_TREES<<1) + last, 3);
  /src/sys/net/
zlib.c 126 #define STATIC_TREES 1
2991 send_bits(s, STATIC_TREES<<1, 3);
3003 send_bits(s, STATIC_TREES<<1, 3);
3082 send_bits(s, (STATIC_TREES<<1)+eof, 3);

Completed in 18 milliseconds