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

  /src/external/mpl/dhcp/bind/dist/lib/dns/
xfrin.c 89 XFRST_IXFR_END,
638 xfr->state = XFRST_IXFR_END;
688 case XFRST_IXFR_END:
1445 xfr->state == XFRST_IXFR_END)
1480 case XFRST_IXFR_END:
  /src/external/mpl/bind/dist/lib/dns/
xfrin.c 74 XFRST_IXFR_END,
648 if (atomic_load(&xfr->state) == XFRST_IXFR_END) {
852 atomic_store(&xfr->state, XFRST_IXFR_END);
902 case XFRST_IXFR_END:
1049 case XFRST_IXFR_END:
2024 atomic_load(&xfr->state) == XFRST_IXFR_END)
2054 case XFRST_IXFR_END:

Completed in 22 milliseconds