Lines Matching refs:TSCCContext
1343 } TSCCContext; typedef
1345 static TSCCContext *TSCC_clone(TSCCContext *ctx) in TSCC_clone()
1347 TSCCContext *newCtx = (TSCCContext *)malloc(sizeof(TSCCContext)); in TSCC_clone()
1367 TSCCContext *ctx = (TSCCContext*)context; in TSCC_fromU()
1379 TSCCContext *newCtx; in TSCC_fromU()
1380 TSCCContext *junkCtx; in TSCC_fromU()
1381 TSCCContext **pjunkCtx = &junkCtx; in TSCC_fromU()
1413 TSCCContext *ctx = (TSCCContext*)context; in TSCC_toU()
1425 TSCCContext *newCtx; in TSCC_toU()
1426 TSCCContext *junkCtx; in TSCC_toU()
1427 TSCCContext **pjunkCtx = &junkCtx; in TSCC_toU()
1452 static void TSCC_init(TSCCContext *q) in TSCC_init()
1459 static void TSCC_print_log(TSCCContext *q, const char *name) in TSCC_print_log()
1476 TSCCContext from1, to1; in TestConvertSafeCloneCallback()
1477 TSCCContext *from2, *from3, *to2, *to3; in TestConvertSafeCloneCallback()
1478 TSCCContext **pfrom2 = &from2, **pfrom3 = &from3, **pto2 = &to2, **pto3 = &to3; in TestConvertSafeCloneCallback()