Searched refs:IRS_CONTINUE (Results 1 – 7 of 7) sorted by relevance
149 if (rule->flags & IRS_CONTINUE) in ho_byname()192 if (rule->flags & IRS_CONTINUE) in ho_byname2()233 if (rule->flags & IRS_CONTINUE) in ho_byaddr()258 if (!(pvt->rule->flags & IRS_CONTINUE)) in ho_next()362 if (rule->flags & IRS_CONTINUE) in ho_addrinfo()
119 if (!(pvt->rules->flags & IRS_CONTINUE)) in pr_next()141 if (rval || !(rule->flags & IRS_CONTINUE)) in pr_byname()158 if (rval || !(rule->flags & IRS_CONTINUE)) in pr_bynumber()
120 if (!(pvt->rule->flags & IRS_CONTINUE)) in sv_next()142 if (rval || !(rule->flags & IRS_CONTINUE)) in sv_byname()159 if (rval || !(rule->flags & IRS_CONTINUE)) in sv_byport()
130 if (!(pvt->rules->flags & IRS_CONTINUE)) in nw_next()158 !(rule->flags & IRS_CONTINUE)) in nw_byname()181 !(rule->flags & IRS_CONTINUE)) in nw_byaddr()
117 if (!(pvt->rule->flags & IRS_CONTINUE)) in ng_next()141 if (rval || !(rule->flags & IRS_CONTINUE)) in ng_test()
88 #define IRS_CONTINUE 0x0002 /*%< Don't stop if acc. has no data? */ macro
111 { "continue", IRS_CONTINUE },