Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/libmilter/
H A Dworker.c302 #define PFD_STEP 256 macro
324 pfd = (struct pollfd *) malloc(PFD_STEP * sizeof(struct pollfd));
331 dim_pfd = PFD_STEP;
424 new = (dim_pfd + PFD_STEP) *
431 dim_pfd += PFD_STEP;