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

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dsocket.h346 unsigned int how);
348 * Cancel pending I/O of the type specified by "how".
359 * "how" is a bitmask describing the type of cancelation to perform.
377 isc_socket_shutdown(isc_socket_t *sock, unsigned int how);
379 * Shutdown 'socket' according to 'how'.
387 * \li If 'how' is 'ISC_SOCKSHUT_RECV' or 'ISC_SOCKSHUT_ALL' then
393 * \li If 'how' is 'ISC_SOCKSHUT_SEND' or 'ISC_SOCKSHUT_ALL' then
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dsocket.c3577 * queued for task "task" of type "how". "how" is a bitmask.
3580 isc_socket_cancel(isc_socket_t *sock, isc_task_t *task, unsigned int how) { argument
3588 if (how == 0)
3613 if ((how & ISC_SOCKCANCEL_RECV) == ISC_SOCKCANCEL_RECV) {
3629 how &= ~ISC_SOCKCANCEL_RECV;
3631 if ((how & ISC_SOCKCANCEL_SEND) == ISC_SOCKCANCEL_SEND) {
3648 how &= ~ISC_SOCKCANCEL_SEND;
3650 if (((how & ISC_SOCKCANCEL_ACCEPT) == ISC_SOCKCANCEL_ACCEPT)
3675 how
[all...]
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/
H A Dconfigure1054 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
1055 echo "configure:1056: checking how to run the C preprocessor" >&5
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dsocket.c1592 * dev entry and adjust how much we read by one.
5279 * queued for task "task" of type "how". "how" is a bitmask.
5282 isc_socket_cancel(isc_socket_t *sock, isc_task_t *task, unsigned int how) { argument
5290 if (how == 0)
5305 if (((how & ISC_SOCKCANCEL_RECV) == ISC_SOCKCANCEL_RECV)
5325 if (((how & ISC_SOCKCANCEL_SEND) == ISC_SOCKCANCEL_SEND)
5345 if (((how & ISC_SOCKCANCEL_ACCEPT) == ISC_SOCKCANCEL_ACCEPT)
5377 if (((how & ISC_SOCKCANCEL_CONNECT) == ISC_SOCKCANCEL_CONNECT)
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dltconfig1749 echo $ac_n "checking how to hardcode library paths into programs... $ac_c" 1>&6

Completed in 276 milliseconds