Lines Matching defs:_ctrl
335 isccc_sexpr_t *_ctrl;
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 == NULL ||
489 isccc_cc_defineuint32(_ctrl, "_nonce", conn->nonce) == NULL)