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

  /src/sys/net/
zlib.h 360 struct internal_state;
372 struct internal_state FAR *state; /* not visible by applications */
1192 struct internal_state {int dummy;}; /* hack for buggy compilers */ struct
zlib.c 856 strm->state = (struct internal_state FAR *)s;
3388 struct internal_state { struct
3456 if ((z->state = (struct internal_state FAR *)
3457 ZALLOC(z,1,sizeof(struct internal_state))) == Z_NULL)
3960 struct internal_state {int dummy;}; /* for buggy compilers */ struct
4443 struct internal_state {int dummy;}; /* for buggy compilers */ struct
5604 struct internal_state {int dummy;}; /* for buggy compilers */ struct
  /src/common/dist/zlib/
deflate.h 106 typedef struct internal_state { struct
zconf.h 171 # define internal_state z_internal_state macro
zconf.h.in 167 # define internal_state z_internal_state macro

Completed in 19 milliseconds