Home
last modified time | relevance | path

Searched defs:drop_contiguous_block_prefix (Results 1 – 1 of 1) sorted by relevance

/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit/src/
H A Drabbit_msg_store.erl1732 drop_contiguous_block_prefix(L) -> drop_contiguous_block_prefix(L, 0). function
1734 drop_contiguous_block_prefix([], ExpectedOffset) -> function
1736 drop_contiguous_block_prefix([#msg_location { offset = ExpectedOffset, function
1741 drop_contiguous_block_prefix(MsgsAfterGap, ExpectedOffset) -> function