Lines Matching defs:_ctrl
337 isccc_sexpr_t *_ctrl;
398 _ctrl = isccc_alist_lookup(request, "_ctrl");
399 if (_ctrl == NULL) {
404 if (isccc_cc_lookupuint32(_ctrl, "_tim", &sent) == ISC_R_SUCCESS) {
417 if (isccc_cc_lookupuint32(_ctrl, "_exp", &exp) == ISC_R_SUCCESS &&
436 (isccc_cc_lookupuint32(_ctrl, "_nonce", &nonce) != ISC_R_SUCCESS ||
476 _ctrl = isccc_alist_lookup(response, "_ctrl");
477 if (_ctrl == NULL ||
478 isccc_cc_defineuint32(_ctrl, "_nonce", conn->nonce) == NULL)