Searched refs:restored_tuple_string (Results 1 – 1 of 1) sorted by relevance
1586 char *restored_tuple_string; in tuple_cb() local1599 restored_tuple_string = OPENSSL_malloc((len + 1 /* \0 */) * sizeof(char)); in tuple_cb()1600 if (restored_tuple_string == NULL) in tuple_cb()1602 memcpy(restored_tuple_string, tuple, len); in tuple_cb()1603 restored_tuple_string[len] = '\0'; in tuple_cb()1606 retval = CONF_parse_list(restored_tuple_string, GROUP_DELIMITER_CHARACTER, 1, gid_cb, arg); in tuple_cb()1609 OPENSSL_free(restored_tuple_string); in tuple_cb()