Searched refs:prev_r2c_raw (Results 1 – 1 of 1) sorted by relevance
35 static __thread char * prev_r2c_raw = NULL; variable258 free(prev_r2c_raw); in setrans_thread_destructor()389 if (prev_r2c_raw && strcmp(prev_r2c_raw, raw) == 0) { in hidden_def()392 free(prev_r2c_raw); in hidden_def()393 prev_r2c_raw = NULL; in hidden_def()399 prev_r2c_raw = strdup(raw); in hidden_def()400 if (!prev_r2c_raw) in hidden_def()404 free(prev_r2c_raw); in hidden_def()405 prev_r2c_raw = NULL; in hidden_def()