Searched refs:CeedQFunctionContext_dict (Results 1 – 1 of 1) sorted by relevance
665 static CeedQFunctionContext *CeedQFunctionContext_dict = NULL; variable674 CeedRealloc(CeedQFunctionContext_count_max, &CeedQFunctionContext_dict); in fCeedQFunctionContextCreate()677 CeedQFunctionContext *ctx_ = &CeedQFunctionContext_dict[CeedQFunctionContext_count]; in fCeedQFunctionContextCreate()688 …*err = CeedQFunctionContextSetData(CeedQFunctionContext_dict[*ctx], (CeedMemType)*memtype, (CeedCo… in fCeedQFunctionContextSetData()694 CeedQFunctionContext ctx_ = CeedQFunctionContext_dict[*ctx]; in fCeedQFunctionContextGetData()701 *err = CeedQFunctionContextRestoreData(CeedQFunctionContext_dict[*ctx], (void **)&data); in fCeedQFunctionContextRestoreData()707 *err = CeedQFunctionContextSetNumViewTabs(CeedQFunctionContext_dict[*ctx], *num_tabs); in fCeedQFunctionContextSetNumViewTabs()711 …ntextView(int *ctx, int *err) { *err = CeedQFunctionContextView(CeedQFunctionContext_dict[*ctx], s… in fCeedQFunctionContextView()716 *err = CeedQFunctionContextDestroy(&CeedQFunctionContext_dict[*ctx]); in fCeedQFunctionContextDestroy()722 CeedFree(&CeedQFunctionContext_dict); in fCeedQFunctionContextDestroy()[all …]