Lines Matching refs:TSCCContext
1385 } TSCCContext; typedef
1387 static TSCCContext *TSCC_clone(TSCCContext *ctx) in TSCC_clone()
1389 TSCCContext *newCtx = (TSCCContext *)malloc(sizeof(TSCCContext)); in TSCC_clone()
1408 TSCCContext *ctx = (TSCCContext*)context; in TSCC_fromU()
1420 TSCCContext *newCtx; in TSCC_fromU()
1421 TSCCContext *junkCtx; in TSCC_fromU()
1422 TSCCContext **pjunkCtx = &junkCtx; in TSCC_fromU()
1455 TSCCContext *ctx = (TSCCContext*)context; in TSCC_toU()
1467 TSCCContext *newCtx; in TSCC_toU()
1468 TSCCContext *junkCtx; in TSCC_toU()
1469 TSCCContext **pjunkCtx = &junkCtx; in TSCC_toU()
1494 static void TSCC_init(TSCCContext *q) in TSCC_init()
1501 static void TSCC_print_log(TSCCContext *q, const char *name) in TSCC_print_log()
1519 TSCCContext from1, to1; in TestConvertSafeCloneCallback()
1520 TSCCContext *from2, *from3, *to2, *to3; in TestConvertSafeCloneCallback()
1521 TSCCContext **pfrom2 = &from2, **pfrom3 = &from3, **pto2 = &to2, **pto3 = &to3; in TestConvertSafeCloneCallback()