Home
last modified time | relevance | path

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

/dragonfly/contrib/zlib-1.2/
H A Dzutil.c199 #define MAX_PTR 10 macro
209 local ptr_table table[MAX_PTR];
233 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()
/dragonfly/sys/net/
H A Dzlib.c5222 #define MAX_PTR 10 macro
5232 local ptr_table table[MAX_PTR];
5255 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;