Searched refs:storeIndex (Results 1 – 1 of 1) sorted by relevance
331 int storeIndex = GetStoreIndex(store); in LoadStatus() local332 if (storeIndex < 0) { in LoadStatus()335 struct RbTree *tree = &g_trees[storeIndex]; in LoadStatus()400 int storeIndex = GetStoreIndex(store); in WriteStatus() local401 if (storeIndex < 0) { in WriteStatus()404 struct RbTree *tree = &g_trees[storeIndex]; in WriteStatus()454 int storeIndex = GetStoreIndex(store); in DestroyTree() local455 if (storeIndex < 0) { in DestroyTree()458 struct RbTree *tree = &g_trees[storeIndex]; in DestroyTree()803 int storeIndex = GetStoreIndex(store); in CertManagerStatusFile() local[all …]