Searched refs:tci (Results 1 – 3 of 3) sorted by relevance
2452 const SSL_CIPHER *ci, *tci = NULL; in do_test_cipherlist() local2459 if (tci != NULL) in do_test_cipherlist()2460 if (ci->id >= tci->id) in do_test_cipherlist()2462 fprintf(stderr, "failed %lx vs. %lx\n", ci->id, tci->id); in do_test_cipherlist()2465 tci = ci; in do_test_cipherlist()2472 tci = NULL; in do_test_cipherlist()2475 if (tci != NULL) in do_test_cipherlist()2476 if (ci->id >= tci->id) in do_test_cipherlist()2478 fprintf(stderr, "failed %lx vs. %lx\n", ci->id, tci->id); in do_test_cipherlist()2481 tci = ci; in do_test_cipherlist()[all …]
13 TC<int> tci; variable
262 CharacterIterator *tci = &wordIter1->getText(); in TestGetSetAdoptText() local264 tci->getText(tstr); in TestGetSetAdoptText()278 tci = &wordIter1->getText(); in TestGetSetAdoptText()279 tci->getText(tstr); in TestGetSetAdoptText()281 tci = &charIter1->getText(); in TestGetSetAdoptText()282 tci->getText(tstr); in TestGetSetAdoptText()