Lines Matching defs:_data
472 isccc_sexpr_t *alist, *_ctrl, *_data;
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;
623 _data = isccc_alist_lookup(message, "_data");
624 if (_ctrl == NULL || _data == NULL ||
626 isccc_cc_lookupstring(_data, "type", &type) != ISC_R_SUCCESS)
650 _data = isccc_alist_lookup(alist, "_data");
651 if (_data == NULL) {
657 isccc_cc_definestring(_data, "type", type) == NULL)