Searched refs:g_contextList (Results 1 – 3 of 3) sorted by relevance
27 extern LinkedList *g_contextList;71 g_contextList = nullptr;73 g_contextList = CreateLinkedList(DestroyContextNode);74 EXPECT_NE(g_contextList, nullptr);77 g_contextList->insert(g_contextList, static_cast<void *>(&authContext));84 g_contextList = nullptr;88 g_contextList = CreateLinkedList(DestroyContextNode);89 EXPECT_NE(g_contextList, nullptr);97 g_contextList = nullptr;100 g_contextList = CreateLinkedList(DestroyContextNode);[all …]
21 extern LinkedList *g_contextList;61 g_contextList = CreateLinkedList(DestroyContextNode);62 EXPECT_NE(g_contextList, nullptr);65 g_contextList->insert(g_contextList, static_cast<void *>(&context));
39 IAM_STATIC LinkedList *g_contextList = NULL; variable43 if (g_contextList != NULL) { in InitUserAuthContextList()46 g_contextList = CreateLinkedList(DestroyContextNode); in InitUserAuthContextList()47 if (g_contextList == NULL) { in InitUserAuthContextList()55 DestroyLinkedList(g_contextList); in DestoryUserAuthContextList()56 g_contextList = NULL; in DestoryUserAuthContextList()93 if (g_contextList == NULL) { in GenerateAuthContext()113 ret = g_contextList->insert(g_contextList, *context); in GenerateAuthContext()167 if (g_contextList == NULL) { in GenerateIdentifyContext()187 ret = g_contextList->insert(g_contextList, context); in GenerateIdentifyContext()[all …]