Lines Matching defs:ctx
19 static int CeedQFunctionContextHasValidData_Memcheck(CeedQFunctionContext ctx, bool *has_valid_data… in CeedQFunctionContextHasValidData_Memcheck()
30 static int CeedQFunctionContextHasBorrowedDataOfType_Memcheck(CeedQFunctionContext ctx, CeedMemType… in CeedQFunctionContextHasBorrowedDataOfType_Memcheck()
43 static int CeedQFunctionContextSetData_Memcheck(CeedQFunctionContext ctx, CeedMemType mem_type, Cee… in CeedQFunctionContextSetData_Memcheck()
94 static int CeedQFunctionContextSyncData_Memcheck(CeedQFunctionContext ctx, CeedMemType mem_type) { in CeedQFunctionContextSyncData_Memcheck()
116 static int CeedQFunctionContextTakeData_Memcheck(CeedQFunctionContext ctx, CeedMemType mem_type, vo… in CeedQFunctionContextTakeData_Memcheck()
145 static int CeedQFunctionContextGetData_Memcheck(CeedQFunctionContext ctx, CeedMemType mem_type, voi… in CeedQFunctionContextGetData_Memcheck()
165 static int CeedQFunctionContextGetDataRead_Memcheck(CeedQFunctionContext ctx, CeedMemType mem_type,… in CeedQFunctionContextGetDataRead_Memcheck()
187 static int CeedQFunctionContextRestoreData_Memcheck(CeedQFunctionContext ctx) { in CeedQFunctionContextRestoreData_Memcheck()
208 static int CeedQFunctionContextRestoreDataRead_Memcheck(CeedQFunctionContext ctx) { in CeedQFunctionContextRestoreDataRead_Memcheck()
230 static int CeedQFunctionContextDataDestroy_Memcheck(CeedQFunctionContext ctx) { in CeedQFunctionContextDataDestroy_Memcheck()
267 static int CeedQFunctionContextDestroy_Memcheck(CeedQFunctionContext ctx) { in CeedQFunctionContextDestroy_Memcheck()
290 int CeedQFunctionContextCreate_Memcheck(CeedQFunctionContext ctx) { in CeedQFunctionContextCreate_Memcheck()