Lines Matching refs:target_array_borrowed
381 … void *target_array_owned, void *target_array_borrowed, void *target_array) { in CeedSetHostGenericArray() argument
385 if (*(void **)target_array_borrowed) { in CeedSetHostGenericArray()
386 *(void **)target_array = *(void **)target_array_borrowed; in CeedSetHostGenericArray()
397 *(void **)target_array_borrowed = NULL; in CeedSetHostGenericArray()
403 *(void **)target_array_borrowed = (void *)source_array; in CeedSetHostGenericArray()
404 *(void **)target_array = *(void **)target_array_borrowed; in CeedSetHostGenericArray()
423 const bool **target_array_borrowed, const bool **target_array) { in CeedSetHostBoolArray() argument
424 …e_array, copy_mode, sizeof(bool), num_values, target_array_owned, target_array_borrowed, target_ar… in CeedSetHostBoolArray()
442 … const CeedInt8 **target_array_borrowed, const CeedInt8 **target_array) { in CeedSetHostCeedInt8Array() argument
443 …ray, copy_mode, sizeof(CeedInt8), num_values, target_array_owned, target_array_borrowed, target_ar… in CeedSetHostCeedInt8Array()
461 const CeedInt **target_array_borrowed, const CeedInt **target_array) { in CeedSetHostCeedIntArray() argument
462 …rray, copy_mode, sizeof(CeedInt), num_values, target_array_owned, target_array_borrowed, target_ar… in CeedSetHostCeedIntArray()
480 … const CeedScalar **target_array_borrowed, const CeedScalar **target_array) { in CeedSetHostCeedScalarArray() argument
481 …y, copy_mode, sizeof(CeedScalar), num_values, target_array_owned, target_array_borrowed, target_ar… in CeedSetHostCeedScalarArray()