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

  /src/external/mpl/dhcp/bind/dist/lib/dns/
xfrin.c 81 XFRST_SOAQUERY,
526 case XFRST_SOAQUERY:
900 xfr->state = XFRST_SOAQUERY;
1360 xfr->state = XFRST_SOAQUERY;
  /src/external/mpl/bind/dist/lib/dns/
xfrin.c 66 XFRST_SOAQUERY,
740 case XFRST_SOAQUERY:
1031 case XFRST_SOAQUERY:
1275 atomic_init(&xfr->state, XFRST_SOAQUERY);
1332 * If the transfer is started when the 'state' is XFRST_SOAQUERY, it
1340 if (atomic_load(&xfr->state) == XFRST_SOAQUERY) {
1847 (atomic_load(&xfr->state) == XFRST_SOAQUERY ||
1883 atomic_store(&xfr->state, XFRST_SOAQUERY);
1906 if ((atomic_load(&xfr->state) == XFRST_SOAQUERY ||

Completed in 17 milliseconds