Home
last modified time | relevance | path

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

/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/amqp_client/src/
H A Damqp_channel.erl786 {noreply, update_confirm_set(BasicAck, State)};
790 {noreply, update_confirm_set(BasicAck, State)};
795 {noreply, update_confirm_set(BasicNack, State)};
799 {noreply, update_confirm_set(BasicNack, State)};
937 update_confirm_set(#'basic.ack'{delivery_tag = SeqNo, function
943 update_confirm_set(#'basic.nack'{delivery_tag = SeqNo, function
/dports/benchmarks/tsung/tsung-1.7.0/src/tsung/
H A Dts_amqp.erl464 update_confirm_set(Channel, Method),
468 update_confirm_set(Channel, Method),
474 update_confirm_set(Channel, #'basic.ack'{delivery_tag = SeqNo, multiple = Multiple}) -> function
479 update_confirm_set(Channel, #'basic.nack'{delivery_tag = SeqNo, multiple = Multiple}) -> function