Home | History | Annotate | Download | only in cintltst

Lines Matching full:newctx

1351     TSCCContext *newCtx = (TSCCContext *)malloc(sizeof(TSCCContext));
1353 newCtx->serial = TSCC_nextSerial();
1354 newCtx->wasClosed = 0;
1355 newCtx->magic = 0xC0FFEE;
1357 log_verbose("TSCC_clone: %p:%d -> new context %p:%d\n", ctx, ctx->serial, newCtx, newCtx->serial);
1359 return newCtx;
1383 TSCCContext *newCtx;
1389 newCtx = TSCC_clone(ctx);
1391 if(newCtx == NULL) {
1397 ucnv_setFromUCallBack(fromUArgs->converter, junkFrom, newCtx, NULL, NULL, &subErr);
1429 TSCCContext *newCtx;
1435 newCtx = TSCC_clone(ctx);
1437 if(newCtx == NULL) {
1443 ucnv_setToUCallBack(toUArgs->converter, junkFrom, newCtx, NULL, NULL, &subErr);