Searched refs:restored_default_group_string (Results 1 – 1 of 1) sorted by relevance
1265 char *restored_default_group_string; in gid_cb() local1333 restored_default_group_string = OPENSSL_malloc((1 /* max prefix length */ + in gid_cb()1336 if (restored_default_group_string == NULL) in gid_cb()1342 restored_default_group_string[restored_prefix_index++] = in gid_cb()1345 memcpy(restored_default_group_string + restored_prefix_index, in gid_cb()1348 restored_default_group_string[strlen(default_group_strings[i].group_string) + in gid_cb()1355 retval = CONF_parse_list(restored_default_group_string, in gid_cb()1360 OPENSSL_free(restored_default_group_string); in gid_cb()