Searched refs:sve (Results 1 – 1 of 1) sorted by relevance
4138 str_val_nd_t *sve = sv_entrys; in free_str_val_entrys() local4143 while (sve) { in free_str_val_entrys()4144 free(sve->sv.string); in free_str_val_entrys()4145 tmp = sve->next; in free_str_val_entrys()4146 free(sve); in free_str_val_entrys()4147 sve = tmp; in free_str_val_entrys()