Home
last modified time | relevance | path

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

/dports/net/dgd/dgd-1.4.23/src/
H A Ddata.c48 # define COPCHUNKSZ 32 macro
52 copatch cop[COPCHUNKSZ]; /* callout patches */
359 if (tab->chunk == (copchunk *) NULL || tab->chunksz == COPCHUNKSZ) { in cop_new()