Searched refs:prev_r2t_raw (Results 1 – 1 of 1) sorted by relevance
33 static __thread char * prev_r2t_raw = NULL; variable256 free(prev_r2t_raw); in setrans_thread_destructor()348 if (prev_r2t_raw && strcmp(prev_r2t_raw, raw) == 0) { in hidden_def()351 free(prev_r2t_raw); in hidden_def()352 prev_r2t_raw = NULL; in hidden_def()358 prev_r2t_raw = strdup(raw); in hidden_def()359 if (!prev_r2t_raw) in hidden_def()363 free(prev_r2t_raw); in hidden_def()364 prev_r2t_raw = NULL; in hidden_def()