Searched defs:cancel (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/isc/include/isc/
H A Dsocket.h297 * What I/O events to cancel in isc_socket_cancel() calls.
299 #define ISC_SOCKCANCEL_RECV 0x00000001 /*%< cancel recv */
300 #define ISC_SOCKCANCEL_SEND 0x00000002 /*%< cancel send */
301 #define ISC_SOCKCANCEL_ACCEPT 0x00000004 /*%< cancel accept */
302 #define ISC_SOCKCANCEL_CONNECT 0x00000008 /*%< cancel connect */
303 #define ISC_SOCKCANCEL_ALL 0x0000000f /*%< cancel everything */
359 void (*cancel)(isc_socket_t *sock, isc_task_t *task, member in struct:isc_socketmethods
537 * Note: if "task" is NULL, then the cancel applies to all tasks using the
547 * The type ISC_SOCKCANCEL_ALL will cancel all pending I/O on this
/bind-9.11.3/lib/dns/
H A Dzone.c12219 isc_boolean_t cancel = ISC_TRUE; local
12236 cancel = ISC_FALSE;
12375 cancel = ISC_FALSE;
12384 if (cancel)
12657 * Stop things being restarted after we cancel them below.

Completed in 58 milliseconds