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

  /src/external/mpl/dhcp/bind/dist/lib/dns/
xfrin.c 91 XFRST_AXFR_END
683 xfr->state = XFRST_AXFR_END;
687 case XFRST_AXFR_END:
1444 xfr->state == XFRST_AXFR_END ||
1477 case XFRST_AXFR_END:
  /src/external/mpl/bind/dist/lib/dns/
xfrin.c 76 XFRST_AXFR_END
432 if (atomic_load(&xfr->state) == XFRST_AXFR_END) {
897 atomic_store(&xfr->state, XFRST_AXFR_END);
901 case XFRST_AXFR_END:
1055 case XFRST_AXFR_END:
2023 atomic_load(&xfr->state) == XFRST_AXFR_END ||
2053 case XFRST_AXFR_END:

Completed in 22 milliseconds