Home
last modified time | relevance | path

Searched refs:should_ack (Results 1 – 2 of 2) sorted by relevance

/dports/benchmarks/tsung/tsung-1.7.0/src/tsung/
H A Dts_amqp.erl285 NewAMQPSession = should_ack(Channel, AckBuf, Method, AMQPSession),
443 should_ack(Channel, AckBuf, #'basic.deliver'{delivery_tag = DeliveryTag}, function
462 should_ack(Channel, AckBuf, Method = #'basic.ack'{}, AMQPSession) -> function
466 should_ack(Channel, AckBuf, Method = #'basic.nack'{}, AMQPSession) -> function
470 should_ack(_Channel, AckBuf, _Method, AMQPSession) -> function
574 NewAMQPSession = should_ack(Channel, AckBuf, Method, AMQPSession),
/dports/net-im/purple-hangouts/purple-hangouts-55b9f01/
H A Dhangout_media.proto501 optional bool should_ack = 6; field