Searched refs:function (Results 1 - 8 of 8) sorted by relevance

/bind-9.11.3/lib/isc/win32/
H A Donce.c22 isc_once_do(isc_once_t *controller, void(*function)(void)) {
23 REQUIRE(controller != NULL && function != NULL);
29 function();
/bind-9.11.3/bin/confgen/
H A Dutil.h24 #define DO(name, function) \
26 result = function; \
/bind-9.11.3/bin/rndc/
H A Dutil.h24 #define DO(name, function) \
26 result = function; \
/bind-9.11.3/lib/isc/win32/include/isc/
H A Donce.h30 isc_once_do(isc_once_t *controller, void(*function)(void));
/bind-9.11.3/bin/tests/
H A Dzone_test.c53 #define ERRRET(result, function) \
57 function, dns_result_totext(result)); \
62 #define ERRCONT(result, function) \
65 function, dns_result_totext(result)); \
/bind-9.11.3/lib/dns/
H A Dspnego_asn1.pl174 $output =~ s<^static [^\n]+\n$_\(.+?^}></* unused function: $_ */\n>ms
H A Dgen.c211 doswitch(const char *name, const char *function, const char *args, argument
248 tt->type, result, function,
253 tt->rdclass, result, function,
709 * Spit out a quick and dirty hash function. Here,
/bind-9.11.3/bin/check/
H A Dnamed-checkzone.c56 #define ERRRET(result, function) \
61 function, dns_result_totext(result)); \

Completed in 23 milliseconds