Searched refs:POLL_FD_SET_INCREASE (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.c421 #define POLL_FD_SET_INCREASE 128 macro
472 fdset = realloc(fdset, sizeof(struct pollfd) * (fdset_size + POLL_FD_SET_INCREASE));
476 polldata = realloc(polldata, sizeof(struct polldata) * (fdset_size + POLL_FD_SET_INCREASE));
480 fdset_size += POLL_FD_SET_INCREASE;

Completed in 38 milliseconds