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

/bind-9.11.3/lib/isc/include/isc/
H A Dsocket.h360 unsigned int how);
533 unsigned int how);
535 * Cancel pending I/O of the type specified by "how".
546 * "how" is a bitmask describing the type of cancelation to perform.
564 isc_socket_shutdown(isc_socket_t *sock, unsigned int how);
566 * Shutdown 'socket' according to 'how'.
574 * \li If 'how' is 'ISC_SOCKSHUT_RECV' or 'ISC_SOCKSHUT_ALL' then
580 * \li If 'how' is 'ISC_SOCKSHUT_SEND' or 'ISC_SOCKSHUT_ALL' then
/bind-9.11.3/lib/isc/
H A Dsocket_api.c183 isc_socket_cancel(isc_socket_t *sock, isc_task_t *task, unsigned int how) { argument
187 isc__socket_cancel(sock, task, how);
189 sock->methods->cancel(sock, task, how);
/bind-9.11.3/lib/isc/win32/
H A Dsocket.c3706 * queued for task "task" of type "how". "how" is a bitmask.
3709 isc__socket_cancel(isc_socket_t *sock, isc_task_t *task, unsigned int how) { argument
3717 if (how == 0)
3742 if ((how & ISC_SOCKCANCEL_RECV) == ISC_SOCKCANCEL_RECV) {
3758 how &= ~ISC_SOCKCANCEL_RECV;
3760 if ((how & ISC_SOCKCANCEL_SEND) == ISC_SOCKCANCEL_SEND) {
3777 how &= ~ISC_SOCKCANCEL_SEND;
3779 if (((how & ISC_SOCKCANCEL_ACCEPT) == ISC_SOCKCANCEL_ACCEPT)
3804 how
[all...]
/bind-9.11.3/lib/isc/unix/
H A Dsocket.c579 isc__socket_cancel(isc_socket_t *sock, isc_task_t *task, unsigned int how);
1988 * dev entry and adjust how much we read by one.
6183 * queued for task "task" of type "how". "how" is a bitmask.
6186 isc__socket_cancel(isc_socket_t *sock0, isc_task_t *task, unsigned int how) { argument
6195 if (how == 0)
6210 if (((how & ISC_SOCKCANCEL_RECV) == ISC_SOCKCANCEL_RECV)
6230 if (((how & ISC_SOCKCANCEL_SEND) == ISC_SOCKCANCEL_SEND)
6250 if (((how & ISC_SOCKCANCEL_ACCEPT) == ISC_SOCKCANCEL_ACCEPT)
6279 if (((how
[all...]
/bind-9.11.3/contrib/idn/idnkit-1.0-src/
H A Dltconfig1749 echo $ac_n "checking how to hardcode library paths into programs... $ac_c" 1>&6
/bind-9.11.3/unit/atf-src/
H A Dconfigure4478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4479 $as_echo_n "checking how to print strings... " >&6; }
5334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
5335 $as_echo_n "checking how to convert $build file names to $host format... " >&6; }
5381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
5382 $as_echo_n "checking how to convert $build file names to toolchain format... " >&6; }
5548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5549 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
5894 $as_echo_n "checking how t
[all...]

Completed in 747 milliseconds