Home
last modified time | relevance | path

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

/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_replicator/src/
H A Dcouch_replicator_share.erl63 reset_shares/1,
139 reset_shares(Key) -> function
442 reset_shares(?DB1),
H A Dcouch_replicator_scheduler.erl295 handle_cast({reset_shares, Key}, State) when is_binary(Key) ->
297 couch_replicator_share:reset_shares(Key),
385 ok = gen_server:cast(?MODULE, {reset_shares, list_to_binary(Key)}),
/dports/net-p2p/py-nicotine-plus/nicotine-plus-3.2.0/pynicotine/
H A Dshares.py569 def load_shares(cls, shares, dbs, reset_shares=False): argument
575 if not reset_shares:
602 if not reset_shares:
604 cls.load_shares(shares, dbs, reset_shares=True)
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dplaylist.h142 void reset_shares ();
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dtrack.cc719 playlist->reset_shares(); in use_copy_playlist()
H A Dsession.cc2909 playlist->reset_shares (); in new_route_from_template()
2916 playlist->reset_shares (); in new_route_from_template()
H A Dplaylist.cc3454 Playlist::reset_shares () in reset_shares() function in Playlist