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

  /src/common/dist/zlib/contrib/infback9/
inftree9.h 55 LENS,
59 extern int inflate_table9(codetype type, unsigned short FAR *lens,
  /src/common/dist/zlib/
inftrees.h 56 LENS,
60 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens,
  /src/sys/net/
zlib.c 3879 LENS, /* get lengths for stored */
4098 s->mode = LENS; /* get length of stored block */
4132 case LENS:
4399 if (s->mode != LENS)
4413 return s->mode == LENS;

Completed in 118 milliseconds