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

/bind-9.6-ESV-R11/lib/isc/unix/
H A Dsocket.c308 * writable. These are statically allocated and never freed.
1962 * Initialize readable and writable events.
3340 isc_boolean_t readable, writable; local
3367 writable = ISC_TF(events[i].filter == EVFILT_WRITE);
3368 process_fd(manager, events[i].ident, readable, writable);

Completed in 57 milliseconds