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

  /src/external/mpl/bind/dist/lib/dns/
dst_api.c 1301 pub_compare(const dst_key_t *key1, const dst_key_t *key2) { function
1353 return comparekeys(key1, key2, match_revoked_key, pub_compare);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dst_api.c 1304 pub_compare(const dst_key_t *key1, const dst_key_t *key2) { function
1356 return (comparekeys(key1, key2, match_revoked_key, pub_compare));

Completed in 49 milliseconds