Home
last modified time | relevance | path

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

/dports/sysutils/tracker3/tracker-3.1.2/src/libtracker-data/
H A Dtracker-property.c74 GArray *last_super_properties; member
147 priv->last_super_properties = NULL; in tracker_property_init()
179 if (priv->last_super_properties) { in property_finalize()
180 g_array_free (priv->last_super_properties, TRUE); in property_finalize()
413 …return (TrackerProperty **) (priv->last_super_properties ? priv->last_super_properties->data : NUL… in tracker_property_get_last_super_properties()
425 if (priv->last_super_properties) { in tracker_property_reset_super_properties()
426 g_array_free (priv->last_super_properties, TRUE); in tracker_property_reset_super_properties()
429 priv->last_super_properties = priv->super_properties; in tracker_property_reset_super_properties()
H A Dtracker-data-manager.c1486 TrackerProperty **last_super_properties; in check_for_deleted_super_properties() local
1489 last_super_properties = tracker_property_get_last_super_properties (property); in check_for_deleted_super_properties()
1491 if (!last_super_properties) { in check_for_deleted_super_properties()
1495 while (*last_super_properties) { in check_for_deleted_super_properties()
1496 TrackerProperty *last_super_property = *last_super_properties; in check_for_deleted_super_properties()
1516 last_super_properties++; in check_for_deleted_super_properties()
/dports/sysutils/tracker/tracker-2.3.4/src/libtracker-data/
H A Dtracker-property.c72 GArray *last_super_properties; member
145 priv->last_super_properties = NULL; in tracker_property_init()
176 if (priv->last_super_properties) { in property_finalize()
177 g_array_free (priv->last_super_properties, TRUE); in property_finalize()
372 …return (TrackerProperty **) (priv->last_super_properties ? priv->last_super_properties->data : NUL… in tracker_property_get_last_super_properties()
384 if (priv->last_super_properties) { in tracker_property_reset_super_properties()
385 g_array_free (priv->last_super_properties, TRUE); in tracker_property_reset_super_properties()
388 priv->last_super_properties = priv->super_properties; in tracker_property_reset_super_properties()
H A Dtracker-data-manager.c1458 TrackerProperty **last_super_properties; in check_for_deleted_super_properties() local
1461 last_super_properties = tracker_property_get_last_super_properties (property); in check_for_deleted_super_properties()
1463 if (!last_super_properties) { in check_for_deleted_super_properties()
1467 while (*last_super_properties) { in check_for_deleted_super_properties()
1468 TrackerProperty *last_super_property = *last_super_properties; in check_for_deleted_super_properties()
1488 last_super_properties++; in check_for_deleted_super_properties()