Home | History | Annotate | Download | only in ssl

Lines Matching defs:onoff

112     uint64_t option_value, int onoff)
119 onoff ^= 1;
131 if (onoff)
140 if (onoff)
147 const char *name, int namelen, int onoff)
158 ssl_set_option(cctx, tbl->name_flags, tbl->option_value, onoff);
167 int onoff = 1;
178 onoff = 1;
182 onoff = 0;
186 if (ssl_match_option(cctx, tbl, elem, len, onoff))