Searched defs:stop (Results 1 - 8 of 8) sorted by relevance

/bind-9.11.3/bin/tests/
H A Dentropy2_test.c67 stop(isc_entropysource_t *source, void *arg) { function
75 printf("stop called\n");
136 result = isc_entropy_createcallbacksource(ent, start, get, stop, &kbd,
/bind-9.11.3/lib/dns/
H A Dzt.c243 dns_zt_load(dns_zt_t *zt, isc_boolean_t stop) { argument
249 result = dns_zt_apply(zt, stop, load, NULL);
322 dns_zt_loadnew(dns_zt_t *zt, isc_boolean_t stop) { argument
328 result = dns_zt_apply(zt, stop, loadnew, NULL);
475 dns_zt_apply(dns_zt_t *zt, isc_boolean_t stop, argument
478 return (dns_zt_apply2(zt, stop, NULL, action, uap));
482 dns_zt_apply2(dns_zt_t *zt, isc_boolean_t stop, isc_result_t *sub, argument
509 if (result != ISC_R_SUCCESS && stop) {
H A Dmaster.c791 int i, n, start, stop, step = 0; local
810 n = sscanf(range, "%d-%d%1[/]%d", &start, &stop, dummy, &step);
811 if ((n != 2 && n != 4) || (start < 0) || (stop < 0) ||
812 (n == 4 && step < 1) || (stop < start))
852 for (i = start; i <= stop; i += step) {
H A Dview.c1087 * static-stub zone we stop the search here
1532 dns_view_load(dns_view_t *view, isc_boolean_t stop) { argument
1537 return (dns_zt_load(view->zonetable, stop));
1541 dns_view_loadnew(dns_view_t *view, isc_boolean_t stop) { argument
1546 return (dns_zt_loadnew(view->zonetable, stop));
H A Dzone.c2217 /* If we already have a load pending, stop now */
6449 isc_stdtime_t now, inception, soaexpire, expire, stop; local
6505 stop = now + 5;
6531 resign > stop)
/bind-9.11.3/unit/atf-src/tools/
H A Dparser.hpp445 parser< TKZ >::reset(const token_type& stop) argument
449 while (t.type() != m_tkz.m_eof_type && t.type() != stop)
/bind-9.11.3/lib/isc/
H A Dentropy.c864 isc_entropystop_t stop,
894 cbs->stopfunc = stop;
1190 fprintf(stderr, "stop typing.\r\n");
861 isc_entropy_createcallbacksource(isc_entropy_t *ent, isc_entropystart_t start, isc_entropyget_t get, isc_entropystop_t stop, void *arg, isc_entropysource_t **sourcep) argument
/bind-9.11.3/contrib/queryperf/
H A Dqueryperf.c1085 * Should we keep sending queries or stop here?
1088 * Return FALSE if we should stop
1097 static int stop = FALSE; local
1099 if (stop == TRUE)
1114 stop = TRUE;

Completed in 63 milliseconds