Searched refs:g_sessionAttr4Perf (Results 1 – 1 of 1) sorted by relevance
41 static SessionAttribute* g_sessionAttr4Perf = NULL; variable1275 if (g_sessionAttr4Perf == NULL) { in TestSetUp()1276 g_sessionAttr4Perf = (SessionAttribute*)calloc(1, sizeof(SessionAttribute)); in TestSetUp()1277 g_sessionAttr4Perf->dataType = TYPE_BYTES; in TestSetUp()1352 if (g_sessionAttr4Perf != NULL) { in TestTearDown()1353 free(g_sessionAttr4Perf); in TestTearDown()1354 g_sessionAttr4Perf = NULL; in TestTearDown()