Home | History | Annotate | Download | only in cintltst

Lines Matching defs:to2

1477     TSCCContext *from2, *from3, *to2, *to3;
1478 TSCCContext **pfrom2 = &from2, **pfrom3 = &from3, **pto2 = &to2, **pto3 = &to3;
1552 TSCC_print_log(to2, "to2");
1555 if(to2 == NULL) {
1556 log_err("FAIL! to2 is null \n");
1569 if(to2 == (&to1) ) {
1577 if(to2->wasClosed) {
1578 log_err("FAIL! to2 was closed\n");
1588 TSCC_print_log(to2, "to2");
1602 if(to2->wasClosed) {
1603 log_err("FAIL! to2 was closed\n");
1621 TSCC_print_log(to2, "to2");
1627 if(to2->wasClosed == FALSE) {
1628 log_err("FAIL! to2 was NOT closed\n");
1631 if(to2 != (&to1)) {
1632 free(to2); /* to1 is stack based */