Home
last modified time | relevance | path

Searched refs:debugconf (Results 1 – 5 of 5) sorted by relevance

/dports/audio/harp/harp-0.6.0/
H A Dharpconfig.c25 struct dconf debugconf; variable
240 debugconf.log=1; in debugConfig()
243 if(debugconf.dir==NULL || strcmp(debugconf.dir,setting)!=0){ in debugConfig()
244 if(debugconf.dir) in debugConfig()
245 free(debugconf.dir); in debugConfig()
246 debugconf.dir=strdup(setting); in debugConfig()
250 create_logfile("%s/player.log.XXXXXX",debugconf.dir,&debugconf.playfilename,&debugconf.playfd); in debugConfig()
254 if(debugconf.level>0 && debugconf.dir){ in debugConfig()
255 create_logfile("%s/debug.log.XXXXXX",debugconf.dir,&debugconf.msgfilename,&debugconf.msgfd); in debugConfig()
267 debugconf.playfilename=debugconf.msgfilename=debugconf.dir=NULL; in configInit()
[all …]
H A Dmessage.c26 if(debugconf.log==1 && debugconf.level>=level && debugconf.msgfd){ in debug()
27 fprintf(debugconf.msgfd,"%s\n",msg); in debug()
28 fflush(debugconf.msgfd); in debug()
48 if(debugconf.log==1 && debugconf.playfd){ in printSongPubInfo()
49 fprintf(debugconf.playfd,"%s\t%s\t%s\t%s\t%s\n",row[0],row[3],row[2],row[1],row[4]); in printSongPubInfo()
50 fflush(debugconf.playfd); in printSongPubInfo()
H A Dharp.c40 if(debugconf.playfilename) in cleanExit()
41 unlink(debugconf.playfilename); in cleanExit()
42 if(debugconf.msgfilename) in cleanExit()
43 unlink(debugconf.msgfilename); in cleanExit()
H A Ddefs.h210 }extern debugconf; variable
/dports/dns/unbound/unbound-1.14.0/smallapp/
H A Dunbound-anchor.c295 if(debugconf) { in create_unbound_context()
296 r = ub_ctx_config(ctx, debugconf); in create_unbound_context()
297 if(r) ub_ctx_error_exit(ctx, debugconf, ub_strerror(r)); in create_unbound_context()
638 const char* root_hints, const char* debugconf, in resolve_name() argument
649 ctx = create_unbound_context(res_conf, root_hints, debugconf, in resolve_name()
2230 ctx = create_unbound_context(res_conf, root_hints, debugconf, in fetch_root_key()
2258 root_hints, debugconf, srcaddr, ip4only, ip6only); in do_root_update_work()
2266 root_hints, debugconf, srcaddr, ip4only, ip6only); in do_root_update_work()
2287 debugconf, srcaddr, ip4only, ip6only, port, use_sni)) in do_root_update_work()
2312 const char* debugconf = NULL; in main() local
[all …]