/bind-9.11.3/lib/dns/include/dns/ |
H A D | update.h | 26 void (*func)(void *arg, dns_zone_t *zone, int level, 28 void *arg; member in struct:__anon151
|
H A D | tcpmsg.h | 30 void *arg; member in struct:dns_tcpmsg 72 isc_task_t *task, isc_taskaction_t action, void *arg); 81 *\li "task", "taskaction", and "arg" be valid.
|
/bind-9.11.3/lib/isc/include/isc/ |
H A D | lfsr.h | 42 void *arg; /*%< reseed function argument */ member in struct:isc_lfsr 51 isc_lfsrreseed_t reseed, void *arg);
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/tests/ |
H A D | testutil.c | 58 const char *arg; local 71 arg = va_arg(ap, const char *); 72 if (arg == NULL) 76 fputs(arg, file);
|
/bind-9.11.3/bin/tests/system/checkds/ |
H A D | dig.bat | 6 @set arg=%1 variable 7 if "%arg%" == "" goto end 8 if "%arg:~0,1%" == "+" goto next 9 if "%arg%" == "-t" goto next 10 if "%arg%" == "ds" goto ds 11 if "%arg%" == "DS" goto ds 12 if "%arg%" == "dlv" goto dlv 13 if "%arg%" == "DLV" goto dlv 14 if "%arg%" == "dnskey" goto dnskey 15 if "%arg [all...] |
/bind-9.11.3/lib/isc/ |
H A D | event.c | 35 isc_taskaction_t action, void *arg, size_t size) 46 ISC_EVENT_INIT(event, size, 0, NULL, type, action, arg, 54 isc_taskaction_t action, const void *arg, size_t size) 67 * Removing the const attribute from "arg" is the best of two 70 * which are not passing in an "arg" which starts its life as 72 * to not have "arg" prototyped as const (which is quite legitimate, 73 * because neither of those functions modify arg) can cause 75 * arg that they themselves never modify, such as with 76 * gcc -Wwrite-strings and using a string "arg". 78 DE_CONST(arg, deconst_ar 34 isc_event_allocate(isc_mem_t *mctx, void *sender, isc_eventtype_t type, isc_taskaction_t action, void *arg, size_t size) argument 53 isc_event_constallocate(isc_mem_t *mctx, void *sender, isc_eventtype_t type, isc_taskaction_t action, const void *arg, size_t size) argument [all...] |
H A D | lfsr.c | 27 isc_lfsrreseed_t reseed, void *arg) 38 lfsr->arg = arg; 41 reseed(lfsr, arg); 62 lfsr->reseed(lfsr, lfsr->arg); 102 lfsr->reseed(lfsr, lfsr->arg); 25 isc_lfsr_init(isc_lfsr_t *lfsr, isc_uint32_t state, unsigned int bits, isc_uint32_t tap, unsigned int count, isc_lfsrreseed_t reseed, void *arg) argument
|
/bind-9.11.3/lib/isc/pthreads/ |
H A D | thread.c | 27 isc_thread_create(isc_threadfunc_t func, isc_threadarg_t arg, argument 55 ret = pthread_create(thread, &attr, func, arg);
|
/bind-9.11.3/lib/isc/tests/ |
H A D | symtab_test.c | 25 undefine(char *key, unsigned int type, isc_symvalue_t value, void *arg) { argument 26 UNUSED(arg);
|
H A D | mem_test.c | 23 default_memalloc(void *arg, size_t size) { argument 24 UNUSED(arg); 31 default_memfree(void *arg, void *ptr) { argument 32 UNUSED(arg);
|
H A D | ht_test.c | 29 default_memalloc(void *arg, size_t size) { argument 30 UNUSED(arg); 37 default_memfree(void *arg, void *ptr) { argument 38 UNUSED(arg);
|
H A D | pool_test.c | 25 poolinit(void **target, void *arg) { argument 28 isc_taskmgr_t *mgr = (isc_taskmgr_t *) arg;
|
/bind-9.11.3/lib/isccc/include/isccc/ |
H A D | ccmsg.h | 45 void *arg; member in struct:isccc_ccmsg 87 isc_task_t *task, isc_taskaction_t action, void *arg); 96 *\li "task", "taskaction", and "arg" be valid.
|
/bind-9.11.3/lib/lwres/ |
H A D | context_p.h | 21 #define CTXMALLOC(len) ctx->malloc(ctx->arg, (len)) 22 #define CTXFREE(addr, len) ctx->free(ctx->arg, (addr), (len)) 49 void *arg; member in struct:lwres_context
|
/bind-9.11.3/bin/tests/ |
H A D | lwresconf_test.c | 36 mem_alloc(void *arg, size_t size) { argument 37 return (isc_mem_get(arg, size)); 41 mem_free(void *arg, void *mem, size_t size) { argument 42 isc_mem_put(arg, mem, size);
|
H A D | master_test.c | 30 print_dataset(void *arg, dns_name_t *owner, dns_rdataset_t *dataset) { argument 35 UNUSED(arg);
|
H A D | rwlock_test.c | 35 run1(void *arg) { argument 36 char *message = arg; 66 run2(void *arg) { argument 67 char *message = arg;
|
H A D | sym_test.c | 25 undefine_action(char *key, unsigned int type, isc_symvalue_t value, void *arg) argument 27 UNUSED(arg);
|
/bind-9.11.3/unit/atf-src/bootstrap/ |
H A D | h_app_opts_args.cpp | 76 h_app_opts_args::process_option(int ch, const char* arg) argument 84 std::cout << "-v given with argument " << arg << "\n"; local
|
/bind-9.11.3/lib/dns/tests/ |
H A D | rdatasetstats_test.c | 58 checkit1(dns_rdatastatstype_t which, isc_uint64_t value, void *arg) { argument 65 UNUSED(arg); 85 checkit2(dns_rdatastatstype_t which, isc_uint64_t value, void *arg) { argument 92 UNUSED(arg);
|
/bind-9.11.3/lib/isc/win32/ |
H A D | thread.c | 17 isc_thread_create(isc_threadfunc_t start, isc_threadarg_t arg, argument 23 thread = (isc_thread_t)_beginthreadex(NULL, 0, start, arg, 0, &id);
|
/bind-9.11.3/lib/dns/ |
H A D | tcpmsg.c | 156 isc_task_t *task, isc_taskaction_t action, void *arg) 174 tcpmsg->arg = arg; 178 DNS_EVENT_TCPMSG, action, arg, tcpmsg, 155 dns_tcpmsg_readmessage(dns_tcpmsg_t *tcpmsg, isc_task_t *task, isc_taskaction_t action, void *arg) argument
|
/bind-9.11.3/lib/isccc/ |
H A D | ccmsg.c | 157 isc_task_t *task, isc_taskaction_t action, void *arg) 175 ccmsg->arg = arg; 179 ISCCC_EVENT_CCMSG, action, arg, ccmsg, 156 isccc_ccmsg_readmessage(isccc_ccmsg_t *ccmsg, isc_task_t *task, isc_taskaction_t action, void *arg) argument
|
/bind-9.11.3/unit/atf-src/atf-c/ |
H A D | build.c | 60 append_arg1(const char *arg, atf_list_t *argv) argument 62 return atf_list_append(argv, strdup(arg), true); 67 append_arg2(const char *flag, const char *arg, atf_list_t *argv) argument 73 err = append_arg1(arg, argv);
|
/bind-9.11.3/bin/named/ |
H A D | sortlist.c | 108 ns_sortlist_addrorder2(const isc_netaddr_t *addr, const void *arg) { argument 109 const dns_acl_t *sortacl = (const dns_acl_t *) arg; 124 ns_sortlist_addrorder1(const isc_netaddr_t *addr, const void *arg) { argument 125 const dns_aclelement_t *matchelt = (const dns_aclelement_t *) arg;
|