Lines Matching refs:send_requested_reply
1103 const char *send_requested_reply; in append_rule_from_element() local
1128 "send_requested_reply", &send_requested_reply, in append_rule_from_element()
1140 send_requested_reply || receive_requested_reply || in append_rule_from_element()
1236 ((send_requested_reply && receive_interface) || in append_rule_from_element()
1237 (send_requested_reply && receive_member) || in append_rule_from_element()
1238 (send_requested_reply && receive_error) || in append_rule_from_element()
1239 (send_requested_reply && receive_sender) || in append_rule_from_element()
1240 (send_requested_reply && eavesdrop) || in append_rule_from_element()
1241 (send_requested_reply && receive_requested_reply) || in append_rule_from_element()
1242 (send_requested_reply && own) || in append_rule_from_element()
1243 (send_requested_reply && user) || in append_rule_from_element()
1244 (send_requested_reply && group)) || in append_rule_from_element()
1287 send_path || send_type || send_requested_reply) in append_rule_from_element()
1317 if (send_requested_reply && in append_rule_from_element()
1318 !(strcmp (send_requested_reply, "true") == 0 || in append_rule_from_element()
1319 strcmp (send_requested_reply, "false") == 0)) in append_rule_from_element()
1323 "send_requested_reply", send_requested_reply); in append_rule_from_element()
1331 if (send_requested_reply) in append_rule_from_element()
1332 rule->d.send.requested_reply = (strcmp (send_requested_reply, "true") == 0); in append_rule_from_element()