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

  /src/external/mpl/bind/dist/tests/dns/
nametree_test.c 189 assert_int_equal(dns_nametree_delete(counttree, name), ISC_R_NOTFOUND);
281 assert_int_equal(dns_nametree_delete(booltree, name), ISC_R_NOTFOUND);
285 assert_int_equal(dns_nametree_delete(booltree, name), ISC_R_NOTFOUND);
294 assert_int_equal(dns_nametree_delete(booltree, name), ISC_R_NOTFOUND);
298 assert_int_equal(dns_nametree_delete(booltree, name), ISC_R_NOTFOUND);
312 ISC_R_NOTFOUND);
315 ISC_R_NOTFOUND);
keytable_test.c 388 ISC_R_NOTFOUND);
392 ISC_R_NOTFOUND);
426 ISC_R_NOTFOUND);
433 ISC_R_NOTFOUND);
461 ISC_R_NOTFOUND);
497 ISC_R_NOTFOUND);
501 ISC_R_NOTFOUND);
526 ISC_R_NOTFOUND);
  /src/external/mpl/bind/dist/tests/isc/
ratelimiter_test.c 178 assert_int_equal(isc_ratelimiter_dequeue(rl, &fake), ISC_R_NOTFOUND);
  /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
result.h 54 #define ISC_R_NOTFOUND 23 /*%< not found */
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
result.h 48 #define ISC_R_NOTFOUND 23 /*%< not found */
  /src/external/mpl/bind/dist/lib/isc/include/isc/
result.h 49 ISC_R_NOTFOUND, /*%< not found */

Completed in 69 milliseconds