Home
last modified time | relevance | path

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

/dports/x11/yelp/yelp-40.3/libyelp/
H A Dyelp-document.c155 static GHashTable *str_refs = NULL; variable
1579 if (str_refs == NULL) in str_ref()
1580 str_refs = g_hash_table_new (g_direct_hash, g_direct_equal); in str_ref()
1581 p = g_hash_table_lookup (str_refs, str); in str_ref()
1587 g_hash_table_insert (str_refs, (gpointer) str, p); in str_ref()
1600 p = g_hash_table_lookup (str_refs, str); in str_unref()
1607 g_hash_table_insert (str_refs, (gpointer) str, p); in str_unref()
1610 g_hash_table_remove (str_refs, (gpointer) str); in str_unref()