Searched refs:restored_tuple_string (Results 1 – 1 of 1) sorted by relevance
1563 char *restored_tuple_string; in tuple_cb() local1576 restored_tuple_string = OPENSSL_malloc((len + 1 /* \0 */) * sizeof(char)); in tuple_cb()1577 if (restored_tuple_string == NULL) in tuple_cb()1579 memcpy(restored_tuple_string, tuple, len); in tuple_cb()1580 restored_tuple_string[len] = '\0'; in tuple_cb()1583 retval = CONF_parse_list(restored_tuple_string, GROUP_DELIMITER_CHARACTER, 1, gid_cb, arg); in tuple_cb()1586 OPENSSL_free(restored_tuple_string); in tuple_cb()