Home
last modified time | relevance | path

Searched refs:dict_hash (Results 1 – 18 of 18) sorted by relevance

/dports/www/netsurf/netsurf-3.10/test/
H A Dhashtable.c50 static struct hash_table *dict_hash; variable
104 dict_hash = hash_create(dict_hash_size); in dict_hashtable_create()
105 ck_assert(dict_hash != NULL); in dict_hashtable_create()
110 hash_add(dict_hash, keybuf, valbuf); in dict_hashtable_create()
129 hash_destroy(dict_hash); in dict_hashtable_teardown()
246 res = hash_get(dict_hash, keybuf); in START_TEST()
/dports/devel/radare2/radare2-5.1.1/shlr/sdb/src/
H A Ddict.c70 SDB_API dicti dict_hash (const char *s) { in dict_hash() function
256 dict_set(&m, dict_hash("username"), 1024, NULL);
258 dict_del(&m, dict_hash("username"));
259 printf ("%d\n", (int)dict_get(&m, dict_hash("username")));
H A Ddict.h41 SDB_API dicti dict_hash(const char *s);
/dports/x11-toolkits/libsexy/libsexy-0.1.11/libsexy/
H A Dsexy-spell-entry.c69 GHashTable *dict_hash; member
587 entry->priv->dict_hash = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, NULL); in sexy_spell_entry_init()
613 if (entry->priv->dict_hash) in sexy_spell_entry_finalize()
614 g_hash_table_destroy(entry->priv->dict_hash); in sexy_spell_entry_finalize()
1001 if (g_hash_table_lookup(entry->priv->dict_hash, lang)) in sexy_spell_entry_activate_language_internal()
1012 g_hash_table_insert(entry->priv->dict_hash, get_lang_from_dict(dict), (gpointer) dict); in sexy_spell_entry_activate_language_internal()
1087 return (g_hash_table_lookup(entry->priv->dict_hash, lang) != NULL); in sexy_spell_entry_language_is_active()
1154 dict = g_hash_table_lookup(entry->priv->dict_hash, lang); in sexy_spell_entry_deactivate_language()
1159 g_hash_table_remove (entry->priv->dict_hash, lang); in sexy_spell_entry_deactivate_language()
1171 g_hash_table_destroy (entry->priv->dict_hash); in sexy_spell_entry_deactivate_language()
[all …]
/dports/irc/hexchat/hexchat-2.16.0/src/fe-gtk/
H A Dsexy-spell-entry.c88 GHashTable *dict_hash; member
766 entry->priv->dict_hash = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, NULL); in sexy_spell_entry_init()
800 if (entry->priv->dict_hash) in sexy_spell_entry_finalize()
801 g_hash_table_destroy(entry->priv->dict_hash); in sexy_spell_entry_finalize()
1324 if (g_hash_table_lookup(entry->priv->dict_hash, lang)) in sexy_spell_entry_activate_language_internal()
1336 g_hash_table_insert(entry->priv->dict_hash, get_lang_from_dict(dict), (gpointer) dict); in sexy_spell_entry_activate_language_internal()
1429 return (g_hash_table_lookup(entry->priv->dict_hash, lang) != NULL); in sexy_spell_entry_language_is_active()
1496 dict = g_hash_table_lookup(entry->priv->dict_hash, lang); in sexy_spell_entry_deactivate_language()
1501 g_hash_table_remove (entry->priv->dict_hash, lang); in sexy_spell_entry_deactivate_language()
1513 g_hash_table_destroy (entry->priv->dict_hash); in sexy_spell_entry_deactivate_language()
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Ddictionary.c250 static unsigned int dict_hash (const char *string);
645 unsigned int hash_index = dict_hash (name) % DICT_HASHED_NBUCKETS (dict); in iter_match_first_hashed()
699 dict_hash (SYMBOL_SEARCH_NAME (sym)) % DICT_HASHED_NBUCKETS (dict); in insert_symbol_hashed()
779 dict_hash (const char *string0) in dict_hash() function
H A DChangeLog-20101217 * dictionary.c (dict_hash): Move assignment out of if condition.
1526 * dictionary.c (dict_hash): Revert to msymbol_hash_iw in
1572 (dict_hash): New function.
/dports/mail/qmail-notify/qmail-notify-0.93/dict/
H A Ddict.h9 #define dict_hash(BUF,LEN) dict_hashadd(DICT_HASHSTART,BUF,LEN) macro
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Ddictionary.c249 static unsigned int dict_hash (const char *string);
660 unsigned int hash_index = dict_hash (name) % DICT_HASHED_NBUCKETS (dict); in iter_match_first_hashed()
714 dict_hash (SYMBOL_SEARCH_NAME (sym)) % DICT_HASHED_NBUCKETS (dict); in insert_symbol_hashed()
794 dict_hash (const char *string0) in dict_hash() function
H A DChangeLog-20101217 * dictionary.c (dict_hash): Move assignment out of if condition.
1526 * dictionary.c (dict_hash): Revert to msymbol_hash_iw in
1572 (dict_hash): New function.
H A DChangeLog-2011206 * dictionary.c (dict_hash): Ignore "TKB" suffixes in hash
7804 * dictionary.c (dict_hash): Use SYMBOL_HASH_NEXT.
/dports/devel/bglibs/bglibs-2.04/include/
H A Ddict.h9 #define dict_hash(BUF,LEN) dict_hashadd(DICT_HASHSTART,BUF,LEN) macro
/dports/graphics/py-altair/altair-4.1.0/altair/sphinxext/
H A Dutils.py190 def dict_hash(dct): function
/dports/textproc/sdf/sdf-2.001/perllib/sdf/
H A Ddict.pl201 local($dict_ref, $dict_hash, $dict_keys);
/dports/net/libyang/libyang-1.0.240/src/
H A Dhash_table.c103 dict_hash(const char *key, size_t len) in dict_hash() function
189 hash = dict_hash(value, len); in lydict_remove()
230 hash = dict_hash(value, len); in dict_insert()
/dports/devel/gdb/gdb-11.1/gdb/
H A DChangeLog-20101217 * dictionary.c (dict_hash): Move assignment out of if condition.
1526 * dictionary.c (dict_hash): Revert to msymbol_hash_iw in
1572 (dict_hash): New function.
H A DChangeLog-2011206 * dictionary.c (dict_hash): Ignore "TKB" suffixes in hash
7804 * dictionary.c (dict_hash): Use SYMBOL_HASH_NEXT.
H A DChangeLog-20172831 * dictionary.c (dict_hash): Move "TKB" check into the "switch".
3200 (dict_hash): Rename to ...