Searched refs:conmax (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/cs/
H A Ddbm.c95 int conmax; /* max number connections */ member in struct:__anon76
110 state->conmax = fdmax;
111 if (!(state->con = newof(0, Con_t, state->conmax, 0)))
113 if (!(state->dbs = newof(0, Db_t, state->conmax, 0)))
244 for (dp = state->dbs; dp < state->dbs + state->conmax; dp++)
251 for (dp = state->dbs; dp < state->dbs + state->conmax; dp++)
358 for (dp = state->dbs; dp < state->dbs + state->conmax; dp++)

Completed in 20 milliseconds