Searched refs:_data (Results 1 - 2 of 2) sorted by relevance
/bind-9.6-ESV-R11/lib/dns/rdata/ |
H A D | rdatastructpre.h | 37 #define DNS_RDATACOMMON_INIT(_data, _rdtype, _rdclass) \ 39 (_data)->common.rdtype = (_rdtype); \ 40 (_data)->common.rdclass = (_rdclass); \ 41 ISC_LINK_INIT(&(_data)->common, link); \
|
/bind-9.6-ESV-R11/lib/isccc/ |
H A D | cc.c | 472 isccc_sexpr_t *alist, *_ctrl, *_data; local 494 _data = isccc_alist_create(); 495 if (_data == NULL) 497 if (isccc_alist_define(alist, "_data", _data) == NULL) { 498 isccc_sexpr_free(&_data); 617 isccc_sexpr_t *alist, *_ctrl, *_data; local 623 _data = isccc_alist_lookup(message, "_data"); 624 if (_ctrl == NULL || _data [all...] |
Completed in 10 milliseconds