Home
last modified time | relevance | path

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

/third_party/glib/glib/deprecated/
Dgthread-deprecated.c1226 typedef struct _GStaticPrivateNode GStaticPrivateNode; typedef
1242 GStaticPrivateNode *node = &g_array_index (array, GStaticPrivateNode, i); in g_static_private_cleanup()
1326 GStaticPrivateNode *node; in g_static_private_get()
1328 node = &g_array_index (array, GStaticPrivateNode, private_key->index - 1); in g_static_private_get()
1375 GStaticPrivateNode *node; in g_static_private_set()
1399 array = g_array_new (FALSE, TRUE, sizeof (GStaticPrivateNode)); in g_static_private_set()
1405 node = &g_array_index (array, GStaticPrivateNode, private_key->index - 1); in g_static_private_set()