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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dnsmasq/src/
H A Dpoll.c43 static nfds_t nfds, arrsize = 0; variable
99 if (arrsize != nfds)
106 arrsize = (arrsize == 0) ? 64 : arrsize * 2;
108 if (!(new = whine_malloc(arrsize * sizeof(struct pollfd))))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dnsmasq/src/
H A Dpoll.c43 static nfds_t nfds, arrsize = 0; variable
99 if (arrsize != nfds)
106 arrsize = (arrsize == 0) ? 64 : arrsize * 2;
108 if (!(new = whine_malloc(arrsize * sizeof(struct pollfd))))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dnsmasq/src/
H A Dpoll.c43 static nfds_t nfds, arrsize = 0; variable
99 if (arrsize != nfds)
106 arrsize = (arrsize == 0) ? 64 : arrsize * 2;
108 if (!(new = whine_malloc(arrsize * sizeof(struct pollfd))))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dmodule.c214 unsigned int arrsize,
223 for (j = 0; j < arrsize; j++) {
213 each_symbol_in_section(const struct symsearch *arr, unsigned int arrsize, struct module *owner, bool (*fn)(const struct symsearch *syms, struct module *owner, unsigned int symnum, void *data), void *data) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dmodule.c214 unsigned int arrsize,
223 for (j = 0; j < arrsize; j++) {
213 each_symbol_in_section(const struct symsearch *arr, unsigned int arrsize, struct module *owner, bool (*fn)(const struct symsearch *syms, struct module *owner, unsigned int symnum, void *data), void *data) argument

Completed in 180 milliseconds