Searched refs:_data (Results 1 - 2 of 2) sorted by relevance
/bind-9.11.3/lib/dns/rdata/ |
H A D | rdatastructpre.h | 28 #define DNS_RDATACOMMON_INIT(_data, _rdtype, _rdclass) \ 30 (_data)->common.rdtype = (_rdtype); \ 31 (_data)->common.rdclass = (_rdclass); \ 32 ISC_LINK_INIT(&(_data)->common, link); \
|
/bind-9.11.3/lib/isccc/ |
H A D | cc.c | 706 isccc_sexpr_t *alist, *_ctrl, *_data; local 728 _data = isccc_alist_create(); 729 if (_data == NULL) 731 if (isccc_alist_define(alist, "_data", _data) == NULL) { 732 isccc_sexpr_free(&_data); 849 isccc_sexpr_t *alist, *_ctrl, *_data; local 855 _data = isccc_alist_lookup(message, "_data"); 856 if (!isccc_alist_alistp(_ctrl) || !isccc_alist_alistp(_data) || [all...] |
Completed in 19 milliseconds