Home
last modified time | relevance | path

Searched defs:handle_config_change (Results 1 – 21 of 21) sorted by relevance

/dports/databases/couchdb3/apache-couchdb-3.2.1/src/global_changes/src/
H A Dglobal_changes_sup.erl52 handle_config_change("global_changes", "max_event_delay", MaxDelayStr, _, _) -> function
61 handle_config_change("global_changes", "max_write_delay", MaxDelayStr, _, _) -> function
70 handle_config_change("global_changes", "update_db", "false", _, _) -> function
75 handle_config_change("global_changes", "update_db", _, _, _) -> function
80 handle_config_change(_, _, _, _, _) -> function
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/chttpd/src/
H A Dchttpd_sup.erl62 handle_config_change("chttpd", "bind_address", Value, _, Settings) -> function
64 handle_config_change("chttpd", "port", Value, _, Settings) -> function
66 handle_config_change("chttpd", "backlog", Value, _, Settings) -> function
68 handle_config_change("chttpd", "server_options", Value, _, Settings) -> function
70 handle_config_change(_, _, _, _, Settings) -> function
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch/src/
H A Dcouch_server.erl320 handle_config_change("couchdb", "database_dir", _, _, _) -> function
323 handle_config_change("couchdb", "update_lru_on_read", "true", _, N) -> function
326 handle_config_change("couchdb", "update_lru_on_read", _, _, N) -> function
333 handle_config_change("couchdb", "max_dbs_open", _, _, N) -> function
337 handle_config_change("couchdb_engines", _, _, _, N) -> function
340 handle_config_change("admins", _, _, Persist, N) -> function
344 handle_config_change("httpd", "authentication_handlers", _, _, N) -> function
347 handle_config_change("httpd", "bind_address", _, _, N) -> function
350 handle_config_change("httpd", "port", _, _, N) -> function
353 handle_config_change("httpd", "max_connections", _, _, N) -> function
[all …]
H A Dcouch_sup.erl76 handle_config_change("daemons", _, _, _, _) -> function
79 handle_config_change("couchdb", "util_driver_dir", _, _, _) -> function
84 handle_config_change(_, _, _, _, _) -> function
H A Dcouch_uuids.erl83 handle_config_change("uuids", _, _, _, _) -> function
85 handle_config_change(_, _, _, _, _) -> function
H A Dcouch_proc_manager.erl278 handle_config_change("native_query_servers", _, _, _, _) -> function
281 handle_config_change("query_server_config", _, _, _, _) -> function
284 handle_config_change(_, _, _, _, _) -> function
H A Dcouch_httpd_vhost.erl383 handle_config_change("vhosts", _, _, _, _) -> function
385 handle_config_change(_, _, _, _, _) -> function
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_index/src/
H A Dcouch_index_server.erl207 handle_config_change("couchdb", "index_dir", RootDir, _, RootDir) -> function
209 handle_config_change("couchdb", "view_index_dir", RootDir, _, RootDir) -> function
211 handle_config_change("couchdb", "index_dir", _, _, _) -> function
214 handle_config_change("couchdb", "view_index_dir", _, _, _) -> function
217 handle_config_change(_, _, _, _, RootDir) -> function
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_log/src/
H A Dcouch_log_sup.erl60 handle_config_change("log", Key, _, _, S) -> function
78 handle_config_change(_, _, _, _, S) -> function
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/jwtf/src/
H A Djwtf_keystore.erl92 handle_config_change("jwt_keys", ConfigKey, _ConfigValue, _, _) -> function
101 handle_config_change(_, _, _, _, _) -> function
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/mem3/src/
H A Dmem3_shards.erl174 handle_config_change("mem3", "shard_cache_size", SizeList, _, _) -> function
177 handle_config_change("mem3", "shards_db", _DbName, _, _) -> function
179 handle_config_change("mem3", "shard_write_timeout", Timeout, _, _) -> function
186 handle_config_change(_, _, _, _, _) -> function
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/smoosh/src/
H A Dsmoosh_server.erl124 handle_config_change("smoosh", "db_channels", L, _, _) -> function
126 handle_config_change("smoosh", "view_channels", L, _, _) -> function
128 handle_config_change("smoosh", "schema_channels", L, _, _) -> function
130 handle_config_change(_, _, _, _, _) -> function
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_replicator/src/
H A Dcouch_replicator_connection.erl250 handle_config_change("replicator", "connection_close_interval", V, _, S) -> function
255 handle_config_change(_, _, _, _, S) -> function
H A Dcouch_replicator_scheduler.erl368 handle_config_change("replicator", "max_jobs", V, _, S) -> function
372 handle_config_change("replicator", "max_churn", V, _, S) -> function
376 handle_config_change("replicator", "interval", V, _, S) -> function
380 handle_config_change("replicator", "max_history", V, _, S) -> function
384 handle_config_change("replicator.shares", Key, deleted, _, S) -> function
388 handle_config_change("replicator.shares", Key, V, _, S) -> function
393 handle_config_change(_, _, _, _, S) -> function
H A Dcouch_replicator_clustering.erl176 handle_config_change("replicator", "cluster_quiet_period", V, _, S) -> function
179 handle_config_change(_, _, _, _, S) -> function
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/config/test/
H A Dconfig_tests.erl111 handle_config_change("remove_handler", _Key, _Value, _Persist, {_Pid, _State}) -> function
114 handle_config_change("update_state", Key, Value, Persist, {Pid, State}) -> function
118 handle_config_change("throw_error", _Key, _Value, _Persist, {_Pid, _State}) -> function
121 handle_config_change(Section, Key, Value, Persist, {Pid, State}) -> function
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/custodian/src/
H A Dcustodian_server.erl55 handle_config_change("couchdb", "maintenance_mode", _, _, S) -> function
58 handle_config_change(_, _, _, _, S) -> function
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/ioq/src/
H A Dioq.erl143 handle_config_change("ioq", _, _, _, _) -> function
145 handle_config_change(_, _, _, _, _) -> function
/dports/x11/disman/disman-fd261a3b0c8991d1deb81e2d78e575bd96f5be60/backends/
H A Dbackend_impl.cpp99 bool BackendImpl::handle_config_change() in handle_config_change() function in Disman::BackendImpl
/dports/audio/midipp/midipp-2.1.1/src/
H A Dmidipp_bpm.cpp323 MppBpm :: handle_config_change(int val) in handle_config_change() function in MppBpm
/dports/net-im/py-slixmpp/slixmpp-1.7.1/slixmpp/plugins/xep_0045/
H A Dmuc.py161 def handle_config_change(self, msg): member in XEP_0045