Searched defs:proc (Results 1 - 8 of 8) sorted by relevance
/bind-9.11.3/lib/isc/unix/ |
H A D | ifiter_getifaddrs.c | 38 FILE * proc; member in struct:isc_interfaceiter 64 * Only open "/proc/net/if_inet6" if we have never seen a IPv6 68 iter->proc = fopen("/proc/net/if_inet6", "r"); 70 iter->proc = NULL; 100 if (iter->proc != NULL) 101 fclose(iter->proc); 209 if (iter->proc != NULL) 210 fclose(iter->proc); 211 iter->proc [all...] |
H A D | ifiter_ioctl.c | 72 FILE * proc; member in struct:isc_interfaceiter 362 iter->proc = fopen("/proc/net/if_inet6", "r"); 899 if (iter->proc != NULL) 900 fclose(iter->proc);
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/ |
H A D | log.c | 142 idn_log_setproc(idn_log_proc_t proc) { argument 143 if (proc == NULL) 146 log_proc = proc;
|
H A D | nameprep.c | 98 static idn_result_t idn_nameprep_check(nameprep_checkproc proc, 224 idn_nameprep_check(nameprep_checkproc proc, const unsigned long *str, argument 238 } else if ((*proc)(v)) {
|
H A D | normalizer.c | 72 idn_normalizer_proc_t proc; member in struct:__anon77 104 idn_normalizer_proc_t proc; member in struct:standard_normalizer 319 r = (ctx->schemes[i]->proc)(src, dst, dstlen); 346 idn_normalizer_register(const char *scheme_name, idn_normalizer_proc_t proc) { argument 350 assert(scheme_name != NULL && proc != NULL); 363 scheme->proc = proc; 406 standard_normalizer[i].proc);
|
H A D | strhash.c | 119 idn__strhash_destroy(idn__strhash_t hash, idn__strhash_freeproc_t proc) { argument 130 if (proc != NULL) 131 (*proc)(bin->value);
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/tests/ |
H A D | testsuite.c | 62 idn_testsuite_testproc_t proc; member in struct:idn_testcase 143 idn_testsuite_testproc_t proc) { 149 assert(ctx != NULL && title != NULL && proc != NULL); 169 new_testcase->proc = proc; 234 (ctx->testcases[i].proc)(ctx); 556 idn_testsuite_msgproc_t proc; local 560 proc = (ctx->msgproc == NULL) ? 567 (*proc)(buffer); 570 (*proc)(buffe 142 idn_testsuite_addtestcase(idn_testsuite_t ctx, const char *title, idn_testsuite_testproc_t proc) argument [all...] |
/bind-9.11.3/lib/dns/ |
H A D | name.c | 2356 dns_name_settotextfilter(dns_name_totextfilter_t proc) { argument 2371 if (mem != NULL && proc != NULL) { 2372 *mem = proc; 2375 if (proc == NULL) { 2387 *mem = proc; 2394 totext_filter_proc = proc;
|
Completed in 331 milliseconds