Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Dzutil.c196 #define MAX_PTR 10 macro
206 local ptr_table table[MAX_PTR];
230 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c868 #define MAX_PTR 10 macro
878 local ptr_table table[MAX_PTR];
900 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c5927 #define MAX_PTR 10 macro
5937 local ptr_table table[MAX_PTR];
5965 if (buf == NULL || next_ptr >= MAX_PTR) in zcalloc()