Home
last modified time | relevance | path

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

/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/src/
H A Dconnector.cpp157 , no_compact(CASS_DEFAULT_NO_COMPACT) {} in ConnectionSettings()
165 , no_compact(config.no_compact()) in ConnectionSettings()
288 settings_.no_compact))))); in on_supported()
H A Dconnector.hpp53 bool no_compact; member
H A Dconfig.hpp329 bool no_compact() const { return no_compact_; } in no_compact() function in datastax::internal::core::Config
H A Dclient_insights.cpp510 writer.Bool(config_.no_compact()); in other_options()
/dports/databases/py-cassandra-driver/cassandra-driver-3.18.0/cassandra/
H A Dconnection.py327 no_compact = False variable in Connection
386 … user_type_map=None, connect_timeout=None, allow_beta_protocol_version=False, no_compact=False, argument
403 self.no_compact = no_compact
785 self._send_startup_message(no_compact=self.no_compact)
851 self._send_startup_message(compression_type, no_compact=self.no_compact)
854 def _send_startup_message(self, compression=None, no_compact=False): argument
860 if no_compact:
H A Dcluster.py443 no_compact = False variable in Cluster
868 no_compact=False,
914 self.no_compact = no_compact
1311 kwargs_dict.setdefault('no_compact', self.no_compact)
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Mayaqua/
H A DMemory.h91 bool no_compact; member
331 SK *NewSkEx(bool no_compact);
H A DMemory.c862 SK *NewSkEx(bool no_compact) in NewSkEx() argument
872 s->no_compact = no_compact; in NewSkEx()
979 if (s->no_compact == false) in Pop()
/dports/security/softether/v4.38-9760/src/Mayaqua/
H A DMemory.h185 bool no_compact; member
440 SK *NewSkEx(bool no_compact);
H A DMemory.c966 SK *NewSkEx(bool no_compact) in NewSkEx() argument
976 s->no_compact = no_compact; in NewSkEx()
1091 if (s->no_compact == false) in Pop()
/dports/security/softether-devel/v4.36-9754/src/Mayaqua/
H A DMemory.h185 bool no_compact; member
440 SK *NewSkEx(bool no_compact);
H A DMemory.c966 SK *NewSkEx(bool no_compact) in NewSkEx() argument
976 s->no_compact = no_compact; in NewSkEx()
1091 if (s->no_compact == false) in Pop()
/dports/science/hdf5/hdf5-1.10.6/test/
H A Dstab.c756 no_compact(hid_t fcpl, hid_t fapl2) in no_compact() function
1224 nerrors += no_compact(fcpl2, fapl2); in main()
/dports/science/hdf5-18/hdf5-1.8.21/test/
H A Dstab.c756 no_compact(hid_t fapl2) in no_compact() function
1192 nerrors += no_compact(fapl2); in main()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/unit/tests/
H A Dtest_client_insights.cpp450 ASSERT_EQ(config_.no_compact(), configuration["noCompact"].GetBool()); in TEST_F()