HomeSort by: relevance | last modified time | path
    Searched defs:loopexit (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/unbound/dist/libunbound/
unbound-event.h 95 int (*loopexit)(struct ub_event_base*, struct timeval*); member in struct:ub_event_base_vmt
  /src/external/bsd/unbound/dist/daemon/
remote.c 4572 int inevent, loopexit = 0, bcount = 0; local
4588 if(++loopexit > IPC_LOOP_MAX) {
4634 int outevent, loopexit = 0, bcount = 0; local
4646 if(++loopexit > IPC_LOOP_MAX) {
6883 int loopexit = 0, bcount = 0; local
6897 if(++loopexit > IPC_LOOP_MAX) {
7540 int outevent, loopexit = 0, bcount = 0; local
7547 if(++loopexit > IPC_LOOP_MAX) {
7692 int loopexit = 0, bcount = 0; local
7704 if(++loopexit > IPC_LOOP_MAX)
    [all...]

Completed in 20 milliseconds