Searched refs:hashed_fmt (Results 1 – 4 of 4) sorted by relevance
65 if (u->format_hash_table[i].hashed_fmt != NULL) in free_format_hash_table()67 free_format_data (u->format_hash_table[i].hashed_fmt); in free_format_hash_table()72 u->format_hash_table[i].hashed_fmt = NULL; in free_format_hash_table()144 if (u->format_hash_table[hash].hashed_fmt != NULL) in save_parsed_format()145 free_format_data (u->format_hash_table[hash].hashed_fmt); in save_parsed_format()146 u->format_hash_table[hash].hashed_fmt = NULL; in save_parsed_format()152 u->format_hash_table[hash].hashed_fmt = dtp->u.p.fmt; in save_parsed_format()173 return u->format_hash_table[hash].hashed_fmt; in find_parsed_format()
135 struct format_data *hashed_fmt; member
66 if (u->format_hash_table[i].hashed_fmt != NULL) in free_format_hash_table()68 free_format_data (u->format_hash_table[i].hashed_fmt); in free_format_hash_table()73 u->format_hash_table[i].hashed_fmt = NULL; in free_format_hash_table()145 if (u->format_hash_table[hash].hashed_fmt != NULL) in save_parsed_format()146 free_format_data (u->format_hash_table[hash].hashed_fmt); in save_parsed_format()147 u->format_hash_table[hash].hashed_fmt = NULL; in save_parsed_format()153 u->format_hash_table[hash].hashed_fmt = dtp->u.p.fmt; in save_parsed_format()174 return u->format_hash_table[hash].hashed_fmt; in find_parsed_format()
131 struct format_data *hashed_fmt; member