Searched refs:g_config_index (Results 1 – 1 of 1) sorted by relevance
117 static int g_config_index = 0; variable121 return SSL_set_ex_data(ssl, g_config_index, (void *)config) == 1; in SetConfigPtr()125 return (const TestConfig *)SSL_get_ex_data(ssl, g_config_index); in GetConfigPtr()1505 g_config_index = SSL_get_ex_new_index(0, NULL, NULL, NULL, NULL); in main()1507 if (g_config_index < 0 || g_state_index < 0) { in main()