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 4447 int inevent, loopexit = 0, bcount = 0; local
4463 if(++loopexit > IPC_LOOP_MAX) {
4509 int outevent, loopexit = 0, bcount = 0; local
4521 if(++loopexit > IPC_LOOP_MAX) {
6448 int loopexit = 0, bcount = 0; local
6462 if(++loopexit > IPC_LOOP_MAX) {
7086 int outevent, loopexit = 0, bcount = 0; local
7093 if(++loopexit > IPC_LOOP_MAX) {
7238 int loopexit = 0, bcount = 0; local
7250 if(++loopexit > IPC_LOOP_MAX)
    [all...]

Completed in 15 milliseconds