Lines Matching refs:tpp
151 TOK822 **tpp; in cleanup_rewrite_sender() local
166 for (tpp = addr_list; *tpp; tpp++) { in cleanup_rewrite_sender()
167 did_rewrite |= cleanup_rewrite_tree(state->hdr_rewrite_context, *tpp); in cleanup_rewrite_sender()
172 cleanup_map11_tree(state, *tpp, cleanup_send_canon_maps, in cleanup_rewrite_sender()
177 cleanup_map11_tree(state, *tpp, cleanup_comm_canon_maps, in cleanup_rewrite_sender()
182 cleanup_masquerade_tree(state, *tpp, cleanup_masq_domains); in cleanup_rewrite_sender()
208 TOK822 **tpp; in cleanup_rewrite_recip() local
223 for (tpp = addr_list; *tpp; tpp++) { in cleanup_rewrite_recip()
224 did_rewrite |= cleanup_rewrite_tree(state->hdr_rewrite_context, *tpp); in cleanup_rewrite_recip()
229 cleanup_map11_tree(state, *tpp, cleanup_rcpt_canon_maps, in cleanup_rewrite_recip()
234 cleanup_map11_tree(state, *tpp, cleanup_comm_canon_maps, in cleanup_rewrite_recip()
239 cleanup_masquerade_tree(state, *tpp, cleanup_masq_domains); in cleanup_rewrite_recip()