Lines Matching defs:order_arg
448 m->order_arg.env = NULL;
449 m->order_arg.acl = NULL;
450 m->order_arg.element = NULL;
668 if (msg->order_arg.env != NULL) {
669 dns_aclenv_detach(&msg->order_arg.env);
671 if (msg->order_arg.acl != NULL) {
672 dns_acl_detach(&msg->order_arg.acl);
2110 const void *order_arg = &msg->order_arg;
2116 msg->order, order_arg, rd_options,
2121 msg->order, order_arg, rd_options,
2185 &msg->order_arg, rd_options,
2191 &msg->order_arg, rd_options,
4645 dns_aclenv_attach(env, &msg->order_arg.env);
4648 dns_acl_attach(acl, &msg->order_arg.acl);
4650 msg->order_arg.element = elem;