Searched refs:hORB (Results 1 – 1 of 1) sorted by relevance
54 ORBHandle_t hORB; member74 ctx->hORB = new ORBContext_t; in ORBCreateContext()75 if (ctx->hORB == NULL) { in ORBCreateContext()80 memset(ctx->hORB, 0, sizeof(ORBContext_t)); in ORBCreateContext()93 delete context->hORB; in ORBDestroyContext()94 context->hORB = NULL; in ORBDestroyContext()105 ORBHandle_t hORB = (ORBHandle_t)params->ctx->hORB; in ORBPrepare() local106 ORBContext_t* ORBctx = (ORBContext_t*)hORB; in ORBPrepare()136 ORBHandle_t ORBctx = (ORBHandle_t)inparams->ctx->hORB; in ORBProcessing()