Home | History | Annotate | Download | only in ucnv

Lines Matching refs:debugCBContext

140 static void debugCB_print_log(debugCBContext *q, const char *name)
146 fprintf(stderr, "debugCBContext: %p:%d's magic is %x, supposed to be 0xC0FFEE\n",
149 printf("debugCBContext %p:%d=%s - magic %x\n",
154 static debugCBContext *debugCB_clone(debugCBContext *ctx)
156 debugCBContext *newCtx;
157 newCtx = malloc(sizeof(debugCBContext));
180 debugCBContext *ctx = (debugCBContext*)context;
197 debugCBContext *cloned;
268 debugCBContext *debugCB_openContext()
270 debugCBContext *ctx;
272 ctx = malloc(sizeof(debugCBContext));