Lines Matching defs:_ctrl
254 isccc_sexpr_t *_ctrl;
285 _ctrl = isccc_alist_lookup(response, "_ctrl");
286 if (_ctrl == NULL)
287 fatal("_ctrl section missing");
289 if (isccc_cc_lookupuint32(_ctrl, "_nonce", &nonce) != ISC_R_SUCCESS)
302 _ctrl = isccc_alist_lookup(request, "_ctrl");
303 if (_ctrl == NULL)
304 fatal("_ctrl section missing");
305 if (isccc_cc_defineuint32(_ctrl, "_nonce", nonce) == NULL)