Home
last modified time | relevance | path

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

/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/options/
H A Dcustomizable_helper.h68 std::string curr_opts; in LoadSharedObject() local
74 result->get()->GetOptionString(embedded, &curr_opts).PermitUncheckedError(); in LoadSharedObject()
101 id, curr_opts, opt_map); in LoadSharedObject()
128 std::string curr_opts; in LoadUniqueObject() local
134 result->get()->GetOptionString(embedded, &curr_opts).PermitUncheckedError(); in LoadUniqueObject()
161 id, curr_opts, opt_map); in LoadUniqueObject()
186 std::string curr_opts; in LoadStaticObject() local
192 (*result)->GetOptionString(embedded, &curr_opts).PermitUncheckedError(); in LoadStaticObject()
219 curr_opts, opt_map); in LoadStaticObject()
H A Dconfigurable.cc160 std::string curr_opts; in ConfigureOptions() local
167 GetOptionString(copy, &curr_opts).PermitUncheckedError(); in ConfigureOptions()
176 if (!s.ok() && !curr_opts.empty()) { in ConfigureOptions()
181 ConfigureFromString(reset, curr_opts).PermitUncheckedError(); in ConfigureOptions()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/options/
H A Dcustomizable_helper.h68 std::string curr_opts; in LoadSharedObject() local
74 result->get()->GetOptionString(embedded, &curr_opts).PermitUncheckedError(); in LoadSharedObject()
101 id, curr_opts, opt_map); in LoadSharedObject()
128 std::string curr_opts; in LoadUniqueObject() local
134 result->get()->GetOptionString(embedded, &curr_opts).PermitUncheckedError(); in LoadUniqueObject()
161 id, curr_opts, opt_map); in LoadUniqueObject()
186 std::string curr_opts; in LoadStaticObject() local
192 (*result)->GetOptionString(embedded, &curr_opts).PermitUncheckedError(); in LoadStaticObject()
219 curr_opts, opt_map); in LoadStaticObject()
H A Dconfigurable.cc160 std::string curr_opts; in ConfigureOptions() local
167 GetOptionString(copy, &curr_opts).PermitUncheckedError(); in ConfigureOptions()
176 if (!s.ok() && !curr_opts.empty()) { in ConfigureOptions()
181 ConfigureFromString(reset, curr_opts).PermitUncheckedError(); in ConfigureOptions()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/options/
H A Dcustomizable_helper.h68 std::string curr_opts; in LoadSharedObject() local
74 result->get()->GetOptionString(embedded, &curr_opts).PermitUncheckedError(); in LoadSharedObject()
101 id, curr_opts, opt_map); in LoadSharedObject()
128 std::string curr_opts; in LoadUniqueObject() local
134 result->get()->GetOptionString(embedded, &curr_opts).PermitUncheckedError(); in LoadUniqueObject()
161 id, curr_opts, opt_map); in LoadUniqueObject()
186 std::string curr_opts; in LoadStaticObject() local
192 (*result)->GetOptionString(embedded, &curr_opts).PermitUncheckedError(); in LoadStaticObject()
219 curr_opts, opt_map); in LoadStaticObject()
H A Dconfigurable.cc160 std::string curr_opts; in ConfigureOptions() local
167 GetOptionString(copy, &curr_opts).PermitUncheckedError(); in ConfigureOptions()
176 if (!s.ok() && !curr_opts.empty()) { in ConfigureOptions()
181 ConfigureFromString(reset, curr_opts).PermitUncheckedError(); in ConfigureOptions()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/webserver/default/
H A Damuleweb-main-prefs.php159 $curr_opts = $opts[$group]; variable
161 foreach ($curr_opts as $opt_name => $opt_val) {
H A Damuleweb-main-log.php159 $curr_opts = $opts[$group];
161 foreach ($curr_opts as $opt_name => $opt_val) {
/dports/net-p2p/amule/aMule-2.3.3/src/webserver/default/
H A Damuleweb-main-prefs.php159 $curr_opts = $opts[$group]; variable
161 foreach ($curr_opts as $opt_name => $opt_val) {
H A Damuleweb-main-log.php159 $curr_opts = $opts[$group]; variable
161 foreach ($curr_opts as $opt_name => $opt_val) {
/dports/databases/rocksdb/rocksdb-6.26.1/options/
H A Dcustomizable.cc111 std::string curr_opts; in GetOptionsMap() local
112 if (customizable->GetOptionString(embedded, &curr_opts).ok()) { in GetOptionsMap()
114 if (StringToMap(curr_opts, &curr_props).ok()) { in GetOptionsMap()
H A Dconfigurable.cc162 std::string curr_opts; in ConfigureOptions() local
177 GetOptionString(copy, &curr_opts).PermitUncheckedError(); in ConfigureOptions()
187 if (!s.ok() && !curr_opts.empty()) { in ConfigureOptions()
193 ConfigureFromString(reset, curr_opts).PermitUncheckedError(); in ConfigureOptions()
/dports/databases/rocksdb-lite/rocksdb-6.26.1/options/
H A Dcustomizable.cc111 std::string curr_opts; in GetOptionsMap() local
112 if (customizable->GetOptionString(embedded, &curr_opts).ok()) { in GetOptionsMap()
114 if (StringToMap(curr_opts, &curr_props).ok()) { in GetOptionsMap()
H A Dconfigurable.cc162 std::string curr_opts; in ConfigureOptions() local
177 GetOptionString(copy, &curr_opts).PermitUncheckedError(); in ConfigureOptions()
187 if (!s.ok() && !curr_opts.empty()) { in ConfigureOptions()
193 ConfigureFromString(reset, curr_opts).PermitUncheckedError(); in ConfigureOptions()
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dmount.py129 curr_opts = (
134 if curr_opts:
138 "opts": curr_opts,
143 curr_opts = (
148 if curr_opts:
153 "opts": curr_opts,