Lines Matching refs:opt
1189 ssl_opt_t opt;
1206 opt = SSL_OPT_STDENVVARS;
1209 opt = SSL_OPT_EXPORTCERTDATA;
1212 opt = SSL_OPT_FAKEBASICAUTH;
1215 opt = SSL_OPT_STRICTREQUIRE;
1218 opt = SSL_OPT_OPTRENEGOTIATE;
1221 opt = SSL_OPT_LEGACYDNFORMAT;
1230 dc->nOptionsAdd &= ~opt;
1231 dc->nOptionsDel |= opt;
1232 dc->nOptions &= ~opt;
1235 dc->nOptionsAdd |= opt;
1236 dc->nOptionsDel &= ~opt;
1237 dc->nOptions |= opt;
1240 dc->nOptions = opt;
1241 dc->nOptionsAdd = opt;