HomeSort by: relevance | last modified time | path
    Searched refs:calling_cb (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/include/isc/
dnsstream.h 104 bool calling_cb; /*<! Callback calling marker. Used to detect recursive member in struct:isc_dnsstream_assembler
253 INSIST(dnsasm->calling_cb == false);
307 dnsasm->calling_cb = true;
309 dnsasm->calling_cb = false;
322 INSIST(dnsasm->calling_cb == false);
494 INSIST(!dnsasm->calling_cb);
proxy2.h 304 bool calling_cb; /*<! Callback calling marker. Used to detect recursive member in struct:isc_proxy2_handler
  /src/external/mpl/bind/dist/lib/isc/
proxy2.c 66 INSIST(handler->calling_cb == false);
160 handler->calling_cb = true;
177 handler->calling_cb = false;
577 INSIST(!handler->calling_cb);

Completed in 19 milliseconds