Searched defs:_ctrl (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/isccc/
H A Dcc.c706 isccc_sexpr_t *alist, *_ctrl, *_data; local
720 _ctrl = isccc_alist_create();
721 if (_ctrl == NULL)
723 if (isccc_alist_define(alist, "_ctrl", _ctrl) == NULL) {
724 isccc_sexpr_free(&_ctrl);
736 if (isccc_cc_defineuint32(_ctrl, "_ser", serial) == NULL ||
737 isccc_cc_defineuint32(_ctrl, "_tim", now) == NULL ||
739 isccc_cc_defineuint32(_ctrl, "_exp", expires) == NULL))
742 isccc_cc_definestring(_ctrl, "_fr
773 isccc_sexpr_t *ack, *_ctrl; local
821 isccc_sexpr_t *_ctrl; local
833 isccc_sexpr_t *_ctrl; local
849 isccc_sexpr_t *alist, *_ctrl, *_data; local
1034 isccc_sexpr_t *_ctrl; local
[all...]
/bind-9.11.3/bin/rndc/
H A Drndc.c323 isccc_sexpr_t *_ctrl; local
354 _ctrl = isccc_alist_lookup(response, "_ctrl");
355 if (!isccc_alist_alistp(_ctrl))
358 if (isccc_cc_lookupuint32(_ctrl, "_nonce", &nonce) != ISC_R_SUCCESS)
371 _ctrl = isccc_alist_lookup(request, "_ctrl");
372 if (_ctrl == NULL)
373 fatal("_ctrl section missing");
374 if (isccc_cc_defineuint32(_ctrl, "_nonc
[all...]
/bind-9.11.3/bin/named/
H A Dcontrolconf.c335 isccc_sexpr_t *_ctrl; local
403 _ctrl = isccc_alist_lookup(request, "_ctrl");
404 if (!isccc_alist_alistp(_ctrl)) {
409 if (isccc_cc_lookupuint32(_ctrl, "_tim", &sent) == ISC_R_SUCCESS) {
422 if (isccc_cc_lookupuint32(_ctrl, "_exp", &exp) == ISC_R_SUCCESS &&
441 (isccc_cc_lookupuint32(_ctrl, "_nonce", &nonce) != ISC_R_SUCCESS ||
487 _ctrl = isccc_alist_lookup(response, "_ctrl");
488 if (_ctrl
[all...]

Completed in 15 milliseconds