HomeSort by: relevance | last modified time | path
    Searched refs:ISC_EVENT_PTR (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
event.h 89 #define ISC_EVENT_PTR(p) ((isc_event_t **)(void *)(p))
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
event.h 85 #define ISC_EVENT_PTR(p) ((isc_event_t **)(void *)(p))
  /src/external/mpl/dhcp/bind/dist/lib/dns/
lookup.c 308 isc_event_free(ISC_EVENT_PTR(&event));
client.c 1043 isc_event_free(ISC_EVENT_PTR(&event));
1089 isc_task_sendanddetach(&task, ISC_EVENT_PTR(&rctx->event));
1334 isc_event_free(ISC_EVENT_PTR(&event));
1520 isc_task_sendanddetach(&task, ISC_EVENT_PTR(&ctx->event));
1720 isc_event_free(ISC_EVENT_PTR(&event));
1834 isc_task_sendanddetach(&task, ISC_EVENT_PTR(&uctx->event));
2874 isc_event_free(ISC_EVENT_PTR(&uctx->event));
dispatch.c 1287 isc_task_send(resp->task, ISC_EVENT_PTR(&rev));
1483 isc_task_send(resp->task, ISC_EVENT_PTR(&rev));
2945 ISC_EVENT_PTR(&rev));
3136 isc_task_send(resp->task, ISC_EVENT_PTR(&ev));
3313 isc_task_send(resp->task, ISC_EVENT_PTR(&ev));
3439 isc_event_free(ISC_EVENT_PTR(&newsevent));
3452 isc_task_send(disp->task[0], ISC_EVENT_PTR(&newsevent));
validator.c 3195 isc_task_send(task, ISC_EVENT_PTR(&event));
3206 isc_event_free(ISC_EVENT_PTR(&event));
3226 isc_task_send(validator->task, ISC_EVENT_PTR(&event));
resolver.c 1813 isc_task_sendanddetach(&task, ISC_EVENT_PTR(&event));
4833 isc_task_sendanddetach(&sender_task, ISC_EVENT_PTR(&dns_event));
11335 isc_task_sendanddetach(&etask, ISC_EVENT_PTR(&event_trystale));
11341 isc_task_sendanddetach(&etask, ISC_EVENT_PTR(&event_fetchdone));
  /src/external/mpl/dhcp/bind/dist/lib/isc/
timer.c 526 isc_task_send(timer->task, ISC_EVENT_PTR(&event));
  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/
socket.c 3069 isc_task_sendtoanddetach(&task, ISC_EVENT_PTR(&dev), sock->threadid);
4730 isc_event_free(ISC_EVENT_PTR(&dev));
4742 isc_event_free(ISC_EVENT_PTR(&dev));
4805 isc_task_sendto(task, ISC_EVENT_PTR(&dev), sock->threadid);
4869 isc_event_free(ISC_EVENT_PTR(&dev));
4874 isc_task_sendto(task, ISC_EVENT_PTR(&dev), sock->threadid);
4890 isc_task_sendto(task, ISC_EVENT_PTR(&dev), sock->threadid);
5177 ISC_EVENT_PTR(&dev),

Completed in 51 milliseconds