Lines Matching full:in

28   @param[in]  ctx         `CeedQFunctionContext`
29 @param[in] field_name Name of field
47 @param[in,out] ctx `CeedQFunctionContext`
48 @param[in] field_name Name of field to register
49 @param[in] field_offset Offset of field to register
50 @param[in] field_description Description of field, or `NULL` for none
51 @param[in] field_type @ref CeedContextFieldType
52 @param[in] num_values Number of values to register, must be contiguous in memory
105 @param[in,out] ctx `CeedQFunctionContext` to destroy user data
133 @param[in] ctx `CeedQFunctionContext` to view
134 @param[in] stream Filestream to write to
148 @param[in,out] ctx Address of `CeedQFunctionContext` to destroy
170 @param[in] ctx `CeedQFunctionContext`
185 @param[in] ctx `CeedQFunctionContext`
194 @brief Check for valid data in a `CeedQFunctionContext`
196 @param[in] ctx `CeedQFunctionContext` to check validity
211 @brief Check for borrowed data of a specific @ref CeedMemType in a `CeedQFunctionContext`
213 @param[in] ctx `CeedQFunctionContext` to check
214 @param[in] mem_type Memory type to check
231 @param[in] ctx `CeedQFunctionContext` to retrieve state
246 @param[in] ctx `CeedQFunctionContext`
261 @param[in,out] ctx `CeedQFunctionContext`
262 @param[in] data Data to set
276 @param[in] ctx `CeedQFunctionContext`
277 @param[in] field_name Name of field to retrieve label
300 @param[in,out] ctx `CeedQFunctionContext`
301 @param[in] field_label Label of field to set
302 @param[in] field_type Type of field to set
303 @param[in] values Value to set
332 @param[in] ctx `CeedQFunctionContext`
333 @param[in] field_label Label of field to read
334 @param[in] field_type Type of field to read
335 @param[out] num_values Number of values in the field label
370 @param[in] ctx `CeedQFunctionContext`
371 @param[in] field_label Label of field to restore
372 @param[in] field_type Type of field to restore
393 @param[in,out] ctx `CeedQFunctionContext`
394 @param[in] field_label Label for field to set
395 @param[in] values Values to set
410 @param[in] ctx `CeedQFunctionContext`
411 @param[in] field_label Label for field to get
412 @param[out] num_values Number of values in the field label
428 @param[in] ctx `CeedQFunctionContext`
429 @param[in] field_label Label for field to restore
445 @param[in,out] ctx CeedQFunctionContext
446 @param[in] field_label Label for field to set
447 @param[in] values Values to set
462 @param[in] ctx `CeedQFunctionContext`
463 @param[in] field_label Label for field to get
464 @param[out] num_values Number of values in the field label
480 @param[in] ctx `CeedQFunctionContext`
481 @param[in] field_label Label for field to restore
497 @param[in,out] ctx `CeedQFunctionContext`
498 @param[in] field_label Label for field to set
499 @param[in] values Values to set
514 @param[in] ctx `CeedQFunctionContext`
515 @param[in] field_label Label for field to get
516 @param[out] num_values Number of values in the field label
532 @param[in] ctx `CeedQFunctionContext`
533 @param[in] field_label Label for field to restore
549 @param[in] ctx `CeedQFunctionContext` to get user destroy function
566 @param[in,out] ctx `CeedQFunctionContext` to increment the reference counter
588 @param[in] ceed `Ceed` object used to create the `CeedQFunctionContext`
620 @param[in] ctx CeedQFunctionContext to copy reference to
621 @param[in,out] ctx_copy Variable to store copied reference
640 @param[in,out] ctx `CeedQFunctionContext`
641 @param[in] mem_type Memory type of the data being passed
642 @param[in] copy_mode Copy mode for the data
643 @param[in] size Size of data, in bytes
644 @param[in] data Data to be used
653 "Cannot grant CeedQFunctionContext data access, the access lock is already in use"); in CeedQFunctionContextSetData()
663 @brief Take ownership of the data in a `CeedQFunctionContext` via the specified memory type.
667 @param[in] ctx `CeedQFunctionContext` to access
668 @param[in] mem_type Memory type on which to access the data.
685 "Cannot grant CeedQFunctionContext data access, the access lock is already in use"); in CeedQFunctionContextTakeData()
701 @param[in] ctx `CeedQFunctionContext` to access
702 @param[in] mem_type Memory type on which to access the data.
706 …edQFunctionContextRestoreData() functions provide access to array pointers in the desired memory s…
718 "Cannot grant CeedQFunctionContext data access, the access lock is already in use"); in CeedQFunctionContextGetData()
735 @param[in] ctx `CeedQFunctionContext` to access
736 @param[in] mem_type Memory type on which to access the data.
740 …unctionContextRestoreDataRead() functions provide access to array pointers in the desired memory s…
753 "Cannot grant CeedQFunctionContext data access, the access lock is already in use"); in CeedQFunctionContextGetDataRead()
766 @param[in] ctx `CeedQFunctionContext` to restore
767 @param[in,out] data Data to restore
785 @param[in] ctx `CeedQFunctionContext` to restore
786 @param[in,out] data Data to restore
804 @param[in,out] ctx `CeedQFunctionContext`
805 @param[in] field_name Name of field to register
806 @param[in] field_offset Offset of field to register
807 @param[in] num_values Number of values to register, must be contiguous in memory
808 @param[in] field_description Description of field, or `NULL` for none
822 @param[in,out] ctx CeedQFunctionContext
823 @param[in] field_name Name of field to register
824 @param[in] field_offset Offset of field to register
825 @param[in] num_values Number of values to register, must be contiguous in memory
826 @param[in] field_description Description of field, or `NULL` for none
840 @param[in,out] ctx `CeedQFunctionContext`
841 @param[in] field_name Name of field to register
842 @param[in] field_offset Offset of field to register
843 @param[in] num_values Number of values to register, must be contiguous in memory
844 @param[in] field_description Description of field, or `NULL` for none
858 @param[in] ctx `CeedQFunctionContext`
875 @param[in] label @ref CeedContextFieldLabel
899 @param[in] ctx `CeedQFunctionContext`
914 @param[in] ctx `CeedQFunctionContext` to set the number of view tabs
915 @param[in] num_tabs Number of view tabs to set
929 @param[in] ctx `CeedQFunctionContext` to get the number of view tabs
944 @param[in] ctx `CeedQFunctionContext` to view
945 @param[in] stream Filestream to write to
974 @param[in,out] ctx `CeedQFunctionContext` to set user destroy function
975 @param[in] f_mem_type Memory type to use when passing data into `f`
976 @param[in] f Additional routine to use to destroy user data
992 @param[in,out] ctx `CeedQFunctionContext` to destroy
1003 …ctionContextReturnCeed(*ctx), 1, "Cannot destroy CeedQFunctionContext, the access lock is in use"); in CeedQFunctionContextDestroy()