Lines Matching refs:ok
1169 int multi, skip_rule, rule, retval, ok, in_group = 0, has_group = 0;
1341 /* Ok, we have the rule, now apply it. */
1344 ok = 0;
1346 ok = ssl_cipher_strength_sort(head_p, tail_p);
1351 if (ok == 0) {
1379 int ok;
1466 ok = 1;
1469 ok = ssl_cipher_process_rulestr(ssl_method, SSL_DEFAULT_CIPHER_LIST, &head,
1477 if (ok && strlen(rule_p) > 0) {
1478 ok = ssl_cipher_process_rulestr(ssl_method, rule_p, &head, &tail);
1481 if (!ok) {