Home | History | Annotate | Download | only in cintltst

Lines Matching defs:to2

1481     TSCCContext *from2, *from3, *to2, *to3;
1482 TSCCContext **pfrom2 = &from2, **pfrom3 = &from3, **pto2 = &to2, **pto3 = &to3;
1556 TSCC_print_log(to2, "to2");
1559 if(to2 == NULL) {
1560 log_err("FAIL! to2 is null \n");
1573 if(to2 == (&to1) ) {
1581 if(to2->wasClosed) {
1582 log_err("FAIL! to2 was closed\n");
1592 TSCC_print_log(to2, "to2");
1606 if(to2->wasClosed) {
1607 log_err("FAIL! to2 was closed\n");
1625 TSCC_print_log(to2, "to2");
1631 if(to2->wasClosed == FALSE) {
1632 log_err("FAIL! to2 was NOT closed\n");
1635 if(to2 != (&to1)) {
1636 free(to2); /* to1 is stack based */