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

/ast/src/lib/libcs/
H A Dcss.c109 *pp = state.fdpoll[state.fdpolling];
142 state.fdpoll = (Cspoll_t*)(s);
143 state.fdinfo = (Cssfd_t*)(state.fdpoll + n);
370 if (state.fdinfo[state.fdpoll[i].fd].css == xss)
371 drop(xss, &state.fdpoll[i]);
373 state.fdpoll[k++] = state.fdpoll[i++];
405 if (!state.servers && state.fdpoll)
407 free(state.fdpoll);
408 state.fdpoll
[all...]
H A Dcsslib.h96 Cspoll_t* fdpoll; member in struct:Common_s

Completed in 96 milliseconds