Home
last modified time | relevance | path

Searched refs:struniq_hash_table (Results 1 – 2 of 2) sorted by relevance

/third_party/gettext/gettext-runtime/intl/
Dlocalename.c2672 static struct struniq_hash_node * volatile struniq_hash_table[STRUNIQ_HASH_TABLE_SIZE] variable
2689 for (p = struniq_hash_table[slot]; p != NULL; p = p->next) in gl_lock_define_initialized()
2704 for (p = struniq_hash_table[slot]; p != NULL; p = p->next) in gl_lock_define_initialized()
2713 new_node->next = struniq_hash_table[slot]; in gl_lock_define_initialized()
2714 struniq_hash_table[slot] = new_node; in gl_lock_define_initialized()
DChangeLog.0729 HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
745 (struniq_hash_table, struniq_lock): New variables.