Lines Matching refs:sticky
3232 setoption(opt, val, safe, sticky, e) in setoption() argument
3236 bool sticky;
3360 if (!sticky && bitnset(opt, StickyOpt))
3666 sticky = false;
3725 sticky = false;
3755 inittimeouts(val, sticky);
3757 settimeout(subopt, val, sticky);
3791 settimeout("queuewarn", p, sticky);
3793 settimeout("queuereturn", val, sticky);
4267 sticky = false;
4751 milter_set_option(subopt, val, sticky);
4968 if (sticky && !bitset(OI_SUBOPT, o->o_flags))
5360 settimeout(name, val, sticky) in settimeout() argument
5363 bool sticky;
5389 if (!sticky && bitnset(to->to_code, StickyTimeoutOpt))
5587 if (sticky)
5610 inittimeouts(val, sticky) in inittimeouts() argument
5612 bool sticky;
5703 if (sticky)
5724 settimeout(val, q, sticky);