Home | History | Annotate | Download | only in cintltst

Lines Matching refs:newCtx

1381     TSCCContext *newCtx = (TSCCContext *)malloc(sizeof(TSCCContext));
1383 newCtx->serial = TSCC_nextSerial();
1384 newCtx->wasClosed = 0;
1385 newCtx->magic = 0xC0FFEE;
1387 log_verbose("TSCC_clone: %p:%d -> new context %p:%d\n", ctx, ctx->serial, newCtx, newCtx->serial);
1389 return newCtx;
1412 TSCCContext *newCtx;
1418 newCtx = TSCC_clone(ctx);
1420 if(newCtx == NULL) {
1426 ucnv_setFromUCallBack(fromUArgs->converter, junkFrom, newCtx, NULL, NULL, &subErr);
1459 TSCCContext *newCtx;
1465 newCtx = TSCC_clone(ctx);
1467 if(newCtx == NULL) {
1473 ucnv_setToUCallBack(toUArgs->converter, junkFrom, newCtx, NULL, NULL, &subErr);