Home
last modified time | relevance | path

Searched refs:IRS_CONTINUE (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/lib/libresolv2/common/irs/
H A Dgen_ho.c149 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()
H A Dgen_pr.c119 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()
H A Dgen_sv.c120 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()
H A Dgen_nw.c130 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()
H A Dgen_ng.c117 if (!(pvt->rule->flags & IRS_CONTINUE)) in ng_next()
141 if (rval || !(rule->flags & IRS_CONTINUE)) in ng_test()
H A Dgen_p.h88 #define IRS_CONTINUE 0x0002 /*%< Don't stop if acc. has no data? */ macro
H A Dgen.c111 { "continue", IRS_CONTINUE },