Home
last modified time | relevance | path

Searched refs:hwms (Results 1 – 25 of 48) sorted by relevance

12

/dports/security/cracklib/cracklib-2.9.7/lib/
H A Dpacklib.c41 uint64_t hwms[256]; member
289 if (fread(pdesc64.hwms, 1, sizeof(pdesc64.hwms), wfp) != sizeof(pdesc64.hwms))
293 for (i = 0; i < sizeof(pdesc.hwms) / sizeof(pdesc.hwms[0]); i++)
295 pdesc.hwms[i] = pdesc64.hwms[i];
298 else if (fread(pdesc.hwms, 1, sizeof(pdesc.hwms), wfp) != sizeof(pdesc.hwms))
346 if (!pwp->hwms[i])
348 pwp->hwms[i] = pwp->hwms[i-1];
351 printf("hwm[%02x] = %d\n", i, pwp->hwms[i]);
354 fwrite(pwp->hwms, 1, sizeof(pwp->hwms), pwp->wfp);
558 lwm = idx ? pwp->hwms[idx - 1] : 0;
[all …]
H A Dpacker.h66 uint32_t hwms[256]; member
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/Shopify/sarama/mocks/
H A Dconsumer.go103 hwms := make(map[string]map[int32]int64, len(c.partitionConsumers))
109 hwms[topic] = hwm
112 return hwms
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/Shopify/sarama/mocks/
H A Dconsumer.go103 hwms := make(map[string]map[int32]int64, len(c.partitionConsumers))
109 hwms[topic] = hwm
112 return hwms
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/Shopify/sarama/mocks/
H A Dconsumer.go103 hwms := make(map[string]map[int32]int64, len(c.partitionConsumers))
109 hwms[topic] = hwm
112 return hwms
/dports/www/fabio/fabio-1.5.14/vendor/github.com/Shopify/sarama/sarama-1.19.0/mocks/
H A Dconsumer.go103 hwms := make(map[string]map[int32]int64, len(c.partitionConsumers))
109 hwms[topic] = hwm
112 return hwms
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/Shopify/sarama/sarama-1.26.4/mocks/
H A Dconsumer.go103 hwms := make(map[string]map[int32]int64, len(c.partitionConsumers))
109 hwms[topic] = hwm
112 return hwms
/dports/net/libzmq4/zeromq-4.3.4/src/
H A Dsession_base.cpp377 int hwms[2] = {0, 0}; in zap_connect() local
379 int rc = pipepair (parents, new_pipes, hwms, conflates); in zap_connect()
430 int hwms[2] = {conflate ? -1 : options.rcvhwm, in engine_ready() local
433 const int rc = pipepair (parents, pipes, hwms, conflates); in engine_ready()
H A Dsocket_base.cpp618 int hwms[2] = {options.sndhwm, options.rcvhwm}; local
620 rc = pipepair (parents, new_pipes, hwms, conflates);
824 int hwms[2] = {conflate ? -1 : sndhwm, conflate ? -1 : rcvhwm}; local
826 rc = pipepair (parents, new_pipes, hwms, conflates);
1097 int hwms[2] = {conflate ? -1 : options.sndhwm, local
1100 rc = pipepair (parents, new_pipes, hwms, conflates);
/dports/net/py-pyzmq/pyzmq-22.3.0/bundled/zeromq/src/
H A Dsession_base.cpp377 int hwms[2] = {0, 0}; in zap_connect() local
379 int rc = pipepair (parents, new_pipes, hwms, conflates); in zap_connect()
430 int hwms[2] = {conflate ? -1 : options.rcvhwm, in engine_ready() local
433 const int rc = pipepair (parents, pipes, hwms, conflates); in engine_ready()
H A Dsocket_base.cpp618 int hwms[2] = {options.sndhwm, options.rcvhwm}; local
620 rc = pipepair (parents, new_pipes, hwms, conflates);
824 int hwms[2] = {conflate ? -1 : sndhwm, conflate ? -1 : rcvhwm}; local
826 rc = pipepair (parents, new_pipes, hwms, conflates);
1097 int hwms[2] = {conflate ? -1 : options.sndhwm, local
1100 rc = pipepair (parents, new_pipes, hwms, conflates);
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/versioning/BRM/
H A Dslavedbrmnode.h237 const std::vector<HWM_t>& hwms) throw ();
258 const std::vector<HWM_t>& hwms) throw ();
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/versioning/BRM/
H A Dslavedbrmnode.h237 const std::vector<HWM_t>& hwms) throw ();
258 const std::vector<HWM_t>& hwms) throw ();
/dports/devel/libxs/libxs-1.2.0/src/
H A Dsocket_base.cpp452 int hwms [2] = {sndhwm, rcvhwm}; in connect() local
454 rc = pipepair (parents, ppair, hwms, delays, options.protocol); in connect()
536 int hwms [2] = {options.sndhwm, options.rcvhwm}; in connect() local
538 rc = pipepair (parents, ppair, hwms, delays, options.protocol); in connect()
H A Dsession_base.cpp299 int hwms [2] = {options.rcvhwm, options.sndhwm}; in process_attach() local
301 int rc = pipepair (parents, pipes, hwms, delays, options.protocol); in process_attach()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/shared/
H A Dwe_bulkrollbackmgr.cpp1279 std::vector<BRM::HWM_t> hwms; in deleteDctnryExtentsV4() local
1288 hwms.push_back( fPendingDctnryExtents[i].fHwm ); in deleteDctnryExtentsV4()
1297 if (hwms.size() == 0) // empty DBRoot case in deleteDctnryExtentsV4()
1336 for (unsigned int k = 0; k < hwms.size(); k++) in deleteDctnryExtentsV4()
1341 msg0074Text << hwms[k]; in deleteDctnryExtentsV4()
1344 if (hwms.size() == 0) in deleteDctnryExtentsV4()
1367 hwms ); in deleteDctnryExtentsV4()
H A Dwe_brm.h294 const std::vector<BRM::HWM_t>& hwms );
672 const std::vector<BRM::HWM_t>& hwms ) in rollbackDictStoreExtents_DBroot() argument
675 oid, dbRoot, partition, segNums, hwms ); in rollbackDictStoreExtents_DBroot()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/shared/
H A Dwe_bulkrollbackmgr.cpp1279 std::vector<BRM::HWM_t> hwms; in deleteDctnryExtentsV4() local
1288 hwms.push_back( fPendingDctnryExtents[i].fHwm ); in deleteDctnryExtentsV4()
1297 if (hwms.size() == 0) // empty DBRoot case in deleteDctnryExtentsV4()
1336 for (unsigned int k = 0; k < hwms.size(); k++) in deleteDctnryExtentsV4()
1341 msg0074Text << hwms[k]; in deleteDctnryExtentsV4()
1344 if (hwms.size() == 0) in deleteDctnryExtentsV4()
1367 hwms ); in deleteDctnryExtentsV4()
H A Dwe_brm.h294 const std::vector<BRM::HWM_t>& hwms );
672 const std::vector<BRM::HWM_t>& hwms ) in rollbackDictStoreExtents_DBroot() argument
675 oid, dbRoot, partition, segNums, hwms ); in rollbackDictStoreExtents_DBroot()
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/Shopify/sarama/
H A Dconsumer.go175 hwms := make(map[string]map[int32]int64)
181 hwms[topic] = hwm
184 return hwms
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/tools/editem/
H A Deditem.cpp598 vector<HWM_t> hwms; in rollbackExtents() local
622 hwms.push_back(hwm); in rollbackExtents()
627 segNums, hwms )); in rollbackExtents()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/tools/editem/
H A Deditem.cpp598 vector<HWM_t> hwms; in rollbackExtents() local
622 hwms.push_back(hwm); in rollbackExtents()
627 segNums, hwms )); in rollbackExtents()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/Shopify/sarama/sarama-1.19.0/
H A Dconsumer.go176 hwms := make(map[string]map[int32]int64)
182 hwms[topic] = hwm
185 return hwms
/dports/www/fabio/fabio-1.5.14/vendor/github.com/Shopify/sarama/
H A Dconsumer.go176 hwms := make(map[string]map[int32]int64)
182 hwms[topic] = hwm
185 return hwms
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/Shopify/sarama/
H A Dconsumer.go174 hwms := make(map[string]map[int32]int64)
180 hwms[topic] = hwm
183 return hwms

12