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

  /src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c 9396 bool alg_found = false; local
9462 * 'algorithm', set alg_found; if not, set alg_missed.
9465 alg_found = true;
9478 *has_algp = (alg_found && !alg_missed);
  /src/external/mpl/bind/dist/lib/dns/
zone.c 9322 bool alg_found = false; local
9388 * 'algorithm', set alg_found; if not, set alg_missed.
9391 alg_found = true;
9404 *has_algp = (alg_found && !alg_missed);

Completed in 79 milliseconds