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

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgen_p.h88 #define IRS_CONTINUE 0x0002 /*%< Don't stop if acc. has no data? */ macro
H A Dgen_ng.c117 if (!(pvt->rule->flags & IRS_CONTINUE))
141 if (rval || !(rule->flags & IRS_CONTINUE))
H A Dgen_nw.c130 if (!(pvt->rules->flags & IRS_CONTINUE))
158 !(rule->flags & IRS_CONTINUE))
181 !(rule->flags & IRS_CONTINUE))
H A Dgen_pr.c119 if (!(pvt->rules->flags & IRS_CONTINUE))
141 if (rval || !(rule->flags & IRS_CONTINUE))
158 if (rval || !(rule->flags & IRS_CONTINUE))
H A Dgen_sv.c120 if (!(pvt->rule->flags & IRS_CONTINUE))
142 if (rval || !(rule->flags & IRS_CONTINUE))
159 if (rval || !(rule->flags & IRS_CONTINUE))
H A Dgen_ho.c149 if (rule->flags & IRS_CONTINUE)
192 if (rule->flags & IRS_CONTINUE)
233 if (rule->flags & IRS_CONTINUE)
258 if (!(pvt->rule->flags & IRS_CONTINUE))
362 if (rule->flags & IRS_CONTINUE)
H A Dgen.c111 { "continue", IRS_CONTINUE },

Completed in 57 milliseconds