/bind-9.6-ESV-R11/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.6-ESV-R11/lib/isc/include/isc/ |
H A D | lfsr.h | 51 void *arg; /*%< reseed function argument */ member in struct:isc_lfsr 60 isc_lfsrreseed_t reseed, void *arg);
|
/bind-9.6-ESV-R11/lib/isc/pthreads/ |
H A D | thread.c | 32 isc_thread_create(isc_threadfunc_t func, isc_threadarg_t arg, argument 60 ret = pthread_create(thread, &attr, func, arg);
|
/bind-9.6-ESV-R11/bin/tests/ |
H A D | lwresconf_test.c | 44 mem_alloc(void *arg, size_t size) { argument 45 return (isc_mem_get(arg, size)); 49 mem_free(void *arg, void *mem, size_t size) { argument 50 isc_mem_put(arg, mem, size);
|
H A D | master_test.c | 38 print_dataset(void *arg, dns_name_t *owner, dns_rdataset_t *dataset) { argument 43 UNUSED(arg);
|
H A D | rwlock_test.c | 37 run1(void *arg) { argument 38 char *message = arg; 65 run2(void *arg) { argument 66 char *message = arg;
|
H A D | sym_test.c | 33 undefine_action(char *key, unsigned int type, isc_symvalue_t value, void *arg) argument 35 UNUSED(arg);
|
H A D | entropy2_test.c | 61 start(isc_entropysource_t *source, void *arg, isc_boolean_t blocking) { argument 62 isc_keyboard_t *kbd = (isc_keyboard_t *)arg; 75 stop(isc_entropysource_t *source, void *arg) { argument 76 isc_keyboard_t *kbd = (isc_keyboard_t *)arg; 87 get(isc_entropysource_t *source, void *arg, isc_boolean_t blocking) { argument 88 isc_keyboard_t *kbd = (isc_keyboard_t *)arg;
|
H A D | lwres_test.c | 234 mem_alloc(void *arg, size_t size) { argument 235 return (isc_mem_get(arg, size)); 239 mem_free(void *arg, void *mem, size_t size) { argument 240 isc_mem_put(arg, mem, size);
|
H A D | rbt_test.c | 87 delete_name(void *data, void *arg) { argument 90 UNUSED(arg); 258 char *command, *arg, buffer[1024]; local 330 arg = strpbrk(command, whitespace); 331 if (arg != NULL) { 332 *arg++ = '\0'; 333 arg += strspn(arg, whitespace); 339 name = create_name(arg); 341 printf("adding name %s\n", arg); [all...] |
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | tcpmsg.h | 39 void *arg; member in struct:dns_tcpmsg 81 isc_task_t *task, isc_taskaction_t action, void *arg); 90 *\li "task", "taskaction", and "arg" be valid.
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | event.c | 44 isc_taskaction_t action, const void *arg, size_t size) 57 * Removing the const attribute from "arg" is the best of two 60 * which are not passing in an "arg" which starts its life as 62 * to not have "arg" prototyped as const (which is quite legitimate, 63 * because neither of those functions modify arg) can cause 65 * arg that they themselves never modify, such as with 66 * gcc -Wwrite-strings and using a string "arg". 68 DE_CONST(arg, deconst_arg); 43 isc_event_allocate(isc_mem_t *mctx, void *sender, isc_eventtype_t type, isc_taskaction_t action, const void *arg, size_t size) argument
|
H A D | lfsr.c | 36 isc_lfsrreseed_t reseed, void *arg) 47 lfsr->arg = arg; 50 reseed(lfsr, arg); 71 lfsr->reseed(lfsr, lfsr->arg); 111 lfsr->reseed(lfsr, lfsr->arg); 34 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
|
H A D | stats.c | 312 void *arg, unsigned int options) 324 dump_fn((isc_statscounter_t)i, stats->copiedcounters[i], arg); 311 isc_stats_dump(isc_stats_t *stats, isc_stats_dumper_t dump_fn, void *arg, unsigned int options) argument
|
/bind-9.6-ESV-R11/lib/isc/tests/ |
H A D | symtab_test.c | 33 undefine(char *key, unsigned int type, isc_symvalue_t value, void *arg) { argument 34 UNUSED(arg);
|
/bind-9.6-ESV-R11/lib/isccc/include/isccc/ |
H A D | ccmsg.h | 54 void *arg; member in struct:isccc_ccmsg 96 isc_task_t *task, isc_taskaction_t action, void *arg); 105 *\li "task", "taskaction", and "arg" be valid.
|
/bind-9.6-ESV-R11/lib/lwres/ |
H A D | context_p.h | 30 #define CTXMALLOC(len) ctx->malloc(ctx->arg, (len)) 31 #define CTXFREE(addr, len) ctx->free(ctx->arg, (addr), (len)) 58 void *arg; member in struct:lwres_context
|
/bind-9.6-ESV-R11/unit/atf-src/bootstrap/ |
H A D | h_app_opts_args.cpp | 77 h_app_opts_args::process_option(int ch, const char* arg) argument 85 std::cout << "-v given with argument " << arg << "\n"; local
|
/bind-9.6-ESV-R11/lib/isc/win32/ |
H A D | thread.c | 27 isc_thread_create(isc_threadfunc_t start, isc_threadarg_t arg, argument 33 thread = (isc_thread_t)_beginthreadex(NULL, 0, start, arg, 0, &id);
|
/bind-9.6-ESV-R11/bin/named/ |
H A D | sortlist.c | 117 ns_sortlist_addrorder2(const isc_netaddr_t *addr, const void *arg) { argument 118 const dns_acl_t *sortacl = (const dns_acl_t *) arg; 133 ns_sortlist_addrorder1(const isc_netaddr_t *addr, const void *arg) { argument 134 const dns_aclelement_t *matchelt = (const dns_aclelement_t *) arg;
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | forward.c | 186 auto_detach(void *data, void *arg) { argument 188 dns_fwdtable_t *fwdtable = arg; 191 UNUSED(arg);
|
H A D | tcpmsg.c | 164 isc_task_t *task, isc_taskaction_t action, void *arg) 182 tcpmsg->arg = arg; 186 DNS_EVENT_TCPMSG, action, arg, tcpmsg, 163 dns_tcpmsg_readmessage(dns_tcpmsg_t *tcpmsg, isc_task_t *task, isc_taskaction_t action, void *arg) argument
|
H A D | dbtable.c | 56 dbdetach(void *data, void *arg) { argument 59 UNUSED(arg);
|
/bind-9.6-ESV-R11/lib/isccc/ |
H A D | ccmsg.c | 166 isc_task_t *task, isc_taskaction_t action, void *arg) 184 ccmsg->arg = arg; 188 ISCCC_EVENT_CCMSG, action, arg, ccmsg, 165 isccc_ccmsg_readmessage(isccc_ccmsg_t *ccmsg, isc_task_t *task, isc_taskaction_t action, void *arg) argument
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | build.c | 63 append_arg1(const char *arg, atf_list_t *argv) argument 65 return atf_list_append(argv, strdup(arg), true); 70 append_arg2(const char *flag, const char *arg, atf_list_t *argv) argument 76 err = append_arg1(arg, argv);
|