Searched refs:function (Results 1 - 8 of 8) sorted by relevance
/bind-9.11.3/lib/isc/win32/ |
H A D | once.c | 22 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 D | util.h | 24 #define DO(name, function) \ 26 result = function; \
|
/bind-9.11.3/bin/rndc/ |
H A D | util.h | 24 #define DO(name, function) \ 26 result = function; \
|
/bind-9.11.3/lib/isc/win32/include/isc/ |
H A D | once.h | 30 isc_once_do(isc_once_t *controller, void(*function)(void));
|
/bind-9.11.3/bin/tests/ |
H A D | zone_test.c | 53 #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 D | spnego_asn1.pl | 174 $output =~ s<^static [^\n]+\n$_\(.+?^}></* unused function: $_ */\n>ms
|
H A D | gen.c | 211 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 D | named-checkzone.c | 56 #define ERRRET(result, function) \ 61 function, dns_result_totext(result)); \
|
Completed in 23 milliseconds