Home
last modified time | relevance | path

Searched refs:pump (Results 1 – 25 of 2364) sorted by relevance

12345678910>>...95

/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Diostream-pump.c38 res = o_stream_send_istream(pump->output, pump->input); in iostream_pump_copy()
98 pump->callback(IOSTREAM_PUMP_STATUS_INPUT_EOF, pump->context); in iostream_pump_flush()
105 pump->io = io_add_istream(pump->input, in iostream_pump_flush()
127 pump->refcount = 1; in iostream_pump_create()
131 return pump; in iostream_pump_create()
150 pump->io = io_add_istream(pump->input, in iostream_pump_start()
181 pump->refcount++; in iostream_pump_ref()
189 if (pump == NULL) in iostream_pump_unref()
203 i_free(pump); in iostream_pump_unref()
211 if (pump == NULL) in iostream_pump_destroy()
[all …]
H A Diostream-pump.h40 struct istream *iostream_pump_get_input(struct iostream_pump *pump);
41 struct ostream *iostream_pump_get_output(struct iostream_pump *pump);
43 void iostream_pump_start(struct iostream_pump *pump);
44 void iostream_pump_stop(struct iostream_pump *pump);
46 void iostream_pump_ref(struct iostream_pump *pump);
50 void iostream_pump_set_completion_callback(struct iostream_pump *pump,
53 #define iostream_pump_set_completion_callback(pump, callback, context) \ argument
54 iostream_pump_set_completion_callback(pump, \
63 bool iostream_pump_is_waiting_output(struct iostream_pump *pump);
65 void iostream_pump_switch_ioloop_to(struct iostream_pump *pump,
[all …]
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/streaming/
H A Dpacketship_91 for pump in $(seq $fake_pumps); do
92 echo "pump"${pump}"_disk_value.label Pump" ${pump} "Disk current"
93 echo "pump"${pump}"_disk_value.info Current Pump" ${pump} "disk" ${mode}
96 echo "pump"${pump}"_disk_max.label Pump" ${pump} "Disk max"
97 echo "pump"${pump}"_disk_max.info Limit of Pump" ${pump} "disk" ${mode}
98 echo "pump"${pump}"_disk_max.type GAUGE"
100 echo "pump"${pump}"_network_value.label Pump" ${pump} "Network current"
101 echo "pump"${pump}"_network_value.info Current Pump" ${pump} "network" ${mode}
104 echo "pump"${pump}"_network_max.label Pump" ${pump} "Network max"
105 echo "pump"${pump}"_network_max.info Limit of Pump" ${pump} "network" ${mode}
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/task/sequence_manager/test/
H A Dmock_time_message_pump_unittest.cc42 MockTimeMessagePump pump(&mock_clock); in TEST() local
51 pump.Quit(); in TEST()
55 pump.Run(&delegate); in TEST()
64 MockTimeMessagePump pump(&mock_clock); in TEST() local
75 pump.Run(&delegate); in TEST()
86 pump.SetQuitAfterDoWork(true); in TEST()
89 pump.Run(&delegate); in TEST()
108 pump.Run(&delegate); in TEST()
127 pump.Run(&delegate); in TEST()
160 pump.Run(&delegate); in TEST()
[all …]
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/spread/test/
H A Dtest_pb.py170 pump.pump()
695 pump.pump()
696 pump.pump()
697 pump.pump()
748 pump.pump()
749 pump.pump()
764 pump.pump()
766 pump.pump()
767 pump.pump()
769 pump.pump()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/snes/tutorials/network/water/
H A Dwaterreaddata.c10 Pump *pump=(Pump*)ctx; in PumpHeadCurveResidual() local
11 PetscScalar *head=pump->headcurve.head,*flow=pump->headcurve.flow; in PumpHeadCurveResidual()
74 pump->h0 = x[0]; in SetPumpHeadCurveParams()
75 pump->r = x[1]; in SetPumpHeadCurveParams()
76 pump->n = x[2]; in SetPumpHeadCurveParams()
292 pump = &edge[ne].pump; in WaterReadData()
294 pump->id = id; in WaterReadData()
317 pump = &water->edge[j].pump; in WaterReadData()
318 pump->headcurve.flow[pump->headcurve.npt] = curve_x*GPM_CFS; in WaterReadData()
319 pump->headcurve.head[pump->headcurve.npt] = curve_y; in WaterReadData()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/test/
H A Dtest_pb.py561 pump.pump()
562 pump.pump()
563 pump.pump()
614 pump.pump()
615 pump.pump()
630 pump.pump()
632 pump.pump()
633 pump.pump()
645 pump.pump(); pump.pump()
648 pump.pump(); pump.pump()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/pump/
H A DREADME.md1 # pump chapter
6 npm install pump
9 … status](http://img.shields.io/travis/mafintosh/pump.svg?style=flat)](http://travis-ci.org/mafinto…
16 pump does these two things for you
20 Simply pass the streams you want to pipe together to pump and add an optional callback
23 var pump = require('pump')
29 pump(source, dest, function(err) {
34 dest.destroy() // when dest is closed pump will destroy source
38 You can use pump to pipe more than two streams together as well
43 pump(source, transform, anotherTransform, dest, function(err) {
[all …]
/dports/www/npm/npm-6.14.8/lib/node_modules/npm/node_modules/pump/
H A DREADME.md1 # pump chapter
6 npm install pump
9 … status](http://img.shields.io/travis/mafintosh/pump.svg?style=flat)](http://travis-ci.org/mafinto…
16 pump does these two things for you
20 Simply pass the streams you want to pipe together to pump and add an optional callback
23 var pump = require('pump')
29 pump(source, dest, function(err) {
34 dest.destroy() // when dest is closed pump will destroy source
38 You can use pump to pipe more than two streams together as well
43 pump(source, transform, anotherTransform, dest, function(err) {
[all …]
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/node_modules/pump/
H A DREADME.md1 # pump chapter
6 npm install pump
9 … status](http://img.shields.io/travis/mafintosh/pump.svg?style=flat)](http://travis-ci.org/mafinto…
16 pump does these two things for you
20 Simply pass the streams you want to pipe together to pump and add an optional callback
23 var pump = require('pump')
29 pump(source, dest, function(err) {
34 dest.destroy() // when dest is closed pump will destroy source
38 You can use pump to pipe more than two streams together as well
43 pump(source, transform, anotherTransform, dest, function(err) {
[all …]
/dports/www/npm-node17/npm-6.14.8/lib/node_modules/npm/node_modules/pump/
H A DREADME.md1 # pump chapter
6 npm install pump
9 … status](http://img.shields.io/travis/mafintosh/pump.svg?style=flat)](http://travis-ci.org/mafinto…
16 pump does these two things for you
20 Simply pass the streams you want to pipe together to pump and add an optional callback
23 var pump = require('pump')
29 pump(source, dest, function(err) {
34 dest.destroy() // when dest is closed pump will destroy source
38 You can use pump to pipe more than two streams together as well
43 pump(source, transform, anotherTransform, dest, function(err) {
[all …]
/dports/www/npm-node16/npm-6.14.8/lib/node_modules/npm/node_modules/pump/
H A DREADME.md1 # pump chapter
6 npm install pump
9 … status](http://img.shields.io/travis/mafintosh/pump.svg?style=flat)](http://travis-ci.org/mafinto…
16 pump does these two things for you
20 Simply pass the streams you want to pipe together to pump and add an optional callback
23 var pump = require('pump')
29 pump(source, dest, function(err) {
34 dest.destroy() // when dest is closed pump will destroy source
38 You can use pump to pipe more than two streams together as well
43 pump(source, transform, anotherTransform, dest, function(err) {
[all …]
/dports/misc/netron/node_modules/pump/
H A DREADME.md1 # pump chapter
6 npm install pump
9 … status](http://img.shields.io/travis/mafintosh/pump.svg?style=flat)](http://travis-ci.org/mafinto…
16 pump does these two things for you
20 Simply pass the streams you want to pipe together to pump and add an optional callback
23 var pump = require('pump')
29 pump(source, dest, function(err) {
34 dest.destroy() // when dest is closed pump will destroy source
38 You can use pump to pipe more than two streams together as well
43 pump(source, transform, anotherTransform, dest, function(err) {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/pump/
H A DREADME.md1 # pump chapter
6 npm install pump
9 … status](http://img.shields.io/travis/mafintosh/pump.svg?style=flat)](http://travis-ci.org/mafinto…
16 pump does these two things for you
20 Simply pass the streams you want to pipe together to pump and add an optional callback
23 var pump = require('pump')
29 pump(source, dest, function(err) {
34 dest.destroy() // when dest is closed pump will destroy source
38 You can use pump to pipe more than two streams together as well
43 pump(source, transform, anotherTransform, dest, function(err) {
[all …]
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/pump/
H A DREADME.md1 # pump chapter
6 npm install pump
9 … status](http://img.shields.io/travis/mafintosh/pump.svg?style=flat)](http://travis-ci.org/mafinto…
16 pump does these two things for you
20 Simply pass the streams you want to pipe together to pump and add an optional callback
23 var pump = require('pump')
29 pump(source, dest, function(err) {
34 dest.destroy() // when dest is closed pump will destroy source
38 You can use pump to pipe more than two streams together as well
43 pump(source, transform, anotherTransform, dest, function(err) {
[all …]
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/pump/
H A DREADME.md1 # pump chapter
6 npm install pump
9 … status](http://img.shields.io/travis/mafintosh/pump.svg?style=flat)](http://travis-ci.org/mafinto…
16 pump does these two things for you
20 Simply pass the streams you want to pipe together to pump and add an optional callback
23 var pump = require('pump')
29 pump(source, dest, function(err) {
34 dest.destroy() // when dest is closed pump will destroy source
38 You can use pump to pipe more than two streams together as well
43 pump(source, transform, anotherTransform, dest, function(err) {
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/pump/
H A DREADME.md1 # pump chapter
6 npm install pump
9 … status](http://img.shields.io/travis/mafintosh/pump.svg?style=flat)](http://travis-ci.org/mafinto…
16 pump does these two things for you
20 Simply pass the streams you want to pipe together to pump and add an optional callback
23 var pump = require('pump')
29 pump(source, dest, function(err) {
34 dest.destroy() // when dest is closed pump will destroy source
38 You can use pump to pipe more than two streams together as well
43 pump(source, transform, anotherTransform, dest, function(err) {
[all …]
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/tera-1.12.0/docs/node_modules/pump/
H A DREADME.md1 # pump chapter
6 npm install pump
9 … status](http://img.shields.io/travis/mafintosh/pump.svg?style=flat)](http://travis-ci.org/mafinto…
16 pump does these two things for you
20 Simply pass the streams you want to pipe together to pump and add an optional callback
23 var pump = require('pump')
29 pump(source, dest, function(err) {
34 dest.destroy() // when dest is closed pump will destroy source
38 You can use pump to pipe more than two streams together as well
43 pump(source, transform, anotherTransform, dest, function(err) {
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/tera/docs/node_modules/pump/
H A DREADME.md1 # pump chapter
6 npm install pump
9 … status](http://img.shields.io/travis/mafintosh/pump.svg?style=flat)](http://travis-ci.org/mafinto…
16 pump does these two things for you
20 Simply pass the streams you want to pipe together to pump and add an optional callback
23 var pump = require('pump')
29 pump(source, dest, function(err) {
34 dest.destroy() // when dest is closed pump will destroy source
38 You can use pump to pipe more than two streams together as well
43 pump(source, transform, anotherTransform, dest, function(err) {
[all …]
/dports/www/node10/node-v10.24.1/deps/npm/node_modules/pump/
H A DREADME.md1 # pump chapter
6 npm install pump
9 … status](http://img.shields.io/travis/mafintosh/pump.svg?style=flat)](http://travis-ci.org/mafinto…
16 pump does these two things for you
20 Simply pass the streams you want to pipe together to pump and add an optional callback
23 var pump = require('pump')
29 pump(source, dest, function(err) {
34 dest.destroy() // when dest is closed pump will destroy source
38 You can use pump to pipe more than two streams together as well
43 pump(source, transform, anotherTransform, dest, function(err) {
[all …]
/dports/databases/py-txredisapi/txredisapi-1.4.7/tests/
H A Dtest_connection.py165 pump.flush()
168 pump.flush()
174 pump.flush()
176 pump.flush()
184 pump.flush()
187 pump.flush()
200 pump.flush()
203 pump.flush()
205 pump.flush()
218 pump.flush()
[all …]
/dports/www/npm-node16/npm-6.14.8/lib/node_modules/npm/node_modules/pumpify/node_modules/pump/
H A DREADME.md1 # pump chapter
3 pump is a small node module that pipes streams together and destroys all of them if one of them clo…
6 npm install pump
9 … status](http://img.shields.io/travis/mafintosh/pump.svg?style=flat)](http://travis-ci.org/mafinto…
16 pump does these two things for you
20 Simply pass the streams you want to pipe together to pump and add an optional callback
23 var pump = require('pump')
29 pump(source, dest, function(err) {
34 dest.destroy() // when dest is closed pump will destroy source
38 You can use pump to pipe more than two streams together as well
[all …]
/dports/www/npm/npm-6.14.8/lib/node_modules/npm/node_modules/pumpify/node_modules/pump/
H A DREADME.md1 # pump chapter
3 pump is a small node module that pipes streams together and destroys all of them if one of them clo…
6 npm install pump
9 … status](http://img.shields.io/travis/mafintosh/pump.svg?style=flat)](http://travis-ci.org/mafinto…
16 pump does these two things for you
20 Simply pass the streams you want to pipe together to pump and add an optional callback
23 var pump = require('pump')
29 pump(source, dest, function(err) {
34 dest.destroy() // when dest is closed pump will destroy source
38 You can use pump to pipe more than two streams together as well
[all …]
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/node_modules/pumpify/node_modules/pump/
H A DREADME.md1 # pump chapter
3 pump is a small node module that pipes streams together and destroys all of them if one of them clo…
6 npm install pump
9 … status](http://img.shields.io/travis/mafintosh/pump.svg?style=flat)](http://travis-ci.org/mafinto…
16 pump does these two things for you
20 Simply pass the streams you want to pipe together to pump and add an optional callback
23 var pump = require('pump')
29 pump(source, dest, function(err) {
34 dest.destroy() // when dest is closed pump will destroy source
38 You can use pump to pipe more than two streams together as well
[all …]
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/mississippi/node_modules/pumpify/node_modules/pump/
H A DREADME.md1 # pump chapter
3 pump is a small node module that pipes streams together and destroys all of them if one of them clo…
6 npm install pump
9 … status](http://img.shields.io/travis/mafintosh/pump.svg?style=flat)](http://travis-ci.org/mafinto…
16 pump does these two things for you
20 Simply pass the streams you want to pipe together to pump and add an optional callback
23 var pump = require('pump')
29 pump(source, dest, function(err) {
34 dest.destroy() // when dest is closed pump will destroy source
38 You can use pump to pipe more than two streams together as well
[all …]

12345678910>>...95