Home
last modified time | relevance | path

Searched refs:temp_data (Results 1 – 1 of 1) sorted by relevance

/libCEED/interface/
H A Dceed-qfunctioncontext.c677 void *temp_data = NULL; in CeedQFunctionContextTakeData() local
691 CeedCall(ctx->TakeData(ctx, mem_type, &temp_data)); in CeedQFunctionContextTakeData()
692 if (data) (*(void **)data) = temp_data; in CeedQFunctionContextTakeData()