Searched refs:temp_data (Results 1 – 1 of 1) sorted by relevance
677 void *temp_data = NULL; in CeedQFunctionContextTakeData() local691 CeedCall(ctx->TakeData(ctx, mem_type, &temp_data)); in CeedQFunctionContextTakeData()692 if (data) (*(void **)data) = temp_data; in CeedQFunctionContextTakeData()