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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dsocket.c420 #define POLL_FD_SET_STARTSIZE 512 macro
428 * 1. Allocate the arrays with an intial size of [POLL_FD_SET_STARTSIZE] if
457 fdset = calloc(POLL_FD_SET_STARTSIZE, sizeof(struct pollfd));
461 polldata = calloc(POLL_FD_SET_STARTSIZE, sizeof(struct polldata));

Completed in 92 milliseconds