Home | History | Annotate | Download | only in src

Lines Matching full:muscle_table

45 static struct hash_table *muscle_table = NULL;
63 | Create the MUSCLE_TABLE, and initialize it with default values. |
73 muscle_table = hash_initialize (HT_INITIAL_CAPACITY, NULL, hash_muscle,
89 hash_free (muscle_table);
107 entry = hash_lookup (muscle_table, &probe);
114 hash_insert (muscle_table, entry);
133 entry = hash_lookup (muscle_table, &probe);
140 hash_insert (muscle_table, entry);
208 result = hash_lookup (muscle_table, &probe);
240 hash_do_for_each (muscle_table, muscle_m4_output_processor, out);