Lines Matching defs:chain
258 /* We could do better, e.g. chasing the href chain until we reach something other than
307 * Returns the ultimate original of a SPUse (i.e. the first object in the chain of its originals
355 //track the ultimate source of a chain of uses
358 GSList *chain = NULL;
359 chain = g_slist_prepend(chain, this);
362 chain = g_slist_prepend(chain, orig);
366 chain = g_slist_prepend(chain, orig);
372 for (GSList *i = chain; i != NULL; i = i->next) {
388 g_slist_free(chain);
688 // Track the ultimate source of a chain of uses.
727 // chain-reaction with other elements that might reference us.