Lines Matching defs:tci
2452 const SSL_CIPHER *ci, *tci = NULL;
2459 if (tci != NULL)
2460 if (ci->id >= tci->id)
2462 fprintf(stderr, "failed %lx vs. %lx\n", ci->id, tci->id);
2465 tci = ci;
2472 tci = NULL;
2475 if (tci != NULL)
2476 if (ci->id >= tci->id)
2478 fprintf(stderr, "failed %lx vs. %lx\n", ci->id, tci->id);
2481 tci = ci;
2488 tci = NULL;
2491 if (tci != NULL)
2492 if (ci->id >= tci->id)
2494 fprintf(stderr, "failed %lx vs. %lx\n", ci->id, tci->id);
2497 tci = ci;