/netbsd-src/external/mpl/bind/dist/lib/isc/ |
H A D | log.c | 257 lctx = isc_mem_get(mctx, sizeof(*lctx)); in isc_log_create() local 44 VALID_CONTEXT(lctx) global() argument 118 isc_log_t *lctx; global() member 305 isc_logconfig_create(isc_log_t * lctx,isc_logconfig_t ** lcfgp) isc_logconfig_create() argument 363 isc_logconfig_use(isc_log_t * lctx,isc_logconfig_t * lcfg) isc_logconfig_use() argument 388 isc_log_t *lctx; isc_log_destroy() local 508 isc_log_registercategories(isc_log_t * lctx,isc_logcategory_t categories[]) isc_log_registercategories() argument 554 isc_log_categorybyname(isc_log_t * lctx,const char * name) isc_log_categorybyname() argument 579 isc_log_registermodules(isc_log_t * lctx,isc_logmodule_t modules[]) isc_log_registermodules() argument 625 isc_log_modulebyname(isc_log_t * lctx,const char * name) isc_log_modulebyname() argument 732 isc_log_t *lctx; isc_log_usechannel() local 778 isc_log_write(isc_log_t * lctx,isc_logcategory_t * category,isc_logmodule_t * module,int level,const char * format,...) isc_log_write() argument 792 isc_log_vwrite(isc_log_t * lctx,isc_logcategory_t * category,isc_logmodule_t * module,int level,const char * format,va_list args) isc_log_vwrite() argument 802 isc_log_write1(isc_log_t * lctx,isc_logcategory_t * category,isc_logmodule_t * module,int level,const char * format,...) isc_log_write1() argument 816 isc_log_vwrite1(isc_log_t * lctx,isc_logcategory_t * category,isc_logmodule_t * module,int level,const char * format,va_list args) isc_log_vwrite1() argument 826 isc_log_setcontext(isc_log_t * lctx) isc_log_setcontext() argument 831 isc_log_setdebuglevel(isc_log_t * lctx,unsigned int level) isc_log_setdebuglevel() argument 863 isc_log_getdebuglevel(isc_log_t * lctx) isc_log_getdebuglevel() argument 914 isc_log_closefilelogs(isc_log_t * lctx) isc_log_closefilelogs() argument 944 isc_log_t *lctx; assignchannel() local 988 isc_log_t *lctx; sync_channellist() local 1019 sync_highest_level(isc_log_t * lctx,isc_logconfig_t * lcfg) sync_highest_level() argument 1472 isc_log_wouldlog(isc_log_t * lctx,int level) isc_log_wouldlog() argument 1505 isc_log_doit(isc_log_t * lctx,isc_logcategory_t * category,isc_logmodule_t * module,int level,bool write_once,const char * format,va_list args) isc_log_doit() argument [all...] |
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/ |
H A D | log.c | 42 #define VALID_CONTEXT(lctx) ISC_MAGIC_VALID(lctx, LCTX_MAGIC) argument 114 isc_log_t *lctx; member 254 isc_log_t *lctx; in isc_log_create() local 302 isc_logconfig_create(isc_log_t *lctx, isc_logconfig_t **lcfgp) { in isc_logconfig_create() 360 isc_logconfig_use(isc_log_t *lctx, isc_logconfig_t *lcfg) { in isc_logconfig_use() 385 isc_log_t *lctx; in isc_log_destroy() local 505 isc_log_registercategories(isc_log_t *lctx, isc_logcategory_t categories[]) { in isc_log_registercategories() 551 isc_log_categorybyname(isc_log_t *lctx, const char *name) { in isc_log_categorybyname() 576 isc_log_registermodules(isc_log_t *lctx, isc_logmodule_t modules[]) { in isc_log_registermodules() 622 isc_log_modulebyname(isc_log_t *lctx, const char *name) { in isc_log_modulebyname() [all …]
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | master.c | 176 #define DNS_LCTX_VALID(lctx) ISC_MAGIC_VALID(lctx, DNS_LCTX_MAGIC) argument 302 #define MANYERRS(lctx, result) \ argument 306 #define SETRESULT(lctx, r) \ argument 347 dns_master_isprimary(dns_loadctx_t *lctx) { in dns_master_isprimary() 415 dns_loadctx_t *lctx; in dns_loadctx_detach() local 444 loadctx_destroy(dns_loadctx_t *lctx) { in loadctx_destroy() 515 dns_loadctx_t *lctx; in loadctx_create() local 807 generate(dns_loadctx_t *lctx, char *range, char *lhs, char *gtype, char *rhs, in generate() 987 check_ns(dns_loadctx_t *lctx, isc_token_t *token, const char *source, in check_ns() 1046 openfile_text(dns_loadctx_t *lctx, const char *master_file) { in openfile_text() [all …]
|
H A D | log.c | 76 dns_log_init(isc_log_t *lctx) { in dns_log_init() 84 dns_log_setcontext(isc_log_t *lctx) { in dns_log_setcontext()
|
H A D | dyndb.c | 411 dns_dyndb_createctx(isc_mem_t *mctx, const void *hashinit, isc_log_t *lctx, in dns_dyndb_createctx()
|
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | log.c | 63 dns_log_init(isc_log_t * lctx) dns_log_init() argument 71 dns_log_setcontext(isc_log_t * lctx) dns_log_setcontext() argument
|
H A D | master.c | 176 DNS_LCTX_VALID(lctx) global() argument 296 MANYERRS(lctx,result) global() argument 300 SETRESULT(lctx,r) global() argument 341 dns_master_isprimary(dns_loadctx_t * lctx) dns_master_isprimary() argument 409 dns_loadctx_t *lctx; dns_loadctx_detach() local 438 loadctx_destroy(dns_loadctx_t * lctx) loadctx_destroy() argument 508 dns_loadctx_t *lctx; loadctx_create() local 796 generate(dns_loadctx_t * lctx,char * range,char * lhs,char * gtype,char * rhs,const char * source,unsigned int line) generate() argument 976 check_ns(dns_loadctx_t * lctx,isc_token_t * token,const char * source,unsigned long line) check_ns() argument 1035 openfile_text(dns_loadctx_t * lctx,const char * master_file) openfile_text() argument 1053 load_text(dns_loadctx_t * lctx) load_text() argument 2181 pushfile(const char * master_file,dns_name_t * origin,dns_loadctx_t * lctx) pushfile() argument 2263 load_header(dns_loadctx_t * lctx) load_header() argument 2338 openfile_raw(dns_loadctx_t * lctx,const char * master_file) openfile_raw() argument 2351 load_raw(dns_loadctx_t * lctx) load_raw() argument 2660 dns_loadctx_t *lctx = NULL; dns_master_loadfile() local 2694 dns_loadctx_t *lctx = NULL; dns_master_loadfileinc() local 2730 dns_loadctx_t *lctx = NULL; dns_master_loadstream() local 2763 dns_loadctx_t *lctx = NULL; dns_master_loadstreaminc() local 2799 dns_loadctx_t *lctx = NULL; dns_master_loadbuffer() local 2831 dns_loadctx_t *lctx = NULL; dns_master_loadbufferinc() local 2865 dns_loadctx_t *lctx = NULL; dns_master_loadlexer() local 2890 dns_loadctx_t *lctx = NULL; dns_master_loadlexerinc() local 3030 resign_fromlist(dns_rdatalist_t * this,dns_loadctx_t * lctx) resign_fromlist() argument 3063 commit(dns_rdatacallbacks_t * callbacks,dns_loadctx_t * lctx,rdatalist_head_t * head,dns_name_t * owner,const char * source,unsigned int line) commit() argument 3161 dns_loadctx_t *lctx; load_quantum() local 3183 task_send(dns_loadctx_t * lctx) task_send() argument 3193 dns_loadctx_cancel(dns_loadctx_t * lctx) dns_loadctx_cancel() argument [all...] |
H A D | dyndb.c | 271 dns_dyndb_createctx(isc_mem_t *mctx, const void *hashinit, isc_log_t *lctx, in dns_dyndb_createctx() argument
|
/netbsd-src/external/mpl/bind/dist/lib/ns/ |
H A D | log.c | 54 ns_log_init(isc_log_t * lctx) ns_log_init() argument 62 ns_log_setcontext(isc_log_t * lctx) ns_log_setcontext() argument
|
H A D | hooks.c | 212 isc_mem_t *mctx, isc_log_t *lctx, void *actx, in ns_plugin_register() argument 246 isc_log_t *lctx, void *actx) { in ns_plugin_check() argument
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isccfg/ |
H A D | aclconf.c | 124 isc_log_t *lctx, cfg_aclconfctx_t *ctx, isc_mem_t *mctx, in convert_named_acl() 178 convert_keyname(const cfg_obj_t *keyobj, isc_log_t *lctx, isc_mem_t *mctx, in convert_keyname() 211 isc_log_t *lctx, cfg_aclconfctx_t *ctx, isc_mem_t *mctx, in count_acl_elements() 293 get_subtype(const cfg_obj_t *obj, isc_log_t *lctx, dns_geoip_subtype_t subtype, in get_subtype() 477 parse_geoip_element(const cfg_obj_t *obj, isc_log_t *lctx, in parse_geoip_element() 629 isc_log_t *lctx, cfg_aclconfctx_t *ctx, isc_mem_t *mctx, in cfg_acl_fromconfig() 637 isc_log_t *lctx, cfg_aclconfctx_t *ctx, isc_mem_t *mctx, in cfg_acl_fromconfig2()
|
H A D | log.c | 38 cfg_log_init(isc_log_t *lctx) { in cfg_log_init()
|
/netbsd-src/external/mpl/bind/dist/lib/isccfg/ |
H A D | aclconf.c | 124 convert_named_acl(const cfg_obj_t * nameobj,const cfg_obj_t * cctx,isc_log_t * lctx,cfg_aclconfctx_t * ctx,isc_mem_t * mctx,unsigned int nest_level,dns_acl_t ** target) convert_named_acl() argument 176 convert_keyname(const cfg_obj_t * keyobj,isc_log_t * lctx,isc_mem_t * mctx,dns_name_t * dnsname) convert_keyname() argument 209 count_acl_elements(const cfg_obj_t * caml,const cfg_obj_t * cctx,isc_log_t * lctx,cfg_aclconfctx_t * ctx,isc_mem_t * mctx,uint32_t * count,bool * has_negative) count_acl_elements() argument 291 get_subtype(const cfg_obj_t * obj,isc_log_t * lctx,dns_geoip_subtype_t subtype,const char * dbname) get_subtype() argument 475 parse_geoip_element(const cfg_obj_t * obj,isc_log_t * lctx,cfg_aclconfctx_t * ctx,dns_aclelement_t * dep) parse_geoip_element() argument 627 cfg_acl_fromconfig(const cfg_obj_t * caml,const cfg_obj_t * cctx,isc_log_t * lctx,cfg_aclconfctx_t * ctx,isc_mem_t * mctx,unsigned int nest_level,dns_acl_t ** target) cfg_acl_fromconfig() argument 635 cfg_acl_fromconfig2(const cfg_obj_t * acl_data,const cfg_obj_t * cctx,isc_log_t * lctx,cfg_aclconfctx_t * ctx,isc_mem_t * mctx,unsigned int nest_level,uint16_t family,dns_acl_t ** target) cfg_acl_fromconfig2() argument [all...] |
H A D | log.c | 35 cfg_log_init(isc_log_t *lctx) { in cfg_log_init() argument
|
/netbsd-src/external/mpl/bind/dist/bin/tools/ |
H A D | named-journalprint.c | 72 isc_log_t *lctx = NULL; main() local
|
/netbsd-src/external/mpl/bind/dist/doc/misc/ |
H A D | cfg_test.c | 65 isc_log_t *lctx = NULL; main() local
|
/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/ |
H A D | dyndb.h | 41 isc_log_t *lctx; member
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
H A D | dyndb.h | 42 isc_log_t *lctx; member
|
/netbsd-src/external/mpl/bind/dist/tests/isccfg/ |
H A D | duration_test.c | 42 isc_log_t *lctx = NULL; global() variable
|
H A D | parser_test.c | 44 isc_log_t *lctx = NULL; global() variable
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/ |
H A D | by_store.c | 16 static int cache_objects(X509_LOOKUP *lctx, const char *uri, in cache_objects()
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isccfg/include/isccfg/ |
H A D | grammar.h | 230 isc_log_t *lctx; member
|
/netbsd-src/external/mpl/bind/dist/lib/isccfg/include/isccfg/ |
H A D | grammar.h | 204 isc_log_t *lctx; member
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CallEvent.h | 172 CallEvent(const Expr *E, ProgramStateRef state, const LocationContext *lctx) in CallEvent() 175 CallEvent(const Decl *D, ProgramStateRef state, const LocationContext *lctx) in CallEvent()
|
H A D | SymbolManager.h | 85 SymbolConjured(SymbolID sym, const Stmt *s, const LocationContext *lctx, in SymbolConjured()
|