couchbase 4.4.1-dev.2 → 4.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1793) hide show
  1. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/any_completion_executor.hpp +336 -0
  2. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/any_completion_handler.hpp +822 -0
  3. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/any_io_executor.hpp +351 -0
  4. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/append.hpp +65 -0
  5. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/as_tuple.hpp +126 -0
  6. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/associated_allocator.hpp +214 -0
  7. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/associated_cancellation_slot.hpp +221 -0
  8. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/associated_executor.hpp +235 -0
  9. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/associated_immediate_executor.hpp +280 -0
  10. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/associator.hpp +35 -0
  11. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/async_result.hpp +942 -0
  12. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/awaitable.hpp +142 -0
  13. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/basic_datagram_socket.hpp +1362 -0
  14. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/basic_deadline_timer.hpp +710 -0
  15. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/basic_file.hpp +824 -0
  16. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/basic_io_object.hpp +286 -0
  17. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/basic_random_access_file.hpp +689 -0
  18. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/basic_raw_socket.hpp +1356 -0
  19. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/basic_readable_pipe.hpp +626 -0
  20. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/basic_seq_packet_socket.hpp +823 -0
  21. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/basic_serial_port.hpp +987 -0
  22. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/basic_signal_set.hpp +648 -0
  23. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/basic_socket.hpp +1936 -0
  24. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/basic_socket_acceptor.hpp +2708 -0
  25. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/basic_socket_iostream.hpp +331 -0
  26. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/basic_socket_streambuf.hpp +642 -0
  27. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/basic_stream_file.hpp +744 -0
  28. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/basic_stream_socket.hpp +1163 -0
  29. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/basic_streambuf.hpp +450 -0
  30. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/basic_streambuf_fwd.hpp +36 -0
  31. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/basic_waitable_timer.hpp +824 -0
  32. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/basic_writable_pipe.hpp +622 -0
  33. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/bind_allocator.hpp +530 -0
  34. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/bind_cancellation_slot.hpp +544 -0
  35. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/bind_executor.hpp +582 -0
  36. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/bind_immediate_executor.hpp +549 -0
  37. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/buffer.hpp +2751 -0
  38. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/buffer_registration.hpp +318 -0
  39. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/buffered_read_stream.hpp +273 -0
  40. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/buffered_read_stream_fwd.hpp +25 -0
  41. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/buffered_stream.hpp +292 -0
  42. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/buffered_stream_fwd.hpp +25 -0
  43. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/buffered_write_stream.hpp +265 -0
  44. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/buffered_write_stream_fwd.hpp +25 -0
  45. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/buffers_iterator.hpp +521 -0
  46. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/cancellation_signal.hpp +245 -0
  47. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/cancellation_state.hpp +235 -0
  48. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/cancellation_type.hpp +157 -0
  49. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/co_spawn.hpp +523 -0
  50. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/completion_condition.hpp +218 -0
  51. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/compose.hpp +319 -0
  52. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/connect.hpp +1180 -0
  53. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/connect_pipe.hpp +83 -0
  54. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/consign.hpp +75 -0
  55. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/coroutine.hpp +329 -0
  56. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/deadline_timer.hpp +38 -0
  57. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/defer.hpp +218 -0
  58. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/deferred.hpp +715 -0
  59. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detached.hpp +105 -0
  60. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/array.hpp +30 -0
  61. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/array_fwd.hpp +32 -0
  62. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/assert.hpp +32 -0
  63. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/atomic_count.hpp +59 -0
  64. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/base_from_cancellation_state.hpp +164 -0
  65. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/base_from_completion_cond.hpp +69 -0
  66. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/bind_handler.hpp +711 -0
  67. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/blocking_executor_op.hpp +107 -0
  68. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/buffer_resize_guard.hpp +66 -0
  69. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/buffer_sequence_adapter.hpp +837 -0
  70. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/buffered_stream_storage.hpp +126 -0
  71. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/call_stack.hpp +125 -0
  72. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/chrono.hpp +45 -0
  73. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/chrono_time_traits.hpp +190 -0
  74. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/completion_handler.hpp +88 -0
  75. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/composed_work.hpp +252 -0
  76. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/concurrency_hint.hpp +94 -0
  77. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/conditionally_enabled_event.hpp +120 -0
  78. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/conditionally_enabled_mutex.hpp +149 -0
  79. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/config.hpp +1422 -0
  80. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/consuming_buffers.hpp +443 -0
  81. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/cstddef.hpp +27 -0
  82. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/cstdint.hpp +40 -0
  83. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/date_time_fwd.hpp +34 -0
  84. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/deadline_timer_service.hpp +335 -0
  85. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/dependent_type.hpp +36 -0
  86. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/descriptor_ops.hpp +179 -0
  87. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/descriptor_read_op.hpp +188 -0
  88. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/descriptor_write_op.hpp +187 -0
  89. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/dev_poll_reactor.hpp +247 -0
  90. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/epoll_reactor.hpp +295 -0
  91. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/event.hpp +46 -0
  92. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/eventfd_select_interrupter.hpp +83 -0
  93. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/exception.hpp +29 -0
  94. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/executor_function.hpp +152 -0
  95. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/executor_op.hpp +84 -0
  96. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/fd_set_adapter.hpp +39 -0
  97. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/fenced_block.hpp +40 -0
  98. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/functional.hpp +33 -0
  99. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/future.hpp +32 -0
  100. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/global.hpp +50 -0
  101. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/handler_alloc_helpers.hpp +225 -0
  102. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/handler_cont_helpers.hpp +45 -0
  103. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/handler_tracking.hpp +264 -0
  104. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/handler_type_requirements.hpp +553 -0
  105. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/handler_work.hpp +511 -0
  106. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/hash_map.hpp +331 -0
  107. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/buffer_sequence_adapter.ipp +118 -0
  108. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/descriptor_ops.ipp +991 -0
  109. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/dev_poll_reactor.hpp +111 -0
  110. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/dev_poll_reactor.ipp +469 -0
  111. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/epoll_reactor.hpp +109 -0
  112. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/epoll_reactor.ipp +826 -0
  113. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/eventfd_select_interrupter.ipp +171 -0
  114. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/handler_tracking.ipp +398 -0
  115. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/io_uring_descriptor_service.ipp +205 -0
  116. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/io_uring_file_service.ipp +140 -0
  117. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/io_uring_service.hpp +112 -0
  118. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/io_uring_service.ipp +914 -0
  119. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/io_uring_socket_service_base.ipp +249 -0
  120. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/kqueue_reactor.hpp +113 -0
  121. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/kqueue_reactor.ipp +608 -0
  122. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/null_event.ipp +74 -0
  123. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/pipe_select_interrupter.ipp +129 -0
  124. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/posix_event.ipp +63 -0
  125. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/posix_mutex.ipp +46 -0
  126. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/posix_serial_port_service.ipp +168 -0
  127. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/posix_thread.ipp +84 -0
  128. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/posix_tss_ptr.ipp +46 -0
  129. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/reactive_descriptor_service.ipp +230 -0
  130. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/reactive_socket_service_base.ipp +310 -0
  131. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/resolver_service_base.ipp +158 -0
  132. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/scheduler.ipp +675 -0
  133. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/select_reactor.hpp +124 -0
  134. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/select_reactor.ipp +400 -0
  135. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/service_registry.hpp +93 -0
  136. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/service_registry.ipp +197 -0
  137. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/signal_set_service.ipp +826 -0
  138. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/socket_ops.ipp +4035 -0
  139. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/socket_select_interrupter.ipp +185 -0
  140. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/strand_executor_service.hpp +346 -0
  141. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/strand_executor_service.ipp +158 -0
  142. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/strand_service.hpp +86 -0
  143. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/strand_service.ipp +202 -0
  144. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/thread_context.ipp +35 -0
  145. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/throw_error.ipp +49 -0
  146. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/timer_queue_ptime.ipp +97 -0
  147. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/timer_queue_set.ipp +101 -0
  148. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/win_event.ipp +76 -0
  149. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/win_iocp_file_service.ipp +280 -0
  150. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/win_iocp_handle_service.ipp +619 -0
  151. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/win_iocp_io_context.hpp +119 -0
  152. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/win_iocp_io_context.ipp +614 -0
  153. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/win_iocp_serial_port_service.ipp +200 -0
  154. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/win_iocp_socket_service_base.ipp +821 -0
  155. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/win_mutex.ipp +84 -0
  156. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/win_object_handle_service.ipp +452 -0
  157. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/win_static_mutex.ipp +136 -0
  158. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/win_thread.ipp +150 -0
  159. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/win_tss_ptr.ipp +57 -0
  160. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/winrt_ssocket_service_base.ipp +626 -0
  161. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/winrt_timer_scheduler.hpp +92 -0
  162. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/winrt_timer_scheduler.ipp +121 -0
  163. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/impl/winsock_init.ipp +82 -0
  164. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/initiate_defer.hpp +207 -0
  165. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/initiate_dispatch.hpp +193 -0
  166. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/initiate_post.hpp +207 -0
  167. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/io_control.hpp +84 -0
  168. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/io_object_impl.hpp +177 -0
  169. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/io_uring_descriptor_read_at_op.hpp +195 -0
  170. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/io_uring_descriptor_read_op.hpp +190 -0
  171. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/io_uring_descriptor_service.hpp +687 -0
  172. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/io_uring_descriptor_write_at_op.hpp +189 -0
  173. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/io_uring_descriptor_write_op.hpp +185 -0
  174. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/io_uring_file_service.hpp +261 -0
  175. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/io_uring_null_buffers_op.hpp +114 -0
  176. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/io_uring_operation.hpp +84 -0
  177. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/io_uring_service.hpp +319 -0
  178. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/io_uring_socket_accept_op.hpp +280 -0
  179. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/io_uring_socket_connect_op.hpp +140 -0
  180. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/io_uring_socket_recv_op.hpp +205 -0
  181. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/io_uring_socket_recvfrom_op.hpp +206 -0
  182. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/io_uring_socket_recvmsg_op.hpp +192 -0
  183. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/io_uring_socket_send_op.hpp +191 -0
  184. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/io_uring_socket_sendto_op.hpp +194 -0
  185. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/io_uring_socket_service.hpp +629 -0
  186. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/io_uring_socket_service_base.hpp +663 -0
  187. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/io_uring_wait_op.hpp +112 -0
  188. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/is_buffer_sequence.hpp +296 -0
  189. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/is_executor.hpp +126 -0
  190. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/keyword_tss_ptr.hpp +70 -0
  191. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/kqueue_reactor.hpp +271 -0
  192. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/local_free_on_block_exit.hpp +59 -0
  193. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/memory.hpp +126 -0
  194. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/mutex.hpp +46 -0
  195. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/non_const_lvalue.hpp +43 -0
  196. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/noncopyable.hpp +43 -0
  197. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/null_event.hpp +106 -0
  198. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/null_fenced_block.hpp +47 -0
  199. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/null_global.hpp +59 -0
  200. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/null_mutex.hpp +60 -0
  201. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/null_reactor.hpp +83 -0
  202. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/null_signal_blocker.hpp +69 -0
  203. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/null_socket_service.hpp +519 -0
  204. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/null_static_mutex.hpp +60 -0
  205. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/null_thread.hpp +67 -0
  206. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/null_tss_ptr.hpp +68 -0
  207. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/object_pool.hpp +171 -0
  208. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/old_win_sdk_compat.hpp +214 -0
  209. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/op_queue.hpp +162 -0
  210. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/operation.hpp +38 -0
  211. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/pipe_select_interrupter.hpp +89 -0
  212. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/pop_options.hpp +157 -0
  213. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/posix_event.hpp +175 -0
  214. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/posix_fd_set_adapter.hpp +118 -0
  215. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/posix_global.hpp +80 -0
  216. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/posix_mutex.hpp +76 -0
  217. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/posix_serial_port_service.hpp +249 -0
  218. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/posix_signal_blocker.hpp +85 -0
  219. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/posix_static_mutex.hpp +64 -0
  220. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/posix_thread.hpp +109 -0
  221. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/posix_tss_ptr.hpp +79 -0
  222. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/push_options.hpp +228 -0
  223. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/reactive_descriptor_service.hpp +566 -0
  224. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/reactive_null_buffers_op.hpp +131 -0
  225. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/reactive_socket_accept_op.hpp +323 -0
  226. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/reactive_socket_connect_op.hpp +162 -0
  227. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/reactive_socket_recv_op.hpp +197 -0
  228. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/reactive_socket_recvfrom_op.hpp +203 -0
  229. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/reactive_socket_recvmsg_op.hpp +184 -0
  230. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/reactive_socket_send_op.hpp +201 -0
  231. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/reactive_socket_sendto_op.hpp +194 -0
  232. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/reactive_socket_service.hpp +633 -0
  233. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/reactive_socket_service_base.hpp +750 -0
  234. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/reactive_wait_op.hpp +131 -0
  235. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/reactor.hpp +54 -0
  236. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/reactor_op.hpp +71 -0
  237. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/reactor_op_queue.hpp +212 -0
  238. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/recycling_allocator.hpp +105 -0
  239. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/regex_fwd.hpp +35 -0
  240. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/resolve_endpoint_op.hpp +140 -0
  241. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/resolve_op.hpp +45 -0
  242. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/resolve_query_op.hpp +150 -0
  243. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/resolver_service.hpp +147 -0
  244. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/resolver_service_base.hpp +158 -0
  245. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/scheduler.hpp +241 -0
  246. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/scheduler_operation.hpp +78 -0
  247. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/scheduler_task.hpp +49 -0
  248. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/scheduler_thread_info.hpp +40 -0
  249. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/scoped_lock.hpp +101 -0
  250. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/scoped_ptr.hpp +87 -0
  251. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/select_interrupter.hpp +46 -0
  252. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/select_reactor.hpp +291 -0
  253. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/service_registry.hpp +163 -0
  254. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/signal_blocker.hpp +44 -0
  255. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/signal_handler.hpp +90 -0
  256. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/signal_init.hpp +47 -0
  257. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/signal_op.hpp +53 -0
  258. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/signal_set_service.hpp +292 -0
  259. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/socket_holder.hpp +98 -0
  260. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/socket_ops.hpp +375 -0
  261. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/socket_option.hpp +316 -0
  262. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/socket_select_interrupter.hpp +91 -0
  263. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/socket_types.hpp +427 -0
  264. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/source_location.hpp +45 -0
  265. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/static_mutex.hpp +50 -0
  266. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/std_event.hpp +183 -0
  267. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/std_fenced_block.hpp +57 -0
  268. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/std_global.hpp +65 -0
  269. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/std_mutex.hpp +68 -0
  270. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/std_static_mutex.hpp +76 -0
  271. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/std_thread.hpp +66 -0
  272. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/strand_executor_service.hpp +173 -0
  273. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/strand_service.hpp +144 -0
  274. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/string_view.hpp +47 -0
  275. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/thread.hpp +58 -0
  276. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/thread_context.hpp +51 -0
  277. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/thread_group.hpp +99 -0
  278. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/thread_info_base.hpp +250 -0
  279. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/throw_error.hpp +62 -0
  280. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/throw_exception.hpp +55 -0
  281. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/timer_queue.hpp +389 -0
  282. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/timer_queue_base.hpp +68 -0
  283. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/timer_queue_ptime.hpp +103 -0
  284. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/timer_queue_set.hpp +66 -0
  285. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/timer_scheduler.hpp +37 -0
  286. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/timer_scheduler_fwd.hpp +42 -0
  287. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/tss_ptr.hpp +69 -0
  288. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/type_traits.hpp +178 -0
  289. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/utility.hpp +83 -0
  290. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/wait_handler.hpp +90 -0
  291. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/wait_op.hpp +49 -0
  292. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/win_event.hpp +164 -0
  293. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/win_fd_set_adapter.hpp +149 -0
  294. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/win_global.hpp +71 -0
  295. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/win_iocp_file_service.hpp +287 -0
  296. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/win_iocp_handle_read_op.hpp +119 -0
  297. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/win_iocp_handle_service.hpp +431 -0
  298. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/win_iocp_handle_write_op.hpp +114 -0
  299. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/win_iocp_io_context.hpp +347 -0
  300. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/win_iocp_null_buffers_op.hpp +129 -0
  301. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/win_iocp_operation.hpp +96 -0
  302. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/win_iocp_overlapped_op.hpp +100 -0
  303. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/win_iocp_overlapped_ptr.hpp +171 -0
  304. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/win_iocp_serial_port_service.hpp +233 -0
  305. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/win_iocp_socket_accept_op.hpp +339 -0
  306. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/win_iocp_socket_connect_op.hpp +138 -0
  307. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/win_iocp_socket_recv_op.hpp +126 -0
  308. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/win_iocp_socket_recvfrom_op.hpp +135 -0
  309. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/win_iocp_socket_recvmsg_op.hpp +127 -0
  310. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/win_iocp_socket_send_op.hpp +120 -0
  311. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/win_iocp_socket_service.hpp +680 -0
  312. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/win_iocp_socket_service_base.hpp +829 -0
  313. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/win_iocp_thread_info.hpp +34 -0
  314. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/win_iocp_wait_op.hpp +130 -0
  315. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/win_mutex.hpp +78 -0
  316. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/win_object_handle_service.hpp +194 -0
  317. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/win_static_mutex.hpp +74 -0
  318. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/win_thread.hpp +147 -0
  319. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/win_tss_ptr.hpp +79 -0
  320. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/winapp_thread.hpp +124 -0
  321. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/wince_thread.hpp +124 -0
  322. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/winrt_async_manager.hpp +305 -0
  323. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/winrt_async_op.hpp +65 -0
  324. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/winrt_resolve_op.hpp +125 -0
  325. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/winrt_resolver_service.hpp +212 -0
  326. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/winrt_socket_connect_op.hpp +98 -0
  327. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/winrt_socket_recv_op.hpp +119 -0
  328. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/winrt_socket_send_op.hpp +110 -0
  329. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/winrt_ssocket_service.hpp +250 -0
  330. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/winrt_ssocket_service_base.hpp +362 -0
  331. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/winrt_timer_scheduler.hpp +147 -0
  332. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/winrt_utils.hpp +106 -0
  333. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/winsock_init.hpp +128 -0
  334. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/work_dispatcher.hpp +143 -0
  335. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/detail/wrapped_handler.hpp +217 -0
  336. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/dispatch.hpp +197 -0
  337. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/error.hpp +389 -0
  338. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/error_code.hpp +39 -0
  339. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/execution/allocator.hpp +278 -0
  340. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/execution/any_executor.hpp +1933 -0
  341. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/execution/bad_executor.hpp +46 -0
  342. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/execution/blocking.hpp +1360 -0
  343. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/execution/blocking_adaptation.hpp +1080 -0
  344. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/execution/context.hpp +191 -0
  345. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/execution/context_as.hpp +190 -0
  346. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/execution/executor.hpp +116 -0
  347. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/execution/impl/bad_executor.ipp +40 -0
  348. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/execution/invocable_archetype.hpp +43 -0
  349. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/execution/mapping.hpp +1002 -0
  350. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/execution/occupancy.hpp +184 -0
  351. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/execution/outstanding_work.hpp +753 -0
  352. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/execution/prefer_only.hpp +328 -0
  353. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/execution/relationship.hpp +751 -0
  354. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/execution.hpp +33 -0
  355. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/execution_context.hpp +388 -0
  356. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/executor.hpp +363 -0
  357. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/executor_work_guard.hpp +362 -0
  358. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/append.hpp +36 -0
  359. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/as_single.hpp +132 -0
  360. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/as_tuple.hpp +36 -0
  361. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/awaitable_operators.hpp +536 -0
  362. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/basic_channel.hpp +513 -0
  363. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/basic_concurrent_channel.hpp +513 -0
  364. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/cancellation_condition.hpp +152 -0
  365. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/channel.hpp +70 -0
  366. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/channel_error.hpp +82 -0
  367. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/channel_traits.hpp +301 -0
  368. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/co_composed.hpp +145 -0
  369. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/concurrent_channel.hpp +70 -0
  370. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/deferred.hpp +36 -0
  371. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/detail/channel_handler.hpp +77 -0
  372. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/detail/channel_message.hpp +129 -0
  373. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/detail/channel_operation.hpp +361 -0
  374. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/detail/channel_payload.hpp +222 -0
  375. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/detail/channel_receive_op.hpp +127 -0
  376. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/detail/channel_send_functions.hpp +192 -0
  377. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/detail/channel_send_op.hpp +148 -0
  378. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/detail/channel_service.hpp +677 -0
  379. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/detail/has_signature.hpp +54 -0
  380. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/detail/impl/channel_service.hpp +621 -0
  381. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/impl/as_single.hpp +176 -0
  382. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/impl/channel_error.ipp +61 -0
  383. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/impl/co_composed.hpp +1174 -0
  384. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/impl/parallel_group.hpp +788 -0
  385. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/parallel_group.hpp +457 -0
  386. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/prepend.hpp +36 -0
  387. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/file_base.hpp +166 -0
  388. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/generic/basic_endpoint.hpp +189 -0
  389. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/generic/datagram_protocol.hpp +123 -0
  390. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/generic/detail/endpoint.hpp +133 -0
  391. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/generic/detail/impl/endpoint.ipp +110 -0
  392. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/generic/raw_protocol.hpp +121 -0
  393. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/generic/seq_packet_protocol.hpp +122 -0
  394. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/generic/stream_protocol.hpp +127 -0
  395. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/handler_continuation_hook.hpp +54 -0
  396. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/high_resolution_timer.hpp +39 -0
  397. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/any_completion_executor.ipp +126 -0
  398. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/any_io_executor.ipp +134 -0
  399. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/append.hpp +162 -0
  400. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/as_tuple.hpp +245 -0
  401. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/awaitable.hpp +1196 -0
  402. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/buffered_read_stream.hpp +404 -0
  403. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/buffered_write_stream.hpp +384 -0
  404. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/cancellation_signal.ipp +96 -0
  405. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/co_spawn.hpp +449 -0
  406. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/connect.hpp +809 -0
  407. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/connect_pipe.hpp +73 -0
  408. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/connect_pipe.ipp +149 -0
  409. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/consign.hpp +137 -0
  410. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/deferred.hpp +147 -0
  411. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/detached.hpp +77 -0
  412. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/error.ipp +128 -0
  413. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/error_code.ipp +206 -0
  414. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/execution_context.hpp +77 -0
  415. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/execution_context.ipp +82 -0
  416. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/executor.hpp +317 -0
  417. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/executor.ipp +43 -0
  418. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/io_context.hpp +433 -0
  419. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/io_context.ipp +176 -0
  420. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/multiple_exceptions.ipp +45 -0
  421. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/prepend.hpp +163 -0
  422. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/read.hpp +1053 -0
  423. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/read_at.hpp +628 -0
  424. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/read_until.hpp +2941 -0
  425. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/redirect_error.hpp +250 -0
  426. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/serial_port_base.hpp +59 -0
  427. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/serial_port_base.ipp +554 -0
  428. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/spawn.hpp +1400 -0
  429. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/src.hpp +94 -0
  430. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/system_context.hpp +34 -0
  431. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/system_context.ipp +92 -0
  432. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/system_executor.hpp +179 -0
  433. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/thread_pool.hpp +277 -0
  434. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/thread_pool.ipp +142 -0
  435. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/use_awaitable.hpp +301 -0
  436. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/use_future.hpp +707 -0
  437. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/write.hpp +939 -0
  438. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/impl/write_at.hpp +551 -0
  439. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/io_context.hpp +1505 -0
  440. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/io_context_strand.hpp +396 -0
  441. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/io_service.hpp +33 -0
  442. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/io_service_strand.hpp +20 -0
  443. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/address.hpp +281 -0
  444. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/address_v4.hpp +421 -0
  445. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/address_v4_iterator.hpp +156 -0
  446. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/address_v4_range.hpp +128 -0
  447. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/address_v6.hpp +407 -0
  448. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/address_v6_iterator.hpp +178 -0
  449. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/address_v6_range.hpp +124 -0
  450. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/bad_address_cast.hpp +63 -0
  451. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/basic_endpoint.hpp +282 -0
  452. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/basic_resolver.hpp +1112 -0
  453. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/basic_resolver_entry.hpp +113 -0
  454. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/basic_resolver_iterator.hpp +188 -0
  455. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/basic_resolver_query.hpp +260 -0
  456. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/basic_resolver_results.hpp +307 -0
  457. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/detail/endpoint.hpp +141 -0
  458. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/detail/impl/endpoint.ipp +195 -0
  459. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/detail/socket_option.hpp +566 -0
  460. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/host_name.hpp +42 -0
  461. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/icmp.hpp +115 -0
  462. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/impl/address.hpp +67 -0
  463. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/impl/address.ipp +235 -0
  464. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/impl/address_v4.hpp +67 -0
  465. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/impl/address_v4.ipp +206 -0
  466. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/impl/address_v6.hpp +67 -0
  467. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/impl/address_v6.ipp +342 -0
  468. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/impl/basic_endpoint.hpp +43 -0
  469. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/impl/host_name.ipp +54 -0
  470. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/impl/network_v4.hpp +54 -0
  471. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/impl/network_v4.ipp +218 -0
  472. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/impl/network_v6.hpp +53 -0
  473. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/impl/network_v6.ipp +187 -0
  474. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/multicast.hpp +191 -0
  475. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/network_v4.hpp +257 -0
  476. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/network_v6.hpp +231 -0
  477. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/resolver_base.hpp +129 -0
  478. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/resolver_query_base.hpp +43 -0
  479. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/tcp.hpp +155 -0
  480. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/udp.hpp +111 -0
  481. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/unicast.hpp +70 -0
  482. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ip/v6_only.hpp +69 -0
  483. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/is_applicable_property.hpp +61 -0
  484. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/is_contiguous_iterator.hpp +45 -0
  485. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/is_executor.hpp +46 -0
  486. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/is_read_buffered.hpp +59 -0
  487. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/is_write_buffered.hpp +59 -0
  488. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/local/basic_endpoint.hpp +243 -0
  489. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/local/connect_pair.hpp +101 -0
  490. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/local/datagram_protocol.hpp +80 -0
  491. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/local/detail/endpoint.hpp +139 -0
  492. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/local/detail/impl/endpoint.ipp +131 -0
  493. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/local/seq_packet_protocol.hpp +84 -0
  494. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/local/stream_protocol.hpp +90 -0
  495. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/multiple_exceptions.hpp +52 -0
  496. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/packaged_task.hpp +66 -0
  497. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/placeholders.hpp +75 -0
  498. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/posix/basic_descriptor.hpp +773 -0
  499. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/posix/basic_stream_descriptor.hpp +559 -0
  500. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/posix/descriptor.hpp +37 -0
  501. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/posix/descriptor_base.hpp +90 -0
  502. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/posix/stream_descriptor.hpp +37 -0
  503. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/post.hpp +213 -0
  504. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/prefer.hpp +577 -0
  505. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/prepend.hpp +66 -0
  506. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/query.hpp +311 -0
  507. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/random_access_file.hpp +35 -0
  508. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/read.hpp +1448 -0
  509. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/read_at.hpp +778 -0
  510. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/read_until.hpp +3124 -0
  511. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/readable_pipe.hpp +35 -0
  512. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/recycling_allocator.hpp +138 -0
  513. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/redirect_error.hpp +64 -0
  514. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/registered_buffer.hpp +344 -0
  515. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/require.hpp +433 -0
  516. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/require_concept.hpp +343 -0
  517. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/serial_port.hpp +36 -0
  518. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/serial_port_base.hpp +167 -0
  519. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/signal_set.hpp +28 -0
  520. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/signal_set_base.hpp +171 -0
  521. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/socket_base.hpp +559 -0
  522. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/spawn.hpp +872 -0
  523. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ssl/context.hpp +762 -0
  524. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ssl/context_base.hpp +209 -0
  525. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ssl/detail/buffered_handshake_op.hpp +119 -0
  526. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ssl/detail/engine.hpp +169 -0
  527. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ssl/detail/handshake_op.hpp +67 -0
  528. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ssl/detail/impl/engine.ipp +377 -0
  529. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ssl/detail/impl/openssl_init.ipp +169 -0
  530. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ssl/detail/io.hpp +376 -0
  531. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ssl/detail/openssl_init.hpp +101 -0
  532. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ssl/detail/openssl_types.hpp +34 -0
  533. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ssl/detail/password_callback.hpp +66 -0
  534. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ssl/detail/read_op.hpp +72 -0
  535. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ssl/detail/shutdown_op.hpp +69 -0
  536. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ssl/detail/stream_core.hpp +217 -0
  537. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ssl/detail/verify_callback.hpp +62 -0
  538. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ssl/detail/write_op.hpp +76 -0
  539. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ssl/error.hpp +123 -0
  540. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ssl/host_name_verification.hpp +90 -0
  541. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ssl/impl/context.hpp +67 -0
  542. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ssl/impl/context.ipp +1319 -0
  543. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ssl/impl/error.ipp +124 -0
  544. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ssl/impl/host_name_verification.ipp +73 -0
  545. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ssl/impl/rfc2818_verification.ipp +164 -0
  546. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ssl/impl/src.hpp +29 -0
  547. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ssl/rfc2818_verification.hpp +98 -0
  548. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ssl/stream.hpp +1042 -0
  549. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ssl/stream_base.hpp +52 -0
  550. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ssl/verify_context.hpp +67 -0
  551. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ssl/verify_mode.hpp +63 -0
  552. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ssl.hpp +28 -0
  553. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/static_thread_pool.hpp +31 -0
  554. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/steady_timer.hpp +37 -0
  555. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/strand.hpp +557 -0
  556. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/stream_file.hpp +35 -0
  557. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/streambuf.hpp +33 -0
  558. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/system_context.hpp +90 -0
  559. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/system_error.hpp +31 -0
  560. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/system_executor.hpp +671 -0
  561. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/system_timer.hpp +37 -0
  562. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/this_coro.hpp +267 -0
  563. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/thread.hpp +92 -0
  564. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/thread_pool.hpp +963 -0
  565. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/time_traits.hpp +86 -0
  566. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/traits/equality_comparable.hpp +100 -0
  567. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/traits/execute_member.hpp +104 -0
  568. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/traits/prefer_free.hpp +104 -0
  569. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/traits/prefer_member.hpp +104 -0
  570. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/traits/query_free.hpp +104 -0
  571. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/traits/query_member.hpp +104 -0
  572. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/traits/query_static_constexpr_member.hpp +101 -0
  573. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/traits/require_concept_free.hpp +104 -0
  574. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/traits/require_concept_member.hpp +104 -0
  575. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/traits/require_free.hpp +104 -0
  576. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/traits/require_member.hpp +104 -0
  577. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/traits/static_query.hpp +102 -0
  578. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/traits/static_require.hpp +115 -0
  579. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/traits/static_require_concept.hpp +116 -0
  580. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ts/buffer.hpp +24 -0
  581. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ts/executor.hpp +35 -0
  582. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ts/internet.hpp +40 -0
  583. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ts/io_context.hpp +20 -0
  584. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ts/net.hpp +26 -0
  585. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ts/netfwd.hpp +236 -0
  586. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ts/socket.hpp +27 -0
  587. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/ts/timer.hpp +26 -0
  588. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/unyield.hpp +21 -0
  589. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/use_awaitable.hpp +161 -0
  590. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/use_future.hpp +159 -0
  591. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/uses_executor.hpp +67 -0
  592. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/version.hpp +23 -0
  593. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/wait_traits.hpp +56 -0
  594. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/windows/basic_object_handle.hpp +485 -0
  595. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/windows/basic_overlapped_handle.hpp +455 -0
  596. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/windows/basic_random_access_handle.hpp +567 -0
  597. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/windows/basic_stream_handle.hpp +551 -0
  598. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/windows/object_handle.hpp +38 -0
  599. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/windows/overlapped_handle.hpp +39 -0
  600. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/windows/overlapped_ptr.hpp +145 -0
  601. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/windows/random_access_handle.hpp +37 -0
  602. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/windows/stream_handle.hpp +37 -0
  603. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/writable_pipe.hpp +35 -0
  604. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/write.hpp +1414 -0
  605. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/write_at.hpp +789 -0
  606. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/yield.hpp +23 -0
  607. package/deps/couchbase-cxx-cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio.hpp +199 -0
  608. package/deps/couchbase-cxx-cache/fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/CMakeLists.txt +520 -0
  609. package/deps/couchbase-cxx-cache/fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/ChangeLog.md +2598 -0
  610. package/deps/couchbase-cxx-cache/fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/README.md +484 -0
  611. package/deps/couchbase-cxx-cache/fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/include/fmt/args.h +228 -0
  612. package/deps/couchbase-cxx-cache/fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/include/fmt/base.h +3061 -0
  613. package/deps/couchbase-cxx-cache/fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/include/fmt/chrono.h +2432 -0
  614. package/deps/couchbase-cxx-cache/fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/include/fmt/color.h +612 -0
  615. package/deps/couchbase-cxx-cache/fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/include/fmt/compile.h +529 -0
  616. package/deps/couchbase-cxx-cache/fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/include/fmt/core.h +5 -0
  617. package/deps/couchbase-cxx-cache/fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/include/fmt/format-inl.h +1904 -0
  618. package/deps/couchbase-cxx-cache/fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/include/fmt/format.h +4419 -0
  619. package/deps/couchbase-cxx-cache/fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/include/fmt/os.h +439 -0
  620. package/deps/couchbase-cxx-cache/fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/include/fmt/ostream.h +211 -0
  621. package/deps/couchbase-cxx-cache/fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/include/fmt/printf.h +656 -0
  622. package/deps/couchbase-cxx-cache/fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/include/fmt/ranges.h +882 -0
  623. package/deps/couchbase-cxx-cache/fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/include/fmt/std.h +699 -0
  624. package/deps/couchbase-cxx-cache/fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/include/fmt/xchar.h +322 -0
  625. package/deps/couchbase-cxx-cache/fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/src/fmt.cc +135 -0
  626. package/deps/couchbase-cxx-cache/fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/src/os.cc +403 -0
  627. package/deps/couchbase-cxx-cache/llhttp/c67596e14f24b689a867a26fa36e02bdba733b9b/llhttp/CMakeLists.txt +117 -0
  628. package/deps/couchbase-cxx-cache/llhttp/c67596e14f24b689a867a26fa36e02bdba733b9b/llhttp/README.md +501 -0
  629. package/deps/couchbase-cxx-cache/llhttp/c67596e14f24b689a867a26fa36e02bdba733b9b/llhttp/include/llhttp.h +903 -0
  630. package/deps/couchbase-cxx-cache/llhttp/c67596e14f24b689a867a26fa36e02bdba733b9b/llhttp/src/llhttp.c +10168 -0
  631. package/deps/couchbase-cxx-cache/snappy/585305c8dbb8f762f2c2e17f937f1cf3ac6cbc9c/snappy/CMakeLists.txt +438 -0
  632. package/deps/couchbase-cxx-cache/snappy/585305c8dbb8f762f2c2e17f937f1cf3ac6cbc9c/snappy/cmake/config.h.in +69 -0
  633. package/deps/couchbase-cxx-cache/snappy/585305c8dbb8f762f2c2e17f937f1cf3ac6cbc9c/snappy/snappy-internal.h +424 -0
  634. package/deps/couchbase-cxx-cache/snappy/585305c8dbb8f762f2c2e17f937f1cf3ac6cbc9c/snappy/snappy-stubs-internal.h +531 -0
  635. package/deps/couchbase-cxx-cache/snappy/585305c8dbb8f762f2c2e17f937f1cf3ac6cbc9c/snappy/snappy.cc +2645 -0
  636. package/deps/couchbase-cxx-cache/snappy/585305c8dbb8f762f2c2e17f937f1cf3ac6cbc9c/snappy/snappy.h +257 -0
  637. package/deps/couchbase-cxx-cache/spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/CMakeLists.txt +359 -0
  638. package/deps/couchbase-cxx-cache/spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/README.md +517 -0
  639. package/deps/couchbase-cxx-cache/spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/async_logger-inl.h +86 -0
  640. package/deps/couchbase-cxx-cache/spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/common.h +411 -0
  641. package/deps/couchbase-cxx-cache/spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/details/circular_q.h +115 -0
  642. package/deps/couchbase-cxx-cache/spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/details/file_helper-inl.h +152 -0
  643. package/deps/couchbase-cxx-cache/spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/details/os-inl.h +594 -0
  644. package/deps/couchbase-cxx-cache/spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/details/periodic_worker.h +58 -0
  645. package/deps/couchbase-cxx-cache/spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/details/registry-inl.h +261 -0
  646. package/deps/couchbase-cxx-cache/spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/details/registry.h +129 -0
  647. package/deps/couchbase-cxx-cache/spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/details/thread_pool-inl.h +132 -0
  648. package/deps/couchbase-cxx-cache/spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/details/thread_pool.h +128 -0
  649. package/deps/couchbase-cxx-cache/spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/fmt/fmt.h +30 -0
  650. package/deps/couchbase-cxx-cache/spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/mdc.h +46 -0
  651. package/deps/couchbase-cxx-cache/spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/pattern_formatter-inl.h +1324 -0
  652. package/deps/couchbase-cxx-cache/spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/sinks/qt_sinks.h +304 -0
  653. package/deps/couchbase-cxx-cache/spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/stopwatch.h +66 -0
  654. package/deps/couchbase-cxx-cache/spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/version.h +11 -0
  655. package/deps/couchbase-cxx-cache/spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/src/bundled_fmtlib_format.cpp +46 -0
  656. package/deps/couchbase-cxx-client/CMakeLists.txt +26 -3
  657. package/deps/couchbase-cxx-client/README.md +2 -2
  658. package/deps/couchbase-cxx-client/cmake/0001-fix-build-for-mingw-w64-ucrt-x86_64-toolchain.patch +4 -3
  659. package/deps/couchbase-cxx-client/cmake/CompilerWarnings.cmake +1 -0
  660. package/deps/couchbase-cxx-client/cmake/OpenSSL.cmake +15 -8
  661. package/deps/couchbase-cxx-client/cmake/StandardProjectSettings.cmake +1 -1
  662. package/deps/couchbase-cxx-client/cmake/StaticAnalyzers.cmake +28 -6
  663. package/deps/couchbase-cxx-client/cmake/Testing.cmake +27 -5
  664. package/deps/couchbase-cxx-client/cmake/ThirdPartyDependencies.cmake +14 -10
  665. package/deps/couchbase-cxx-client/cmake/VersionInfo.cmake +3 -3
  666. package/deps/couchbase-cxx-client/cmake/build_config.hxx.in +1 -0
  667. package/deps/couchbase-cxx-client/core/agent.cxx +148 -121
  668. package/deps/couchbase-cxx-client/core/agent.hxx +39 -36
  669. package/deps/couchbase-cxx-client/core/agent_config.cxx +2 -2
  670. package/deps/couchbase-cxx-client/core/agent_group.cxx +53 -32
  671. package/deps/couchbase-cxx-client/core/agent_group.hxx +8 -7
  672. package/deps/couchbase-cxx-client/core/agent_group_config.cxx +2 -2
  673. package/deps/couchbase-cxx-client/core/analytics_query_options.cxx +6 -0
  674. package/deps/couchbase-cxx-client/core/bucket.cxx +103 -57
  675. package/deps/couchbase-cxx-client/core/bucket.hxx +3 -2
  676. package/deps/couchbase-cxx-client/core/cluster.cxx +457 -48
  677. package/deps/couchbase-cxx-client/core/cluster.hxx +11 -0
  678. package/deps/couchbase-cxx-client/core/cluster_agent.cxx +36 -4
  679. package/deps/couchbase-cxx-client/core/cluster_agent.hxx +15 -1
  680. package/deps/couchbase-cxx-client/core/cluster_agent_config.cxx +2 -2
  681. package/deps/couchbase-cxx-client/core/cluster_options.cxx +5 -4
  682. package/deps/couchbase-cxx-client/core/cluster_options.hxx +3 -0
  683. package/deps/couchbase-cxx-client/core/collections_component.cxx +56 -32
  684. package/deps/couchbase-cxx-client/core/collections_component.hxx +2 -2
  685. package/deps/couchbase-cxx-client/core/columnar/agent.cxx +86 -0
  686. package/deps/couchbase-cxx-client/core/columnar/agent.hxx +56 -0
  687. package/deps/couchbase-cxx-client/core/columnar/agent_config.cxx +47 -0
  688. package/deps/couchbase-cxx-client/core/columnar/agent_config.hxx +57 -0
  689. package/deps/couchbase-cxx-client/core/columnar/background_bootstrap_listener.hxx +42 -0
  690. package/deps/couchbase-cxx-client/core/columnar/backoff_calculator.cxx +62 -0
  691. package/deps/couchbase-cxx-client/core/columnar/backoff_calculator.hxx +34 -0
  692. package/deps/couchbase-cxx-client/core/columnar/bootstrap_notification_subscriber.hxx +32 -0
  693. package/deps/couchbase-cxx-client/core/columnar/error.cxx +50 -0
  694. package/deps/couchbase-cxx-client/core/columnar/error.hxx +52 -0
  695. package/deps/couchbase-cxx-client/core/columnar/error_codes.cxx +68 -0
  696. package/deps/couchbase-cxx-client/core/columnar/error_codes.hxx +47 -0
  697. package/deps/couchbase-cxx-client/core/columnar/query_component.cxx +442 -0
  698. package/deps/couchbase-cxx-client/core/columnar/query_component.hxx +56 -0
  699. package/deps/couchbase-cxx-client/core/columnar/query_options.hxx +64 -0
  700. package/deps/couchbase-cxx-client/core/columnar/query_result.cxx +133 -0
  701. package/deps/couchbase-cxx-client/core/columnar/query_result.hxx +78 -0
  702. package/deps/couchbase-cxx-client/core/columnar/retry_info.hxx +31 -0
  703. package/deps/couchbase-cxx-client/core/columnar/security_options.hxx +34 -0
  704. package/deps/couchbase-cxx-client/core/config_profiles.cxx +6 -3
  705. package/deps/couchbase-cxx-client/core/core_sdk_shim.cxx +3 -1
  706. package/deps/couchbase-cxx-client/core/crud_component.cxx +50 -33
  707. package/deps/couchbase-cxx-client/core/crud_component.hxx +4 -4
  708. package/deps/couchbase-cxx-client/core/diagnostics.hxx +3 -3
  709. package/deps/couchbase-cxx-client/core/dispatcher.cxx +8 -0
  710. package/deps/couchbase-cxx-client/core/document_id.cxx +25 -13
  711. package/deps/couchbase-cxx-client/core/error_context/analytics_json.hxx +2 -2
  712. package/deps/couchbase-cxx-client/core/error_context/http_json.hxx +2 -3
  713. package/deps/couchbase-cxx-client/core/error_context/key_value.cxx +9 -0
  714. package/deps/couchbase-cxx-client/core/error_context/query_json.hxx +2 -2
  715. package/deps/couchbase-cxx-client/core/error_context/query_public_json.hxx +1 -0
  716. package/deps/couchbase-cxx-client/core/error_context/search_json.hxx +2 -2
  717. package/deps/couchbase-cxx-client/core/error_context/subdocument_json.hxx +2 -3
  718. package/deps/couchbase-cxx-client/core/free_form_http_request.cxx +59 -19
  719. package/deps/couchbase-cxx-client/core/free_form_http_request.hxx +32 -17
  720. package/deps/couchbase-cxx-client/core/http_component.cxx +404 -0
  721. package/deps/couchbase-cxx-client/core/http_component.hxx +57 -0
  722. package/deps/couchbase-cxx-client/core/impl/analytics.cxx +19 -10
  723. package/deps/couchbase-cxx-client/core/impl/analytics_error_category.cxx +1 -0
  724. package/deps/couchbase-cxx-client/core/impl/analytics_index_manager.cxx +75 -51
  725. package/deps/couchbase-cxx-client/core/impl/best_effort_retry_strategy.cxx +13 -7
  726. package/deps/couchbase-cxx-client/core/impl/binary_collection.cxx +73 -54
  727. package/deps/couchbase-cxx-client/core/impl/boolean_field_query.cxx +3 -1
  728. package/deps/couchbase-cxx-client/core/impl/boolean_query.cxx +4 -2
  729. package/deps/couchbase-cxx-client/core/impl/bootstrap_error.hxx +34 -0
  730. package/deps/couchbase-cxx-client/core/impl/bucket.cxx +11 -1
  731. package/deps/couchbase-cxx-client/core/impl/bucket_manager.cxx +21 -22
  732. package/deps/couchbase-cxx-client/core/impl/cluster.cxx +42 -5
  733. package/deps/couchbase-cxx-client/core/impl/collection.cxx +62 -14
  734. package/deps/couchbase-cxx-client/core/impl/collection_manager.cxx +16 -1
  735. package/deps/couchbase-cxx-client/core/impl/common_error_category.cxx +1 -0
  736. package/deps/couchbase-cxx-client/core/impl/configuration_profiles_registry.cxx +11 -4
  737. package/deps/couchbase-cxx-client/core/impl/conjunction_query.cxx +2 -1
  738. package/deps/couchbase-cxx-client/core/impl/date_range.cxx +7 -0
  739. package/deps/couchbase-cxx-client/core/impl/date_range_facet.cxx +2 -0
  740. package/deps/couchbase-cxx-client/core/impl/date_range_facet_result.cxx +9 -1
  741. package/deps/couchbase-cxx-client/core/impl/date_range_query.cxx +7 -2
  742. package/deps/couchbase-cxx-client/core/impl/diagnostics.cxx +14 -10
  743. package/deps/couchbase-cxx-client/core/impl/disjunction_query.cxx +4 -2
  744. package/deps/couchbase-cxx-client/core/impl/dns_srv_tracker.cxx +22 -8
  745. package/deps/couchbase-cxx-client/core/impl/dns_srv_tracker.hxx +3 -3
  746. package/deps/couchbase-cxx-client/core/impl/doc_id_query.cxx +2 -1
  747. package/deps/couchbase-cxx-client/core/impl/encoded_search_query.hxx +2 -1
  748. package/deps/couchbase-cxx-client/core/impl/error.cxx +20 -5
  749. package/deps/couchbase-cxx-client/core/impl/error_context.cxx +1 -0
  750. package/deps/couchbase-cxx-client/core/impl/expiry.cxx +14 -6
  751. package/deps/couchbase-cxx-client/core/impl/fail_fast_retry_strategy.cxx +7 -0
  752. package/deps/couchbase-cxx-client/core/impl/field_level_encryption_error_category.cxx +1 -0
  753. package/deps/couchbase-cxx-client/core/impl/geo_bounding_box_query.cxx +1 -0
  754. package/deps/couchbase-cxx-client/core/impl/geo_distance_query.cxx +1 -0
  755. package/deps/couchbase-cxx-client/core/impl/geo_polygon_query.cxx +1 -0
  756. package/deps/couchbase-cxx-client/core/impl/get_replica.cxx +6 -2
  757. package/deps/couchbase-cxx-client/core/impl/get_replica.hxx +1 -1
  758. package/deps/couchbase-cxx-client/core/impl/internal_date_range_facet_result.cxx +11 -1
  759. package/deps/couchbase-cxx-client/core/impl/internal_error_context.cxx +2 -2
  760. package/deps/couchbase-cxx-client/core/impl/internal_error_context.hxx +3 -2
  761. package/deps/couchbase-cxx-client/core/impl/internal_numeric_range_facet_result.cxx +11 -1
  762. package/deps/couchbase-cxx-client/core/impl/internal_scan_result.hxx +6 -0
  763. package/deps/couchbase-cxx-client/core/impl/internal_search_error_context.cxx +11 -0
  764. package/deps/couchbase-cxx-client/core/impl/internal_search_meta_data.cxx +10 -1
  765. package/deps/couchbase-cxx-client/core/impl/internal_search_result.cxx +19 -7
  766. package/deps/couchbase-cxx-client/core/impl/internal_search_row.cxx +6 -0
  767. package/deps/couchbase-cxx-client/core/impl/internal_search_row.hxx +2 -0
  768. package/deps/couchbase-cxx-client/core/impl/internal_term_facet_result.cxx +4 -1
  769. package/deps/couchbase-cxx-client/core/impl/observe_poll.cxx +12 -12
  770. package/deps/couchbase-cxx-client/core/impl/observe_poll.hxx +1 -1
  771. package/deps/couchbase-cxx-client/core/impl/observe_seqno.cxx +1 -1
  772. package/deps/couchbase-cxx-client/core/impl/observe_seqno.hxx +4 -4
  773. package/deps/couchbase-cxx-client/core/impl/query.cxx +22 -18
  774. package/deps/couchbase-cxx-client/core/impl/query_index_manager.cxx +38 -33
  775. package/deps/couchbase-cxx-client/core/impl/replica_utils.cxx +1 -1
  776. package/deps/couchbase-cxx-client/core/impl/scan_result.cxx +1 -1
  777. package/deps/couchbase-cxx-client/core/impl/scope.cxx +8 -6
  778. package/deps/couchbase-cxx-client/core/impl/search.cxx +14 -16
  779. package/deps/couchbase-cxx-client/core/impl/search_meta_data.cxx +7 -0
  780. package/deps/couchbase-cxx-client/core/impl/search_request.cxx +1 -1
  781. package/deps/couchbase-cxx-client/core/impl/search_row.cxx +5 -0
  782. package/deps/couchbase-cxx-client/core/impl/search_row_locations.cxx +6 -0
  783. package/deps/couchbase-cxx-client/core/impl/subdoc/join_values.cxx +2 -2
  784. package/deps/couchbase-cxx-client/core/impl/subdoc/lookup_in_macro.cxx +15 -12
  785. package/deps/couchbase-cxx-client/core/impl/subdoc/lookup_in_specs.cxx +1 -1
  786. package/deps/couchbase-cxx-client/core/impl/subdoc/mutate_in_macro.cxx +3 -3
  787. package/deps/couchbase-cxx-client/core/impl/subdoc/mutate_in_specs.cxx +1 -1
  788. package/deps/couchbase-cxx-client/core/impl/transaction_get_result.cxx +9 -3
  789. package/deps/couchbase-cxx-client/core/impl/vector_query.cxx +1 -1
  790. package/deps/couchbase-cxx-client/core/io/config_tracker.cxx +685 -0
  791. package/deps/couchbase-cxx-client/core/io/config_tracker.hxx +122 -0
  792. package/deps/couchbase-cxx-client/core/io/dns_client.cxx +12 -5
  793. package/deps/couchbase-cxx-client/core/io/dns_config.cxx +5 -3
  794. package/deps/couchbase-cxx-client/core/io/http_command.hxx +67 -10
  795. package/deps/couchbase-cxx-client/core/io/http_message.hxx +4 -1
  796. package/deps/couchbase-cxx-client/core/io/http_session.cxx +792 -0
  797. package/deps/couchbase-cxx-client/core/io/http_session.hxx +82 -547
  798. package/deps/couchbase-cxx-client/core/io/http_session_manager.hxx +385 -19
  799. package/deps/couchbase-cxx-client/core/io/http_streaming_parser.cxx +166 -0
  800. package/deps/couchbase-cxx-client/core/io/http_streaming_parser.hxx +62 -0
  801. package/deps/couchbase-cxx-client/core/io/http_streaming_response.cxx +226 -0
  802. package/deps/couchbase-cxx-client/core/io/http_streaming_response.hxx +73 -0
  803. package/deps/couchbase-cxx-client/core/io/mcbp_message.hxx +1 -1
  804. package/deps/couchbase-cxx-client/core/io/mcbp_parser.cxx +5 -5
  805. package/deps/couchbase-cxx-client/core/io/mcbp_session.cxx +361 -153
  806. package/deps/couchbase-cxx-client/core/io/mcbp_session.hxx +21 -5
  807. package/deps/couchbase-cxx-client/core/io/streams.hxx +31 -25
  808. package/deps/couchbase-cxx-client/core/logger/logger.cxx +28 -18
  809. package/deps/couchbase-cxx-client/core/logger/logger.hxx +1 -1
  810. package/deps/couchbase-cxx-client/core/management/search_index.cxx +6 -7
  811. package/deps/couchbase-cxx-client/core/mcbp/buffer_writer.cxx +1 -1
  812. package/deps/couchbase-cxx-client/core/mcbp/codec.cxx +25 -23
  813. package/deps/couchbase-cxx-client/core/mcbp/codec.hxx +5 -4
  814. package/deps/couchbase-cxx-client/core/mcbp/operation_queue.cxx +12 -10
  815. package/deps/couchbase-cxx-client/core/mcbp/operation_queue.hxx +4 -4
  816. package/deps/couchbase-cxx-client/core/mcbp/packet.cxx +2 -0
  817. package/deps/couchbase-cxx-client/core/mcbp/queue_request.cxx +10 -7
  818. package/deps/couchbase-cxx-client/core/meta/CMakeLists.txt +3 -1
  819. package/deps/couchbase-cxx-client/core/meta/version.cxx +7 -0
  820. package/deps/couchbase-cxx-client/core/metrics/CMakeLists.txt +3 -1
  821. package/deps/couchbase-cxx-client/core/metrics/logging_meter.cxx +2 -2
  822. package/deps/couchbase-cxx-client/core/mozilla_ca_bundle.hxx +2 -1
  823. package/deps/couchbase-cxx-client/core/operations/document_analytics.cxx +3 -1
  824. package/deps/couchbase-cxx-client/core/operations/document_get_projected.cxx +16 -12
  825. package/deps/couchbase-cxx-client/core/operations/document_lookup_in_any_replica.hxx +0 -11
  826. package/deps/couchbase-cxx-client/core/operations/document_query.cxx +12 -3
  827. package/deps/couchbase-cxx-client/core/operations/document_view.cxx +2 -0
  828. package/deps/couchbase-cxx-client/core/operations/http_noop.hxx +1 -1
  829. package/deps/couchbase-cxx-client/core/operations/management/analytics_dataset_create.cxx +9 -5
  830. package/deps/couchbase-cxx-client/core/operations/management/analytics_dataset_drop.cxx +9 -5
  831. package/deps/couchbase-cxx-client/core/operations/management/analytics_dataset_get_all.cxx +8 -5
  832. package/deps/couchbase-cxx-client/core/operations/management/analytics_dataverse_create.cxx +9 -5
  833. package/deps/couchbase-cxx-client/core/operations/management/analytics_dataverse_drop.cxx +9 -5
  834. package/deps/couchbase-cxx-client/core/operations/management/analytics_get_pending_mutations.cxx +6 -3
  835. package/deps/couchbase-cxx-client/core/operations/management/analytics_index_create.cxx +10 -5
  836. package/deps/couchbase-cxx-client/core/operations/management/analytics_index_drop.cxx +9 -5
  837. package/deps/couchbase-cxx-client/core/operations/management/analytics_index_get_all.cxx +8 -5
  838. package/deps/couchbase-cxx-client/core/operations/management/analytics_link_connect.cxx +9 -5
  839. package/deps/couchbase-cxx-client/core/operations/management/analytics_link_create.cxx +9 -7
  840. package/deps/couchbase-cxx-client/core/operations/management/analytics_link_disconnect.cxx +9 -5
  841. package/deps/couchbase-cxx-client/core/operations/management/analytics_link_drop.cxx +9 -5
  842. package/deps/couchbase-cxx-client/core/operations/management/analytics_link_get_all.cxx +8 -4
  843. package/deps/couchbase-cxx-client/core/operations/management/analytics_link_replace.cxx +9 -7
  844. package/deps/couchbase-cxx-client/core/operations/management/bucket_create.cxx +7 -3
  845. package/deps/couchbase-cxx-client/core/operations/management/bucket_describe.cxx +16 -13
  846. package/deps/couchbase-cxx-client/core/operations/management/bucket_drop.cxx +6 -5
  847. package/deps/couchbase-cxx-client/core/operations/management/bucket_flush.cxx +6 -5
  848. package/deps/couchbase-cxx-client/core/operations/management/bucket_get.cxx +6 -4
  849. package/deps/couchbase-cxx-client/core/operations/management/bucket_get_all.cxx +7 -3
  850. package/deps/couchbase-cxx-client/core/operations/management/bucket_update.cxx +7 -3
  851. package/deps/couchbase-cxx-client/core/operations/management/change_password.cxx +5 -3
  852. package/deps/couchbase-cxx-client/core/operations/management/cluster_describe.cxx +6 -3
  853. package/deps/couchbase-cxx-client/core/operations/management/cluster_developer_preview_enable.cxx +4 -2
  854. package/deps/couchbase-cxx-client/core/operations/management/collection_create.cxx +10 -7
  855. package/deps/couchbase-cxx-client/core/operations/management/collection_drop.cxx +10 -7
  856. package/deps/couchbase-cxx-client/core/operations/management/collection_update.cxx +8 -5
  857. package/deps/couchbase-cxx-client/core/operations/management/collections_manifest_get.cxx +4 -3
  858. package/deps/couchbase-cxx-client/core/operations/management/error_utils.cxx +21 -12
  859. package/deps/couchbase-cxx-client/core/operations/management/eventing_deploy_function.cxx +5 -3
  860. package/deps/couchbase-cxx-client/core/operations/management/eventing_drop_function.cxx +5 -3
  861. package/deps/couchbase-cxx-client/core/operations/management/eventing_get_all_functions.cxx +6 -3
  862. package/deps/couchbase-cxx-client/core/operations/management/eventing_get_function.cxx +5 -3
  863. package/deps/couchbase-cxx-client/core/operations/management/eventing_get_status.cxx +6 -3
  864. package/deps/couchbase-cxx-client/core/operations/management/eventing_pause_function.cxx +5 -3
  865. package/deps/couchbase-cxx-client/core/operations/management/eventing_resume_function.cxx +5 -3
  866. package/deps/couchbase-cxx-client/core/operations/management/eventing_undeploy_function.cxx +5 -3
  867. package/deps/couchbase-cxx-client/core/operations/management/eventing_upsert_function.cxx +18 -13
  868. package/deps/couchbase-cxx-client/core/operations/management/freeform.cxx +5 -4
  869. package/deps/couchbase-cxx-client/core/operations/management/freeform.hxx +1 -1
  870. package/deps/couchbase-cxx-client/core/operations/management/group_drop.cxx +5 -4
  871. package/deps/couchbase-cxx-client/core/operations/management/group_get.cxx +6 -4
  872. package/deps/couchbase-cxx-client/core/operations/management/group_get_all.cxx +7 -3
  873. package/deps/couchbase-cxx-client/core/operations/management/group_upsert.cxx +9 -6
  874. package/deps/couchbase-cxx-client/core/operations/management/query_index_build.cxx +8 -5
  875. package/deps/couchbase-cxx-client/core/operations/management/query_index_create.cxx +6 -3
  876. package/deps/couchbase-cxx-client/core/operations/management/query_index_drop.cxx +7 -3
  877. package/deps/couchbase-cxx-client/core/operations/management/query_index_get_all.cxx +14 -7
  878. package/deps/couchbase-cxx-client/core/operations/management/query_index_get_all_deferred.cxx +11 -6
  879. package/deps/couchbase-cxx-client/core/operations/management/role_get_all.cxx +8 -5
  880. package/deps/couchbase-cxx-client/core/operations/management/scope_create.cxx +8 -6
  881. package/deps/couchbase-cxx-client/core/operations/management/scope_drop.cxx +9 -7
  882. package/deps/couchbase-cxx-client/core/operations/management/scope_get_all.cxx +6 -3
  883. package/deps/couchbase-cxx-client/core/operations/management/search_get_stats.cxx +4 -3
  884. package/deps/couchbase-cxx-client/core/operations/management/search_index_analyze_document.cxx +5 -2
  885. package/deps/couchbase-cxx-client/core/operations/management/search_index_control_ingest.cxx +5 -3
  886. package/deps/couchbase-cxx-client/core/operations/management/search_index_control_plan_freeze.cxx +5 -2
  887. package/deps/couchbase-cxx-client/core/operations/management/search_index_control_query.cxx +5 -3
  888. package/deps/couchbase-cxx-client/core/operations/management/search_index_drop.cxx +5 -3
  889. package/deps/couchbase-cxx-client/core/operations/management/search_index_get.cxx +5 -3
  890. package/deps/couchbase-cxx-client/core/operations/management/search_index_get_all.cxx +5 -3
  891. package/deps/couchbase-cxx-client/core/operations/management/search_index_get_documents_count.cxx +7 -2
  892. package/deps/couchbase-cxx-client/core/operations/management/search_index_get_stats.cxx +7 -3
  893. package/deps/couchbase-cxx-client/core/operations/management/search_index_upsert.cxx +5 -3
  894. package/deps/couchbase-cxx-client/core/operations/management/user_drop.cxx +5 -4
  895. package/deps/couchbase-cxx-client/core/operations/management/user_get.cxx +7 -4
  896. package/deps/couchbase-cxx-client/core/operations/management/user_get_all.cxx +8 -5
  897. package/deps/couchbase-cxx-client/core/operations/management/user_upsert.cxx +10 -7
  898. package/deps/couchbase-cxx-client/core/operations/management/view_index_drop.cxx +6 -3
  899. package/deps/couchbase-cxx-client/core/operations/management/view_index_get.cxx +6 -3
  900. package/deps/couchbase-cxx-client/core/operations/management/view_index_get_all.cxx +5 -3
  901. package/deps/couchbase-cxx-client/core/operations/management/view_index_upsert.cxx +5 -3
  902. package/deps/couchbase-cxx-client/core/origin.cxx +33 -28
  903. package/deps/couchbase-cxx-client/core/origin.hxx +1 -1
  904. package/deps/couchbase-cxx-client/core/pending_operation_connection_info.hxx +32 -0
  905. package/deps/couchbase-cxx-client/core/platform/base64.cc +6 -3
  906. package/deps/couchbase-cxx-client/core/platform/dirutils.cc +7 -4
  907. package/deps/couchbase-cxx-client/core/platform/random.cc +10 -8
  908. package/deps/couchbase-cxx-client/core/platform/random.h +1 -1
  909. package/deps/couchbase-cxx-client/core/platform/string_hex.cc +7 -2
  910. package/deps/couchbase-cxx-client/core/platform/terminate_handler.cc +2 -1
  911. package/deps/couchbase-cxx-client/core/platform/uuid.cc +8 -3
  912. package/deps/couchbase-cxx-client/core/protocol/client_request.cxx +1 -1
  913. package/deps/couchbase-cxx-client/core/protocol/client_request.hxx +1 -3
  914. package/deps/couchbase-cxx-client/core/protocol/client_response.cxx +1 -0
  915. package/deps/couchbase-cxx-client/core/protocol/cmd_cluster_map_change_notification.cxx +5 -3
  916. package/deps/couchbase-cxx-client/core/protocol/cmd_get_and_lock.hxx +1 -1
  917. package/deps/couchbase-cxx-client/core/protocol/cmd_get_and_touch.hxx +1 -1
  918. package/deps/couchbase-cxx-client/core/protocol/cmd_get_cluster_config.cxx +2 -1
  919. package/deps/couchbase-cxx-client/core/protocol/cmd_get_cluster_config.hxx +2 -2
  920. package/deps/couchbase-cxx-client/core/protocol/cmd_get_collections_manifest.cxx +2 -1
  921. package/deps/couchbase-cxx-client/core/protocol/cmd_get_error_map.cxx +2 -1
  922. package/deps/couchbase-cxx-client/core/protocol/cmd_hello.cxx +5 -5
  923. package/deps/couchbase-cxx-client/core/protocol/cmd_mutate_in.cxx +2 -2
  924. package/deps/couchbase-cxx-client/core/protocol/cmd_observe_seqno.cxx +3 -2
  925. package/deps/couchbase-cxx-client/core/protocol/cmd_observe_seqno.hxx +1 -1
  926. package/deps/couchbase-cxx-client/core/protocol/status.cxx +0 -1
  927. package/deps/couchbase-cxx-client/core/range_scan_load_balancer.cxx +10 -9
  928. package/deps/couchbase-cxx-client/core/range_scan_load_balancer.hxx +3 -4
  929. package/deps/couchbase-cxx-client/core/range_scan_orchestrator.cxx +44 -27
  930. package/deps/couchbase-cxx-client/core/retry_orchestrator.cxx +1 -1
  931. package/deps/couchbase-cxx-client/core/retry_orchestrator.hxx +1 -1
  932. package/deps/couchbase-cxx-client/core/row_streamer.cxx +239 -0
  933. package/deps/couchbase-cxx-client/core/row_streamer.hxx +68 -0
  934. package/deps/couchbase-cxx-client/core/scan_result.cxx +4 -4
  935. package/deps/couchbase-cxx-client/core/scan_result.hxx +1 -1
  936. package/deps/couchbase-cxx-client/core/timeout_defaults.hxx +1 -0
  937. package/deps/couchbase-cxx-client/core/topology/collections_manifest.hxx +3 -3
  938. package/deps/couchbase-cxx-client/core/topology/configuration_json.hxx +2 -2
  939. package/deps/couchbase-cxx-client/core/tracing/CMakeLists.txt +3 -1
  940. package/deps/couchbase-cxx-client/core/transactions/active_transaction_record.cxx +31 -32
  941. package/deps/couchbase-cxx-client/core/transactions/async_attempt_context.hxx +3 -3
  942. package/deps/couchbase-cxx-client/core/transactions/atr_cleanup_entry.cxx +68 -56
  943. package/deps/couchbase-cxx-client/core/transactions/atr_ids.cxx +3 -2
  944. package/deps/couchbase-cxx-client/core/transactions/attempt_context_impl.cxx +498 -395
  945. package/deps/couchbase-cxx-client/core/transactions/attempt_context_impl.hxx +38 -65
  946. package/deps/couchbase-cxx-client/core/transactions/attempt_context_testing_hooks.cxx +3 -0
  947. package/deps/couchbase-cxx-client/core/transactions/binary.cxx +1 -1
  948. package/deps/couchbase-cxx-client/core/transactions/cleanup_testing_hooks.cxx +2 -1
  949. package/deps/couchbase-cxx-client/core/transactions/document_metadata.hxx +4 -4
  950. package/deps/couchbase-cxx-client/core/transactions/exceptions.cxx +11 -12
  951. package/deps/couchbase-cxx-client/core/transactions/forward_compat.cxx +40 -29
  952. package/deps/couchbase-cxx-client/core/transactions/internal/atr_cleanup_entry.hxx +12 -11
  953. package/deps/couchbase-cxx-client/core/transactions/internal/doc_record.cxx +7 -7
  954. package/deps/couchbase-cxx-client/core/transactions/internal/transaction_context.hxx +46 -96
  955. package/deps/couchbase-cxx-client/core/transactions/internal/transactions_cleanup.hxx +34 -33
  956. package/deps/couchbase-cxx-client/core/transactions/internal/utils.hxx +3 -2
  957. package/deps/couchbase-cxx-client/core/transactions/result.cxx +1 -1
  958. package/deps/couchbase-cxx-client/core/transactions/staged_mutation.cxx +104 -96
  959. package/deps/couchbase-cxx-client/core/transactions/staged_mutation.hxx +28 -26
  960. package/deps/couchbase-cxx-client/core/transactions/transaction_context.cxx +118 -8
  961. package/deps/couchbase-cxx-client/core/transactions/transaction_get_result.cxx +5 -1
  962. package/deps/couchbase-cxx-client/core/transactions/transaction_get_result.hxx +9 -17
  963. package/deps/couchbase-cxx-client/core/transactions/transaction_keyspace.cxx +1 -1
  964. package/deps/couchbase-cxx-client/core/transactions/transaction_links.cxx +87 -2
  965. package/deps/couchbase-cxx-client/core/transactions/transaction_links.hxx +6 -65
  966. package/deps/couchbase-cxx-client/core/transactions/transaction_options.cxx +3 -2
  967. package/deps/couchbase-cxx-client/core/transactions/transactions.cxx +10 -7
  968. package/deps/couchbase-cxx-client/core/transactions/transactions_cleanup.cxx +59 -68
  969. package/deps/couchbase-cxx-client/core/transactions/transactions_config.cxx +1 -3
  970. package/deps/couchbase-cxx-client/core/transactions/uid_generator.cxx +3 -1
  971. package/deps/couchbase-cxx-client/core/transactions/utils.cxx +14 -14
  972. package/deps/couchbase-cxx-client/core/transactions.hxx +3 -4
  973. package/deps/couchbase-cxx-client/core/utils/connection_string.cxx +14 -2
  974. package/deps/couchbase-cxx-client/core/utils/duration_parser.cxx +11 -9
  975. package/deps/couchbase-cxx-client/core/utils/json.cxx +14 -4
  976. package/deps/couchbase-cxx-client/core/utils/json.hxx +1 -1
  977. package/deps/couchbase-cxx-client/core/utils/json_streaming_lexer.cxx +44 -9
  978. package/deps/couchbase-cxx-client/core/utils/json_streaming_lexer.hxx +4 -0
  979. package/deps/couchbase-cxx-client/core/utils/url_codec.cxx +7 -4
  980. package/deps/couchbase-cxx-client/couchbase/analytics_index_manager.hxx +24 -24
  981. package/deps/couchbase-cxx-client/couchbase/bucket_manager.hxx +1 -0
  982. package/deps/couchbase-cxx-client/couchbase/create_bucket_options.hxx +1 -0
  983. package/deps/couchbase-cxx-client/couchbase/date_range_facet_result.hxx +1 -0
  984. package/deps/couchbase-cxx-client/couchbase/drop_bucket_options.hxx +3 -3
  985. package/deps/couchbase-cxx-client/couchbase/expiry.hxx +2 -2
  986. package/deps/couchbase-cxx-client/couchbase/flush_bucket_options.hxx +2 -4
  987. package/deps/couchbase-cxx-client/couchbase/get_all_buckets_options.hxx +2 -3
  988. package/deps/couchbase-cxx-client/couchbase/get_bucket_options.hxx +2 -3
  989. package/deps/couchbase-cxx-client/couchbase/match_query.hxx +1 -1
  990. package/deps/couchbase-cxx-client/couchbase/query_index_manager.hxx +14 -14
  991. package/deps/couchbase-cxx-client/couchbase/query_result.hxx +0 -3
  992. package/deps/couchbase-cxx-client/couchbase/search_meta_data.hxx +3 -0
  993. package/deps/couchbase-cxx-client/couchbase/search_row.hxx +3 -0
  994. package/deps/couchbase-cxx-client/couchbase/search_row_location.hxx +2 -1
  995. package/deps/couchbase-cxx-client/couchbase/search_row_locations.hxx +4 -0
  996. package/deps/couchbase-cxx-client/couchbase/search_sort_field.hxx +2 -2
  997. package/deps/couchbase-cxx-client/couchbase/subdoc/lookup_in_macro.hxx +1 -1
  998. package/deps/couchbase-cxx-client/couchbase/term_query.hxx +1 -1
  999. package/deps/couchbase-cxx-client/couchbase/transactions/transaction_keyspace.hxx +1 -1
  1000. package/deps/couchbase-cxx-client/couchbase/update_bucket_options.hxx +3 -3
  1001. package/deps/couchbase-cxx-client/couchbase-sdk-cxx-black-duck-manifest.yaml +5 -5
  1002. package/package.json +8 -8
  1003. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/any_completion_executor.hpp +0 -336
  1004. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/any_completion_handler.hpp +0 -812
  1005. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/any_io_executor.hpp +0 -351
  1006. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/append.hpp +0 -65
  1007. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/as_tuple.hpp +0 -126
  1008. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/associated_allocator.hpp +0 -214
  1009. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/associated_cancellation_slot.hpp +0 -221
  1010. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/associated_executor.hpp +0 -235
  1011. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/associated_immediate_executor.hpp +0 -280
  1012. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/associator.hpp +0 -35
  1013. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/async_result.hpp +0 -893
  1014. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/awaitable.hpp +0 -142
  1015. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_datagram_socket.hpp +0 -1362
  1016. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_deadline_timer.hpp +0 -710
  1017. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_file.hpp +0 -824
  1018. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_io_object.hpp +0 -286
  1019. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_random_access_file.hpp +0 -689
  1020. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_raw_socket.hpp +0 -1356
  1021. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_readable_pipe.hpp +0 -626
  1022. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_seq_packet_socket.hpp +0 -823
  1023. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_serial_port.hpp +0 -987
  1024. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_signal_set.hpp +0 -648
  1025. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_socket.hpp +0 -1936
  1026. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_socket_acceptor.hpp +0 -2708
  1027. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_socket_iostream.hpp +0 -331
  1028. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_socket_streambuf.hpp +0 -642
  1029. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_stream_file.hpp +0 -744
  1030. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_stream_socket.hpp +0 -1163
  1031. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_streambuf.hpp +0 -450
  1032. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_streambuf_fwd.hpp +0 -36
  1033. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_waitable_timer.hpp +0 -824
  1034. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/basic_writable_pipe.hpp +0 -622
  1035. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/bind_allocator.hpp +0 -524
  1036. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/bind_cancellation_slot.hpp +0 -536
  1037. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/bind_executor.hpp +0 -576
  1038. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/bind_immediate_executor.hpp +0 -543
  1039. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/buffer.hpp +0 -2751
  1040. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/buffer_registration.hpp +0 -318
  1041. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/buffered_read_stream.hpp +0 -273
  1042. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/buffered_read_stream_fwd.hpp +0 -25
  1043. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/buffered_stream.hpp +0 -292
  1044. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/buffered_stream_fwd.hpp +0 -25
  1045. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/buffered_write_stream.hpp +0 -265
  1046. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/buffered_write_stream_fwd.hpp +0 -25
  1047. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/buffers_iterator.hpp +0 -521
  1048. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/cancellation_signal.hpp +0 -245
  1049. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/cancellation_state.hpp +0 -235
  1050. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/cancellation_type.hpp +0 -157
  1051. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/co_spawn.hpp +0 -523
  1052. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/completion_condition.hpp +0 -218
  1053. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/compose.hpp +0 -319
  1054. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/connect.hpp +0 -1180
  1055. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/connect_pipe.hpp +0 -83
  1056. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/consign.hpp +0 -75
  1057. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/coroutine.hpp +0 -328
  1058. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/deadline_timer.hpp +0 -38
  1059. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/defer.hpp +0 -218
  1060. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/deferred.hpp +0 -715
  1061. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detached.hpp +0 -105
  1062. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/array.hpp +0 -30
  1063. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/array_fwd.hpp +0 -32
  1064. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/assert.hpp +0 -32
  1065. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/atomic_count.hpp +0 -59
  1066. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/base_from_cancellation_state.hpp +0 -164
  1067. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/base_from_completion_cond.hpp +0 -69
  1068. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/bind_handler.hpp +0 -711
  1069. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/blocking_executor_op.hpp +0 -107
  1070. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/buffer_resize_guard.hpp +0 -66
  1071. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/buffer_sequence_adapter.hpp +0 -837
  1072. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/buffered_stream_storage.hpp +0 -126
  1073. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/call_stack.hpp +0 -125
  1074. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/chrono.hpp +0 -45
  1075. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/chrono_time_traits.hpp +0 -190
  1076. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/completion_handler.hpp +0 -88
  1077. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/composed_work.hpp +0 -252
  1078. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/concurrency_hint.hpp +0 -94
  1079. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/conditionally_enabled_event.hpp +0 -120
  1080. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/conditionally_enabled_mutex.hpp +0 -149
  1081. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/config.hpp +0 -1422
  1082. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/consuming_buffers.hpp +0 -443
  1083. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/cstddef.hpp +0 -27
  1084. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/cstdint.hpp +0 -40
  1085. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/date_time_fwd.hpp +0 -34
  1086. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/deadline_timer_service.hpp +0 -335
  1087. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/dependent_type.hpp +0 -36
  1088. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/descriptor_ops.hpp +0 -179
  1089. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/descriptor_read_op.hpp +0 -188
  1090. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/descriptor_write_op.hpp +0 -187
  1091. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/dev_poll_reactor.hpp +0 -247
  1092. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/epoll_reactor.hpp +0 -295
  1093. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/event.hpp +0 -46
  1094. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/eventfd_select_interrupter.hpp +0 -83
  1095. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/exception.hpp +0 -29
  1096. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/executor_function.hpp +0 -152
  1097. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/executor_op.hpp +0 -84
  1098. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/fd_set_adapter.hpp +0 -39
  1099. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/fenced_block.hpp +0 -40
  1100. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/functional.hpp +0 -33
  1101. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/future.hpp +0 -32
  1102. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/global.hpp +0 -50
  1103. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/handler_alloc_helpers.hpp +0 -225
  1104. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/handler_cont_helpers.hpp +0 -45
  1105. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/handler_tracking.hpp +0 -264
  1106. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/handler_type_requirements.hpp +0 -553
  1107. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/handler_work.hpp +0 -511
  1108. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/hash_map.hpp +0 -331
  1109. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/buffer_sequence_adapter.ipp +0 -118
  1110. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/descriptor_ops.ipp +0 -970
  1111. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/dev_poll_reactor.hpp +0 -111
  1112. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/dev_poll_reactor.ipp +0 -469
  1113. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/epoll_reactor.hpp +0 -109
  1114. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/epoll_reactor.ipp +0 -826
  1115. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/eventfd_select_interrupter.ipp +0 -171
  1116. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/handler_tracking.ipp +0 -398
  1117. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/io_uring_descriptor_service.ipp +0 -205
  1118. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/io_uring_file_service.ipp +0 -140
  1119. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/io_uring_service.hpp +0 -112
  1120. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/io_uring_service.ipp +0 -914
  1121. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/io_uring_socket_service_base.ipp +0 -249
  1122. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/kqueue_reactor.hpp +0 -113
  1123. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/kqueue_reactor.ipp +0 -608
  1124. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/null_event.ipp +0 -74
  1125. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/pipe_select_interrupter.ipp +0 -129
  1126. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/posix_event.ipp +0 -63
  1127. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/posix_mutex.ipp +0 -46
  1128. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/posix_serial_port_service.ipp +0 -168
  1129. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/posix_thread.ipp +0 -84
  1130. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/posix_tss_ptr.ipp +0 -46
  1131. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/reactive_descriptor_service.ipp +0 -230
  1132. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/reactive_socket_service_base.ipp +0 -310
  1133. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/resolver_service_base.ipp +0 -158
  1134. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/scheduler.ipp +0 -675
  1135. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/select_reactor.hpp +0 -124
  1136. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/select_reactor.ipp +0 -400
  1137. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/service_registry.hpp +0 -93
  1138. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/service_registry.ipp +0 -197
  1139. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/signal_set_service.ipp +0 -826
  1140. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/socket_ops.ipp +0 -3977
  1141. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/socket_select_interrupter.ipp +0 -185
  1142. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/strand_executor_service.hpp +0 -346
  1143. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/strand_executor_service.ipp +0 -158
  1144. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/strand_service.hpp +0 -86
  1145. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/strand_service.ipp +0 -202
  1146. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/thread_context.ipp +0 -35
  1147. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/throw_error.ipp +0 -49
  1148. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/timer_queue_ptime.ipp +0 -97
  1149. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/timer_queue_set.ipp +0 -101
  1150. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/win_event.ipp +0 -76
  1151. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/win_iocp_file_service.ipp +0 -265
  1152. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/win_iocp_handle_service.ipp +0 -619
  1153. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/win_iocp_io_context.hpp +0 -119
  1154. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/win_iocp_io_context.ipp +0 -614
  1155. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/win_iocp_serial_port_service.ipp +0 -200
  1156. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/win_iocp_socket_service_base.ipp +0 -821
  1157. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/win_mutex.ipp +0 -84
  1158. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/win_object_handle_service.ipp +0 -452
  1159. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/win_static_mutex.ipp +0 -136
  1160. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/win_thread.ipp +0 -150
  1161. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/win_tss_ptr.ipp +0 -57
  1162. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/winrt_ssocket_service_base.ipp +0 -626
  1163. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/winrt_timer_scheduler.hpp +0 -92
  1164. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/winrt_timer_scheduler.ipp +0 -121
  1165. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/impl/winsock_init.ipp +0 -82
  1166. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/initiate_defer.hpp +0 -207
  1167. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/initiate_dispatch.hpp +0 -193
  1168. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/initiate_post.hpp +0 -207
  1169. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_control.hpp +0 -84
  1170. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_object_impl.hpp +0 -177
  1171. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_uring_descriptor_read_at_op.hpp +0 -195
  1172. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_uring_descriptor_read_op.hpp +0 -190
  1173. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_uring_descriptor_service.hpp +0 -687
  1174. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_uring_descriptor_write_at_op.hpp +0 -189
  1175. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_uring_descriptor_write_op.hpp +0 -185
  1176. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_uring_file_service.hpp +0 -261
  1177. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_uring_null_buffers_op.hpp +0 -114
  1178. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_uring_operation.hpp +0 -84
  1179. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_uring_service.hpp +0 -319
  1180. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_uring_socket_accept_op.hpp +0 -280
  1181. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_uring_socket_connect_op.hpp +0 -140
  1182. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_uring_socket_recv_op.hpp +0 -205
  1183. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_uring_socket_recvfrom_op.hpp +0 -206
  1184. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_uring_socket_recvmsg_op.hpp +0 -192
  1185. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_uring_socket_send_op.hpp +0 -191
  1186. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_uring_socket_sendto_op.hpp +0 -194
  1187. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_uring_socket_service.hpp +0 -629
  1188. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_uring_socket_service_base.hpp +0 -663
  1189. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/io_uring_wait_op.hpp +0 -112
  1190. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/is_buffer_sequence.hpp +0 -296
  1191. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/is_executor.hpp +0 -126
  1192. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/keyword_tss_ptr.hpp +0 -70
  1193. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/kqueue_reactor.hpp +0 -271
  1194. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/local_free_on_block_exit.hpp +0 -59
  1195. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/memory.hpp +0 -126
  1196. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/mutex.hpp +0 -46
  1197. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/non_const_lvalue.hpp +0 -43
  1198. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/noncopyable.hpp +0 -43
  1199. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/null_event.hpp +0 -106
  1200. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/null_fenced_block.hpp +0 -47
  1201. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/null_global.hpp +0 -59
  1202. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/null_mutex.hpp +0 -60
  1203. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/null_reactor.hpp +0 -83
  1204. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/null_signal_blocker.hpp +0 -69
  1205. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/null_socket_service.hpp +0 -519
  1206. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/null_static_mutex.hpp +0 -60
  1207. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/null_thread.hpp +0 -67
  1208. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/null_tss_ptr.hpp +0 -68
  1209. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/object_pool.hpp +0 -171
  1210. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/old_win_sdk_compat.hpp +0 -214
  1211. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/op_queue.hpp +0 -162
  1212. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/operation.hpp +0 -38
  1213. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/pipe_select_interrupter.hpp +0 -89
  1214. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/pop_options.hpp +0 -157
  1215. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/posix_event.hpp +0 -175
  1216. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/posix_fd_set_adapter.hpp +0 -118
  1217. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/posix_global.hpp +0 -80
  1218. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/posix_mutex.hpp +0 -76
  1219. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/posix_serial_port_service.hpp +0 -249
  1220. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/posix_signal_blocker.hpp +0 -85
  1221. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/posix_static_mutex.hpp +0 -64
  1222. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/posix_thread.hpp +0 -109
  1223. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/posix_tss_ptr.hpp +0 -79
  1224. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/push_options.hpp +0 -228
  1225. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/reactive_descriptor_service.hpp +0 -566
  1226. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/reactive_null_buffers_op.hpp +0 -131
  1227. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/reactive_socket_accept_op.hpp +0 -323
  1228. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/reactive_socket_connect_op.hpp +0 -162
  1229. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/reactive_socket_recv_op.hpp +0 -197
  1230. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/reactive_socket_recvfrom_op.hpp +0 -203
  1231. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/reactive_socket_recvmsg_op.hpp +0 -184
  1232. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/reactive_socket_send_op.hpp +0 -201
  1233. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/reactive_socket_sendto_op.hpp +0 -194
  1234. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/reactive_socket_service.hpp +0 -633
  1235. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/reactive_socket_service_base.hpp +0 -750
  1236. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/reactive_wait_op.hpp +0 -131
  1237. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/reactor.hpp +0 -54
  1238. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/reactor_op.hpp +0 -71
  1239. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/reactor_op_queue.hpp +0 -212
  1240. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/recycling_allocator.hpp +0 -105
  1241. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/regex_fwd.hpp +0 -35
  1242. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/resolve_endpoint_op.hpp +0 -140
  1243. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/resolve_op.hpp +0 -45
  1244. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/resolve_query_op.hpp +0 -150
  1245. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/resolver_service.hpp +0 -147
  1246. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/resolver_service_base.hpp +0 -158
  1247. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/scheduler.hpp +0 -241
  1248. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/scheduler_operation.hpp +0 -78
  1249. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/scheduler_task.hpp +0 -49
  1250. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/scheduler_thread_info.hpp +0 -40
  1251. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/scoped_lock.hpp +0 -101
  1252. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/scoped_ptr.hpp +0 -87
  1253. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/select_interrupter.hpp +0 -46
  1254. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/select_reactor.hpp +0 -291
  1255. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/service_registry.hpp +0 -163
  1256. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/signal_blocker.hpp +0 -44
  1257. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/signal_handler.hpp +0 -90
  1258. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/signal_init.hpp +0 -47
  1259. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/signal_op.hpp +0 -53
  1260. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/signal_set_service.hpp +0 -292
  1261. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/socket_holder.hpp +0 -98
  1262. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/socket_ops.hpp +0 -375
  1263. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/socket_option.hpp +0 -316
  1264. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/socket_select_interrupter.hpp +0 -91
  1265. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/socket_types.hpp +0 -427
  1266. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/source_location.hpp +0 -45
  1267. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/static_mutex.hpp +0 -50
  1268. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/std_event.hpp +0 -183
  1269. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/std_fenced_block.hpp +0 -57
  1270. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/std_global.hpp +0 -65
  1271. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/std_mutex.hpp +0 -68
  1272. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/std_static_mutex.hpp +0 -76
  1273. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/std_thread.hpp +0 -66
  1274. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/strand_executor_service.hpp +0 -173
  1275. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/strand_service.hpp +0 -144
  1276. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/string_view.hpp +0 -47
  1277. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/thread.hpp +0 -58
  1278. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/thread_context.hpp +0 -51
  1279. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/thread_group.hpp +0 -99
  1280. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/thread_info_base.hpp +0 -250
  1281. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/throw_error.hpp +0 -62
  1282. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/throw_exception.hpp +0 -55
  1283. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/timer_queue.hpp +0 -389
  1284. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/timer_queue_base.hpp +0 -68
  1285. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/timer_queue_ptime.hpp +0 -103
  1286. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/timer_queue_set.hpp +0 -66
  1287. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/timer_scheduler.hpp +0 -37
  1288. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/timer_scheduler_fwd.hpp +0 -42
  1289. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/tss_ptr.hpp +0 -69
  1290. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/type_traits.hpp +0 -178
  1291. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/utility.hpp +0 -83
  1292. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/wait_handler.hpp +0 -90
  1293. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/wait_op.hpp +0 -49
  1294. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_event.hpp +0 -164
  1295. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_fd_set_adapter.hpp +0 -149
  1296. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_global.hpp +0 -71
  1297. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_iocp_file_service.hpp +0 -287
  1298. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_iocp_handle_read_op.hpp +0 -119
  1299. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_iocp_handle_service.hpp +0 -431
  1300. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_iocp_handle_write_op.hpp +0 -114
  1301. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_iocp_io_context.hpp +0 -347
  1302. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_iocp_null_buffers_op.hpp +0 -129
  1303. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_iocp_operation.hpp +0 -96
  1304. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_iocp_overlapped_op.hpp +0 -100
  1305. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_iocp_overlapped_ptr.hpp +0 -171
  1306. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_iocp_serial_port_service.hpp +0 -233
  1307. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_iocp_socket_accept_op.hpp +0 -339
  1308. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_iocp_socket_connect_op.hpp +0 -138
  1309. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_iocp_socket_recv_op.hpp +0 -126
  1310. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_iocp_socket_recvfrom_op.hpp +0 -135
  1311. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_iocp_socket_recvmsg_op.hpp +0 -127
  1312. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_iocp_socket_send_op.hpp +0 -120
  1313. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_iocp_socket_service.hpp +0 -680
  1314. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_iocp_socket_service_base.hpp +0 -829
  1315. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_iocp_thread_info.hpp +0 -34
  1316. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_iocp_wait_op.hpp +0 -130
  1317. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_mutex.hpp +0 -78
  1318. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_object_handle_service.hpp +0 -194
  1319. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_static_mutex.hpp +0 -74
  1320. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_thread.hpp +0 -147
  1321. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/win_tss_ptr.hpp +0 -79
  1322. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/winapp_thread.hpp +0 -124
  1323. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/wince_thread.hpp +0 -124
  1324. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/winrt_async_manager.hpp +0 -305
  1325. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/winrt_async_op.hpp +0 -65
  1326. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/winrt_resolve_op.hpp +0 -125
  1327. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/winrt_resolver_service.hpp +0 -212
  1328. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/winrt_socket_connect_op.hpp +0 -98
  1329. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/winrt_socket_recv_op.hpp +0 -119
  1330. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/winrt_socket_send_op.hpp +0 -110
  1331. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/winrt_ssocket_service.hpp +0 -250
  1332. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/winrt_ssocket_service_base.hpp +0 -362
  1333. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/winrt_timer_scheduler.hpp +0 -147
  1334. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/winrt_utils.hpp +0 -106
  1335. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/winsock_init.hpp +0 -128
  1336. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/work_dispatcher.hpp +0 -143
  1337. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/detail/wrapped_handler.hpp +0 -217
  1338. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/dispatch.hpp +0 -197
  1339. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/error.hpp +0 -389
  1340. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/error_code.hpp +0 -39
  1341. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/execution/allocator.hpp +0 -278
  1342. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/execution/any_executor.hpp +0 -1933
  1343. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/execution/bad_executor.hpp +0 -46
  1344. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/execution/blocking.hpp +0 -1360
  1345. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/execution/blocking_adaptation.hpp +0 -1080
  1346. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/execution/context.hpp +0 -191
  1347. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/execution/context_as.hpp +0 -190
  1348. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/execution/executor.hpp +0 -116
  1349. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/execution/impl/bad_executor.ipp +0 -40
  1350. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/execution/invocable_archetype.hpp +0 -43
  1351. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/execution/mapping.hpp +0 -1002
  1352. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/execution/occupancy.hpp +0 -184
  1353. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/execution/outstanding_work.hpp +0 -753
  1354. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/execution/prefer_only.hpp +0 -328
  1355. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/execution/relationship.hpp +0 -751
  1356. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/execution.hpp +0 -33
  1357. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/execution_context.hpp +0 -388
  1358. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/executor.hpp +0 -343
  1359. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/executor_work_guard.hpp +0 -362
  1360. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/append.hpp +0 -36
  1361. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/as_single.hpp +0 -132
  1362. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/as_tuple.hpp +0 -36
  1363. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/awaitable_operators.hpp +0 -536
  1364. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/basic_channel.hpp +0 -513
  1365. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/basic_concurrent_channel.hpp +0 -513
  1366. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/cancellation_condition.hpp +0 -152
  1367. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/channel.hpp +0 -70
  1368. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/channel_error.hpp +0 -82
  1369. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/channel_traits.hpp +0 -301
  1370. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/co_composed.hpp +0 -145
  1371. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/concurrent_channel.hpp +0 -70
  1372. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/deferred.hpp +0 -36
  1373. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/detail/channel_handler.hpp +0 -77
  1374. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/detail/channel_message.hpp +0 -129
  1375. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/detail/channel_operation.hpp +0 -361
  1376. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/detail/channel_payload.hpp +0 -222
  1377. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/detail/channel_receive_op.hpp +0 -127
  1378. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/detail/channel_send_functions.hpp +0 -192
  1379. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/detail/channel_send_op.hpp +0 -148
  1380. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/detail/channel_service.hpp +0 -677
  1381. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/detail/has_signature.hpp +0 -54
  1382. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/detail/impl/channel_service.hpp +0 -620
  1383. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/impl/as_single.hpp +0 -176
  1384. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/impl/channel_error.ipp +0 -61
  1385. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/impl/co_composed.hpp +0 -1174
  1386. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/impl/parallel_group.hpp +0 -787
  1387. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/parallel_group.hpp +0 -456
  1388. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/experimental/prepend.hpp +0 -36
  1389. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/file_base.hpp +0 -166
  1390. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/generic/basic_endpoint.hpp +0 -189
  1391. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/generic/datagram_protocol.hpp +0 -123
  1392. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/generic/detail/endpoint.hpp +0 -133
  1393. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/generic/detail/impl/endpoint.ipp +0 -110
  1394. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/generic/raw_protocol.hpp +0 -121
  1395. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/generic/seq_packet_protocol.hpp +0 -122
  1396. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/generic/stream_protocol.hpp +0 -127
  1397. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/handler_continuation_hook.hpp +0 -54
  1398. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/high_resolution_timer.hpp +0 -39
  1399. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/any_completion_executor.ipp +0 -126
  1400. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/any_io_executor.ipp +0 -134
  1401. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/append.hpp +0 -162
  1402. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/as_tuple.hpp +0 -245
  1403. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/awaitable.hpp +0 -1195
  1404. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/buffered_read_stream.hpp +0 -404
  1405. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/buffered_write_stream.hpp +0 -384
  1406. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/cancellation_signal.ipp +0 -96
  1407. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/co_spawn.hpp +0 -440
  1408. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/connect.hpp +0 -809
  1409. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/connect_pipe.hpp +0 -73
  1410. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/connect_pipe.ipp +0 -149
  1411. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/consign.hpp +0 -137
  1412. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/deferred.hpp +0 -147
  1413. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/detached.hpp +0 -77
  1414. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/error.ipp +0 -128
  1415. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/error_code.ipp +0 -206
  1416. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/execution_context.hpp +0 -77
  1417. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/execution_context.ipp +0 -82
  1418. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/executor.hpp +0 -300
  1419. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/executor.ipp +0 -43
  1420. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/io_context.hpp +0 -433
  1421. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/io_context.ipp +0 -176
  1422. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/multiple_exceptions.ipp +0 -45
  1423. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/prepend.hpp +0 -163
  1424. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/read.hpp +0 -1053
  1425. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/read_at.hpp +0 -628
  1426. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/read_until.hpp +0 -2941
  1427. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/redirect_error.hpp +0 -250
  1428. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/serial_port_base.hpp +0 -59
  1429. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/serial_port_base.ipp +0 -554
  1430. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/spawn.hpp +0 -1400
  1431. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/src.hpp +0 -94
  1432. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/system_context.hpp +0 -34
  1433. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/system_context.ipp +0 -92
  1434. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/system_executor.hpp +0 -179
  1435. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/thread_pool.hpp +0 -277
  1436. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/thread_pool.ipp +0 -142
  1437. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/use_awaitable.hpp +0 -301
  1438. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/use_future.hpp +0 -707
  1439. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/write.hpp +0 -939
  1440. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/impl/write_at.hpp +0 -551
  1441. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/io_context.hpp +0 -1509
  1442. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/io_context_strand.hpp +0 -385
  1443. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/io_service.hpp +0 -33
  1444. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/io_service_strand.hpp +0 -20
  1445. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/address.hpp +0 -281
  1446. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/address_v4.hpp +0 -421
  1447. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/address_v4_iterator.hpp +0 -156
  1448. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/address_v4_range.hpp +0 -128
  1449. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/address_v6.hpp +0 -407
  1450. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/address_v6_iterator.hpp +0 -178
  1451. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/address_v6_range.hpp +0 -124
  1452. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/bad_address_cast.hpp +0 -63
  1453. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/basic_endpoint.hpp +0 -282
  1454. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/basic_resolver.hpp +0 -1112
  1455. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/basic_resolver_entry.hpp +0 -113
  1456. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/basic_resolver_iterator.hpp +0 -188
  1457. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/basic_resolver_query.hpp +0 -244
  1458. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/basic_resolver_results.hpp +0 -307
  1459. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/detail/endpoint.hpp +0 -141
  1460. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/detail/impl/endpoint.ipp +0 -195
  1461. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/detail/socket_option.hpp +0 -566
  1462. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/host_name.hpp +0 -42
  1463. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/icmp.hpp +0 -115
  1464. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/impl/address.hpp +0 -67
  1465. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/impl/address.ipp +0 -235
  1466. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/impl/address_v4.hpp +0 -67
  1467. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/impl/address_v4.ipp +0 -206
  1468. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/impl/address_v6.hpp +0 -67
  1469. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/impl/address_v6.ipp +0 -342
  1470. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/impl/basic_endpoint.hpp +0 -43
  1471. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/impl/host_name.ipp +0 -54
  1472. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/impl/network_v4.hpp +0 -54
  1473. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/impl/network_v4.ipp +0 -218
  1474. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/impl/network_v6.hpp +0 -53
  1475. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/impl/network_v6.ipp +0 -187
  1476. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/multicast.hpp +0 -191
  1477. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/network_v4.hpp +0 -257
  1478. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/network_v6.hpp +0 -231
  1479. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/resolver_base.hpp +0 -129
  1480. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/resolver_query_base.hpp +0 -43
  1481. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/tcp.hpp +0 -155
  1482. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/udp.hpp +0 -111
  1483. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/unicast.hpp +0 -70
  1484. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ip/v6_only.hpp +0 -69
  1485. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/is_applicable_property.hpp +0 -61
  1486. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/is_contiguous_iterator.hpp +0 -45
  1487. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/is_executor.hpp +0 -46
  1488. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/is_read_buffered.hpp +0 -59
  1489. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/is_write_buffered.hpp +0 -59
  1490. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/local/basic_endpoint.hpp +0 -243
  1491. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/local/connect_pair.hpp +0 -101
  1492. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/local/datagram_protocol.hpp +0 -80
  1493. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/local/detail/endpoint.hpp +0 -139
  1494. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/local/detail/impl/endpoint.ipp +0 -131
  1495. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/local/seq_packet_protocol.hpp +0 -84
  1496. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/local/stream_protocol.hpp +0 -90
  1497. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/multiple_exceptions.hpp +0 -52
  1498. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/packaged_task.hpp +0 -66
  1499. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/placeholders.hpp +0 -75
  1500. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/posix/basic_descriptor.hpp +0 -773
  1501. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/posix/basic_stream_descriptor.hpp +0 -559
  1502. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/posix/descriptor.hpp +0 -37
  1503. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/posix/descriptor_base.hpp +0 -90
  1504. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/posix/stream_descriptor.hpp +0 -37
  1505. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/post.hpp +0 -213
  1506. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/prefer.hpp +0 -577
  1507. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/prepend.hpp +0 -66
  1508. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/query.hpp +0 -311
  1509. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/random_access_file.hpp +0 -35
  1510. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/read.hpp +0 -1448
  1511. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/read_at.hpp +0 -778
  1512. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/read_until.hpp +0 -3124
  1513. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/readable_pipe.hpp +0 -35
  1514. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/recycling_allocator.hpp +0 -138
  1515. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/redirect_error.hpp +0 -64
  1516. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/registered_buffer.hpp +0 -344
  1517. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/require.hpp +0 -433
  1518. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/require_concept.hpp +0 -343
  1519. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/serial_port.hpp +0 -36
  1520. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/serial_port_base.hpp +0 -167
  1521. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/signal_set.hpp +0 -28
  1522. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/signal_set_base.hpp +0 -171
  1523. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/socket_base.hpp +0 -559
  1524. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/spawn.hpp +0 -872
  1525. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/context.hpp +0 -762
  1526. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/context_base.hpp +0 -209
  1527. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/detail/buffered_handshake_op.hpp +0 -119
  1528. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/detail/engine.hpp +0 -169
  1529. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/detail/handshake_op.hpp +0 -67
  1530. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/detail/impl/engine.ipp +0 -377
  1531. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/detail/impl/openssl_init.ipp +0 -169
  1532. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/detail/io.hpp +0 -376
  1533. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/detail/openssl_init.hpp +0 -101
  1534. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/detail/openssl_types.hpp +0 -34
  1535. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/detail/password_callback.hpp +0 -66
  1536. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/detail/read_op.hpp +0 -72
  1537. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/detail/shutdown_op.hpp +0 -69
  1538. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/detail/stream_core.hpp +0 -217
  1539. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/detail/verify_callback.hpp +0 -62
  1540. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/detail/write_op.hpp +0 -76
  1541. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/error.hpp +0 -123
  1542. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/host_name_verification.hpp +0 -90
  1543. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/impl/context.hpp +0 -67
  1544. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/impl/context.ipp +0 -1319
  1545. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/impl/error.ipp +0 -124
  1546. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/impl/host_name_verification.ipp +0 -73
  1547. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/impl/rfc2818_verification.ipp +0 -164
  1548. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/impl/src.hpp +0 -29
  1549. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/rfc2818_verification.hpp +0 -98
  1550. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/stream.hpp +0 -1038
  1551. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/stream_base.hpp +0 -52
  1552. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/verify_context.hpp +0 -67
  1553. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl/verify_mode.hpp +0 -63
  1554. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ssl.hpp +0 -28
  1555. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/static_thread_pool.hpp +0 -31
  1556. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/steady_timer.hpp +0 -37
  1557. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/strand.hpp +0 -557
  1558. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/stream_file.hpp +0 -35
  1559. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/streambuf.hpp +0 -33
  1560. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/system_context.hpp +0 -90
  1561. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/system_error.hpp +0 -31
  1562. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/system_executor.hpp +0 -671
  1563. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/system_timer.hpp +0 -37
  1564. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/this_coro.hpp +0 -267
  1565. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/thread.hpp +0 -92
  1566. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/thread_pool.hpp +0 -963
  1567. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/time_traits.hpp +0 -86
  1568. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/traits/equality_comparable.hpp +0 -100
  1569. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/traits/execute_member.hpp +0 -104
  1570. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/traits/prefer_free.hpp +0 -104
  1571. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/traits/prefer_member.hpp +0 -104
  1572. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/traits/query_free.hpp +0 -104
  1573. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/traits/query_member.hpp +0 -104
  1574. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/traits/query_static_constexpr_member.hpp +0 -101
  1575. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/traits/require_concept_free.hpp +0 -104
  1576. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/traits/require_concept_member.hpp +0 -104
  1577. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/traits/require_free.hpp +0 -104
  1578. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/traits/require_member.hpp +0 -104
  1579. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/traits/static_query.hpp +0 -102
  1580. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/traits/static_require.hpp +0 -115
  1581. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/traits/static_require_concept.hpp +0 -116
  1582. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ts/buffer.hpp +0 -24
  1583. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ts/executor.hpp +0 -35
  1584. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ts/internet.hpp +0 -40
  1585. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ts/io_context.hpp +0 -20
  1586. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ts/net.hpp +0 -26
  1587. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ts/netfwd.hpp +0 -236
  1588. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ts/socket.hpp +0 -27
  1589. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/ts/timer.hpp +0 -26
  1590. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/unyield.hpp +0 -21
  1591. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/use_awaitable.hpp +0 -161
  1592. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/use_future.hpp +0 -159
  1593. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/uses_executor.hpp +0 -67
  1594. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/version.hpp +0 -23
  1595. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/wait_traits.hpp +0 -56
  1596. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/windows/basic_object_handle.hpp +0 -485
  1597. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/windows/basic_overlapped_handle.hpp +0 -455
  1598. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/windows/basic_random_access_handle.hpp +0 -567
  1599. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/windows/basic_stream_handle.hpp +0 -551
  1600. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/windows/object_handle.hpp +0 -38
  1601. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/windows/overlapped_handle.hpp +0 -39
  1602. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/windows/overlapped_ptr.hpp +0 -145
  1603. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/windows/random_access_handle.hpp +0 -37
  1604. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/windows/stream_handle.hpp +0 -37
  1605. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/writable_pipe.hpp +0 -35
  1606. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/write.hpp +0 -1414
  1607. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/write_at.hpp +0 -789
  1608. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio/yield.hpp +0 -23
  1609. package/deps/couchbase-cxx-cache/asio/41f31469d0dd420500b334dc8c2fd3ffe7320d8e/asio/asio/include/asio.hpp +0 -199
  1610. package/deps/couchbase-cxx-cache/fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/CMakeLists.txt +0 -453
  1611. package/deps/couchbase-cxx-cache/fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/ChangeLog.md +0 -5533
  1612. package/deps/couchbase-cxx-cache/fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/README.md +0 -490
  1613. package/deps/couchbase-cxx-cache/fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/src/fmt.cc +0 -108
  1614. package/deps/couchbase-cxx-cache/fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/src/os.cc +0 -402
  1615. package/deps/couchbase-cxx-cache/llhttp/b74a6759ffeff2e9b72f62f790afbc73362a526b/llhttp/CMakeLists.txt +0 -117
  1616. package/deps/couchbase-cxx-cache/llhttp/b74a6759ffeff2e9b72f62f790afbc73362a526b/llhttp/README.md +0 -501
  1617. package/deps/couchbase-cxx-cache/llhttp/b74a6759ffeff2e9b72f62f790afbc73362a526b/llhttp/include/llhttp.h +0 -903
  1618. package/deps/couchbase-cxx-cache/llhttp/b74a6759ffeff2e9b72f62f790afbc73362a526b/llhttp/src/llhttp.c +0 -10149
  1619. package/deps/couchbase-cxx-cache/snappy/76d5cfe9eb57e13784ae53647f505edbe9341bdf/snappy/CMakeLists.txt +0 -420
  1620. package/deps/couchbase-cxx-cache/snappy/76d5cfe9eb57e13784ae53647f505edbe9341bdf/snappy/cmake/config.h.in +0 -66
  1621. package/deps/couchbase-cxx-cache/snappy/76d5cfe9eb57e13784ae53647f505edbe9341bdf/snappy/snappy-internal.h +0 -395
  1622. package/deps/couchbase-cxx-cache/snappy/76d5cfe9eb57e13784ae53647f505edbe9341bdf/snappy/snappy-stubs-internal.h +0 -525
  1623. package/deps/couchbase-cxx-cache/snappy/76d5cfe9eb57e13784ae53647f505edbe9341bdf/snappy/snappy.cc +0 -2427
  1624. package/deps/couchbase-cxx-cache/snappy/76d5cfe9eb57e13784ae53647f505edbe9341bdf/snappy/snappy.h +0 -222
  1625. package/deps/couchbase-cxx-cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/CMakeLists.txt +0 -359
  1626. package/deps/couchbase-cxx-cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/README.md +0 -500
  1627. package/deps/couchbase-cxx-cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/async_logger-inl.h +0 -84
  1628. package/deps/couchbase-cxx-cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/common.h +0 -411
  1629. package/deps/couchbase-cxx-cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/details/circular_q.h +0 -113
  1630. package/deps/couchbase-cxx-cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/details/file_helper-inl.h +0 -152
  1631. package/deps/couchbase-cxx-cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/details/os-inl.h +0 -585
  1632. package/deps/couchbase-cxx-cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/details/periodic_worker.h +0 -57
  1633. package/deps/couchbase-cxx-cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/details/registry-inl.h +0 -265
  1634. package/deps/couchbase-cxx-cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/details/registry.h +0 -122
  1635. package/deps/couchbase-cxx-cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/details/thread_pool-inl.h +0 -127
  1636. package/deps/couchbase-cxx-cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/details/thread_pool.h +0 -117
  1637. package/deps/couchbase-cxx-cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/fmt/bundled/args.h +0 -234
  1638. package/deps/couchbase-cxx-cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/fmt/bundled/chrono.h +0 -2069
  1639. package/deps/couchbase-cxx-cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/fmt/bundled/color.h +0 -651
  1640. package/deps/couchbase-cxx-cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/fmt/bundled/compile.h +0 -611
  1641. package/deps/couchbase-cxx-cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/fmt/bundled/core.h +0 -3323
  1642. package/deps/couchbase-cxx-cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/fmt/bundled/format-inl.h +0 -1723
  1643. package/deps/couchbase-cxx-cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/fmt/bundled/format.h +0 -4217
  1644. package/deps/couchbase-cxx-cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/fmt/bundled/os.h +0 -478
  1645. package/deps/couchbase-cxx-cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/fmt/bundled/ostream.h +0 -237
  1646. package/deps/couchbase-cxx-cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/fmt/bundled/printf.h +0 -640
  1647. package/deps/couchbase-cxx-cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/fmt/bundled/ranges.h +0 -722
  1648. package/deps/couchbase-cxx-cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/fmt/bundled/std.h +0 -171
  1649. package/deps/couchbase-cxx-cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/fmt/bundled/xchar.h +0 -229
  1650. package/deps/couchbase-cxx-cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/fmt/fmt.h +0 -34
  1651. package/deps/couchbase-cxx-cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/pattern_formatter-inl.h +0 -1268
  1652. package/deps/couchbase-cxx-cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/sinks/qt_sinks.h +0 -304
  1653. package/deps/couchbase-cxx-cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/stopwatch.h +0 -62
  1654. package/deps/couchbase-cxx-cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/include/spdlog/version.h +0 -11
  1655. package/deps/couchbase-cxx-cache/spdlog/25435891d500fa18cdfc40bd923333e006159907/spdlog/src/bundled_fmtlib_format.cpp +0 -49
  1656. /package/deps/couchbase-cxx-cache/asio/{41f31469d0dd420500b334dc8c2fd3ffe7320d8e → 6a3b5a552ffb18a235024ec851619cfcb1337a98}/asio/asio/include/asio/detail/limits.hpp +0 -0
  1657. /package/deps/couchbase-cxx-cache/asio/{41f31469d0dd420500b334dc8c2fd3ffe7320d8e → 6a3b5a552ffb18a235024ec851619cfcb1337a98}/asio/asio/include/asio/experimental/co_spawn.hpp +0 -0
  1658. /package/deps/couchbase-cxx-cache/asio/{41f31469d0dd420500b334dc8c2fd3ffe7320d8e → 6a3b5a552ffb18a235024ec851619cfcb1337a98}/asio/asio/include/asio/experimental/coro.hpp +0 -0
  1659. /package/deps/couchbase-cxx-cache/asio/{41f31469d0dd420500b334dc8c2fd3ffe7320d8e → 6a3b5a552ffb18a235024ec851619cfcb1337a98}/asio/asio/include/asio/experimental/coro_traits.hpp +0 -0
  1660. /package/deps/couchbase-cxx-cache/asio/{41f31469d0dd420500b334dc8c2fd3ffe7320d8e → 6a3b5a552ffb18a235024ec851619cfcb1337a98}/asio/asio/include/asio/experimental/detail/coro_completion_handler.hpp +0 -0
  1661. /package/deps/couchbase-cxx-cache/asio/{41f31469d0dd420500b334dc8c2fd3ffe7320d8e → 6a3b5a552ffb18a235024ec851619cfcb1337a98}/asio/asio/include/asio/experimental/detail/coro_promise_allocator.hpp +0 -0
  1662. /package/deps/couchbase-cxx-cache/asio/{41f31469d0dd420500b334dc8c2fd3ffe7320d8e → 6a3b5a552ffb18a235024ec851619cfcb1337a98}/asio/asio/include/asio/experimental/detail/partial_promise.hpp +0 -0
  1663. /package/deps/couchbase-cxx-cache/asio/{41f31469d0dd420500b334dc8c2fd3ffe7320d8e → 6a3b5a552ffb18a235024ec851619cfcb1337a98}/asio/asio/include/asio/experimental/impl/coro.hpp +0 -0
  1664. /package/deps/couchbase-cxx-cache/asio/{41f31469d0dd420500b334dc8c2fd3ffe7320d8e → 6a3b5a552ffb18a235024ec851619cfcb1337a98}/asio/asio/include/asio/experimental/impl/promise.hpp +0 -0
  1665. /package/deps/couchbase-cxx-cache/asio/{41f31469d0dd420500b334dc8c2fd3ffe7320d8e → 6a3b5a552ffb18a235024ec851619cfcb1337a98}/asio/asio/include/asio/experimental/impl/use_coro.hpp +0 -0
  1666. /package/deps/couchbase-cxx-cache/asio/{41f31469d0dd420500b334dc8c2fd3ffe7320d8e → 6a3b5a552ffb18a235024ec851619cfcb1337a98}/asio/asio/include/asio/experimental/impl/use_promise.hpp +0 -0
  1667. /package/deps/couchbase-cxx-cache/asio/{41f31469d0dd420500b334dc8c2fd3ffe7320d8e → 6a3b5a552ffb18a235024ec851619cfcb1337a98}/asio/asio/include/asio/experimental/promise.hpp +0 -0
  1668. /package/deps/couchbase-cxx-cache/asio/{41f31469d0dd420500b334dc8c2fd3ffe7320d8e → 6a3b5a552ffb18a235024ec851619cfcb1337a98}/asio/asio/include/asio/experimental/use_coro.hpp +0 -0
  1669. /package/deps/couchbase-cxx-cache/asio/{41f31469d0dd420500b334dc8c2fd3ffe7320d8e → 6a3b5a552ffb18a235024ec851619cfcb1337a98}/asio/asio/include/asio/experimental/use_promise.hpp +0 -0
  1670. /package/deps/couchbase-cxx-cache/fmt/{d3c862243fcf1c41b4c09903f35479bd42f135b7 → 141a17a028e6c29914e109691389f6cf87f9cfe3}/fmt/CONTRIBUTING.md +0 -0
  1671. /package/deps/couchbase-cxx-cache/fmt/{d3c862243fcf1c41b4c09903f35479bd42f135b7 → 141a17a028e6c29914e109691389f6cf87f9cfe3}/fmt/LICENSE +0 -0
  1672. /package/deps/couchbase-cxx-cache/fmt/{d3c862243fcf1c41b4c09903f35479bd42f135b7 → 141a17a028e6c29914e109691389f6cf87f9cfe3}/fmt/src/format.cc +0 -0
  1673. /package/deps/couchbase-cxx-cache/fmt/{d3c862243fcf1c41b4c09903f35479bd42f135b7 → 141a17a028e6c29914e109691389f6cf87f9cfe3}/fmt/support/cmake/FindSetEnv.cmake +0 -0
  1674. /package/deps/couchbase-cxx-cache/fmt/{d3c862243fcf1c41b4c09903f35479bd42f135b7 → 141a17a028e6c29914e109691389f6cf87f9cfe3}/fmt/support/cmake/JoinPaths.cmake +0 -0
  1675. /package/deps/couchbase-cxx-cache/fmt/{d3c862243fcf1c41b4c09903f35479bd42f135b7 → 141a17a028e6c29914e109691389f6cf87f9cfe3}/fmt/support/cmake/fmt-config.cmake.in +0 -0
  1676. /package/deps/couchbase-cxx-cache/fmt/{d3c862243fcf1c41b4c09903f35479bd42f135b7 → 141a17a028e6c29914e109691389f6cf87f9cfe3}/fmt/support/cmake/fmt.pc.in +0 -0
  1677. /package/deps/couchbase-cxx-cache/llhttp/{b74a6759ffeff2e9b72f62f790afbc73362a526b → c67596e14f24b689a867a26fa36e02bdba733b9b}/llhttp/LICENSE-MIT +0 -0
  1678. /package/deps/couchbase-cxx-cache/llhttp/{b74a6759ffeff2e9b72f62f790afbc73362a526b → c67596e14f24b689a867a26fa36e02bdba733b9b}/llhttp/libllhttp.pc.in +0 -0
  1679. /package/deps/couchbase-cxx-cache/llhttp/{b74a6759ffeff2e9b72f62f790afbc73362a526b → c67596e14f24b689a867a26fa36e02bdba733b9b}/llhttp/src/api.c +0 -0
  1680. /package/deps/couchbase-cxx-cache/llhttp/{b74a6759ffeff2e9b72f62f790afbc73362a526b → c67596e14f24b689a867a26fa36e02bdba733b9b}/llhttp/src/http.c +0 -0
  1681. /package/deps/couchbase-cxx-cache/snappy/{76d5cfe9eb57e13784ae53647f505edbe9341bdf → 585305c8dbb8f762f2c2e17f937f1cf3ac6cbc9c}/snappy/CONTRIBUTING.md +0 -0
  1682. /package/deps/couchbase-cxx-cache/snappy/{76d5cfe9eb57e13784ae53647f505edbe9341bdf → 585305c8dbb8f762f2c2e17f937f1cf3ac6cbc9c}/snappy/COPYING +0 -0
  1683. /package/deps/couchbase-cxx-cache/snappy/{76d5cfe9eb57e13784ae53647f505edbe9341bdf → 585305c8dbb8f762f2c2e17f937f1cf3ac6cbc9c}/snappy/README.md +0 -0
  1684. /package/deps/couchbase-cxx-cache/snappy/{76d5cfe9eb57e13784ae53647f505edbe9341bdf → 585305c8dbb8f762f2c2e17f937f1cf3ac6cbc9c}/snappy/cmake/SnappyConfig.cmake.in +0 -0
  1685. /package/deps/couchbase-cxx-cache/snappy/{76d5cfe9eb57e13784ae53647f505edbe9341bdf → 585305c8dbb8f762f2c2e17f937f1cf3ac6cbc9c}/snappy/snappy-c.cc +0 -0
  1686. /package/deps/couchbase-cxx-cache/snappy/{76d5cfe9eb57e13784ae53647f505edbe9341bdf → 585305c8dbb8f762f2c2e17f937f1cf3ac6cbc9c}/snappy/snappy-c.h +0 -0
  1687. /package/deps/couchbase-cxx-cache/snappy/{76d5cfe9eb57e13784ae53647f505edbe9341bdf → 585305c8dbb8f762f2c2e17f937f1cf3ac6cbc9c}/snappy/snappy-sinksource.cc +0 -0
  1688. /package/deps/couchbase-cxx-cache/snappy/{76d5cfe9eb57e13784ae53647f505edbe9341bdf → 585305c8dbb8f762f2c2e17f937f1cf3ac6cbc9c}/snappy/snappy-sinksource.h +0 -0
  1689. /package/deps/couchbase-cxx-cache/snappy/{76d5cfe9eb57e13784ae53647f505edbe9341bdf → 585305c8dbb8f762f2c2e17f937f1cf3ac6cbc9c}/snappy/snappy-stubs-internal.cc +0 -0
  1690. /package/deps/couchbase-cxx-cache/snappy/{76d5cfe9eb57e13784ae53647f505edbe9341bdf → 585305c8dbb8f762f2c2e17f937f1cf3ac6cbc9c}/snappy/snappy-stubs-public.h.in +0 -0
  1691. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/LICENSE +0 -0
  1692. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/cmake/ide.cmake +0 -0
  1693. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/cmake/pch.h.in +0 -0
  1694. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/cmake/spdlog.pc.in +0 -0
  1695. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/cmake/spdlogCPack.cmake +0 -0
  1696. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/cmake/spdlogConfig.cmake.in +0 -0
  1697. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/cmake/utils.cmake +0 -0
  1698. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/cmake/version.rc.in +0 -0
  1699. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/async.h +0 -0
  1700. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/async_logger.h +0 -0
  1701. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/cfg/argv.h +0 -0
  1702. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/cfg/env.h +0 -0
  1703. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/cfg/helpers-inl.h +0 -0
  1704. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/cfg/helpers.h +0 -0
  1705. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/common-inl.h +0 -0
  1706. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/details/backtracer-inl.h +0 -0
  1707. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/details/backtracer.h +0 -0
  1708. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/details/console_globals.h +0 -0
  1709. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/details/file_helper.h +0 -0
  1710. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/details/fmt_helper.h +0 -0
  1711. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/details/log_msg-inl.h +0 -0
  1712. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/details/log_msg.h +0 -0
  1713. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/details/log_msg_buffer-inl.h +0 -0
  1714. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/details/log_msg_buffer.h +0 -0
  1715. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/details/mpmc_blocking_q.h +0 -0
  1716. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/details/null_mutex.h +0 -0
  1717. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/details/os.h +0 -0
  1718. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/details/periodic_worker-inl.h +0 -0
  1719. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/details/synchronous_factory.h +0 -0
  1720. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/details/tcp_client-windows.h +0 -0
  1721. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/details/tcp_client.h +0 -0
  1722. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/details/udp_client-windows.h +0 -0
  1723. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/details/udp_client.h +0 -0
  1724. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/details/windows_include.h +0 -0
  1725. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/fmt/bin_to_hex.h +0 -0
  1726. /package/deps/couchbase-cxx-cache/{fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/include/fmt → spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/fmt/bundled}/args.h +0 -0
  1727. /package/deps/couchbase-cxx-cache/{fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/include/fmt → spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/fmt/bundled}/chrono.h +0 -0
  1728. /package/deps/couchbase-cxx-cache/{fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/include/fmt → spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/fmt/bundled}/color.h +0 -0
  1729. /package/deps/couchbase-cxx-cache/{fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/include/fmt → spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/fmt/bundled}/compile.h +0 -0
  1730. /package/deps/couchbase-cxx-cache/{fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/include/fmt → spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/fmt/bundled}/core.h +0 -0
  1731. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/fmt/bundled/fmt.license.rst +0 -0
  1732. /package/deps/couchbase-cxx-cache/{fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/include/fmt → spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/fmt/bundled}/format-inl.h +0 -0
  1733. /package/deps/couchbase-cxx-cache/{fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/include/fmt → spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/fmt/bundled}/format.h +0 -0
  1734. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/fmt/bundled/locale.h +0 -0
  1735. /package/deps/couchbase-cxx-cache/{fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/include/fmt → spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/fmt/bundled}/os.h +0 -0
  1736. /package/deps/couchbase-cxx-cache/{fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/include/fmt → spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/fmt/bundled}/ostream.h +0 -0
  1737. /package/deps/couchbase-cxx-cache/{fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/include/fmt → spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/fmt/bundled}/printf.h +0 -0
  1738. /package/deps/couchbase-cxx-cache/{fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/include/fmt → spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/fmt/bundled}/ranges.h +0 -0
  1739. /package/deps/couchbase-cxx-cache/{fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/include/fmt → spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/fmt/bundled}/std.h +0 -0
  1740. /package/deps/couchbase-cxx-cache/{fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/include/fmt → spdlog/19df5d3d8e5526c255d27414e09568671ef87483/spdlog/include/spdlog/fmt/bundled}/xchar.h +0 -0
  1741. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/fmt/chrono.h +0 -0
  1742. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/fmt/compile.h +0 -0
  1743. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/fmt/ostr.h +0 -0
  1744. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/fmt/ranges.h +0 -0
  1745. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/fmt/std.h +0 -0
  1746. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/fmt/xchar.h +0 -0
  1747. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/formatter.h +0 -0
  1748. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/fwd.h +0 -0
  1749. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/logger-inl.h +0 -0
  1750. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/logger.h +0 -0
  1751. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/pattern_formatter.h +0 -0
  1752. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/sinks/android_sink.h +0 -0
  1753. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/sinks/ansicolor_sink-inl.h +0 -0
  1754. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/sinks/ansicolor_sink.h +0 -0
  1755. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/sinks/base_sink-inl.h +0 -0
  1756. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/sinks/base_sink.h +0 -0
  1757. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/sinks/basic_file_sink-inl.h +0 -0
  1758. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/sinks/basic_file_sink.h +0 -0
  1759. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/sinks/callback_sink.h +0 -0
  1760. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/sinks/daily_file_sink.h +0 -0
  1761. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/sinks/dist_sink.h +0 -0
  1762. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/sinks/dup_filter_sink.h +0 -0
  1763. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/sinks/hourly_file_sink.h +0 -0
  1764. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/sinks/kafka_sink.h +0 -0
  1765. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/sinks/mongo_sink.h +0 -0
  1766. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/sinks/msvc_sink.h +0 -0
  1767. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/sinks/null_sink.h +0 -0
  1768. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/sinks/ostream_sink.h +0 -0
  1769. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/sinks/ringbuffer_sink.h +0 -0
  1770. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/sinks/rotating_file_sink-inl.h +0 -0
  1771. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/sinks/rotating_file_sink.h +0 -0
  1772. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/sinks/sink-inl.h +0 -0
  1773. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/sinks/sink.h +0 -0
  1774. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/sinks/stdout_color_sinks-inl.h +0 -0
  1775. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/sinks/stdout_color_sinks.h +0 -0
  1776. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/sinks/stdout_sinks-inl.h +0 -0
  1777. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/sinks/stdout_sinks.h +0 -0
  1778. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/sinks/syslog_sink.h +0 -0
  1779. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/sinks/systemd_sink.h +0 -0
  1780. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/sinks/tcp_sink.h +0 -0
  1781. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/sinks/udp_sink.h +0 -0
  1782. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/sinks/win_eventlog_sink.h +0 -0
  1783. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/sinks/wincolor_sink-inl.h +0 -0
  1784. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/sinks/wincolor_sink.h +0 -0
  1785. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/spdlog-inl.h +0 -0
  1786. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/spdlog.h +0 -0
  1787. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/include/spdlog/tweakme.h +0 -0
  1788. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/src/async.cpp +0 -0
  1789. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/src/cfg.cpp +0 -0
  1790. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/src/color_sinks.cpp +0 -0
  1791. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/src/file_sinks.cpp +0 -0
  1792. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/src/spdlog.cpp +0 -0
  1793. /package/deps/couchbase-cxx-cache/spdlog/{25435891d500fa18cdfc40bd923333e006159907 → 19df5d3d8e5526c255d27414e09568671ef87483}/spdlog/src/stdout_sinks.cpp +0 -0
@@ -0,0 +1,2645 @@
1
+ // Copyright 2005 Google Inc. All Rights Reserved.
2
+ //
3
+ // Redistribution and use in source and binary forms, with or without
4
+ // modification, are permitted provided that the following conditions are
5
+ // met:
6
+ //
7
+ // * Redistributions of source code must retain the above copyright
8
+ // notice, this list of conditions and the following disclaimer.
9
+ // * Redistributions in binary form must reproduce the above
10
+ // copyright notice, this list of conditions and the following disclaimer
11
+ // in the documentation and/or other materials provided with the
12
+ // distribution.
13
+ // * Neither the name of Google Inc. nor the names of its
14
+ // contributors may be used to endorse or promote products derived from
15
+ // this software without specific prior written permission.
16
+ //
17
+ // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18
+ // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
19
+ // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
20
+ // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
21
+ // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22
+ // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23
+ // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24
+ // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25
+ // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26
+ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27
+ // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
+
29
+ #include "snappy-internal.h"
30
+ #include "snappy-sinksource.h"
31
+ #include "snappy.h"
32
+ #if !defined(SNAPPY_HAVE_BMI2)
33
+ // __BMI2__ is defined by GCC and Clang. Visual Studio doesn't target BMI2
34
+ // specifically, but it does define __AVX2__ when AVX2 support is available.
35
+ // Fortunately, AVX2 was introduced in Haswell, just like BMI2.
36
+ //
37
+ // BMI2 is not defined as a subset of AVX2 (unlike SSSE3 and AVX above). So,
38
+ // GCC and Clang can build code with AVX2 enabled but BMI2 disabled, in which
39
+ // case issuing BMI2 instructions results in a compiler error.
40
+ #if defined(__BMI2__) || (defined(_MSC_VER) && defined(__AVX2__))
41
+ #define SNAPPY_HAVE_BMI2 1
42
+ #else
43
+ #define SNAPPY_HAVE_BMI2 0
44
+ #endif
45
+ #endif // !defined(SNAPPY_HAVE_BMI2)
46
+
47
+ #if !defined(SNAPPY_HAVE_X86_CRC32)
48
+ #if defined(__SSE4_2__)
49
+ #define SNAPPY_HAVE_X86_CRC32 1
50
+ #else
51
+ #define SNAPPY_HAVE_X86_CRC32 0
52
+ #endif
53
+ #endif // !defined(SNAPPY_HAVE_X86_CRC32)
54
+
55
+ #if !defined(SNAPPY_HAVE_NEON_CRC32)
56
+ #if SNAPPY_HAVE_NEON && defined(__ARM_FEATURE_CRC32)
57
+ #define SNAPPY_HAVE_NEON_CRC32 1
58
+ #else
59
+ #define SNAPPY_HAVE_NEON_CRC32 0
60
+ #endif
61
+ #endif // !defined(SNAPPY_HAVE_NEON_CRC32)
62
+
63
+ #if SNAPPY_HAVE_BMI2 || SNAPPY_HAVE_X86_CRC32
64
+ // Please do not replace with <x86intrin.h>. or with headers that assume more
65
+ // advanced SSE versions without checking with all the OWNERS.
66
+ #include <immintrin.h>
67
+ #elif SNAPPY_HAVE_NEON_CRC32
68
+ #include <arm_acle.h>
69
+ #endif
70
+
71
+ #include <algorithm>
72
+ #include <array>
73
+ #include <cstddef>
74
+ #include <cstdint>
75
+ #include <cstdio>
76
+ #include <cstring>
77
+ #include <memory>
78
+ #include <string>
79
+ #include <utility>
80
+ #include <vector>
81
+
82
+ namespace snappy {
83
+
84
+ namespace {
85
+
86
+ // The amount of slop bytes writers are using for unconditional copies.
87
+ constexpr int kSlopBytes = 64;
88
+
89
+ using internal::char_table;
90
+ using internal::COPY_1_BYTE_OFFSET;
91
+ using internal::COPY_2_BYTE_OFFSET;
92
+ using internal::COPY_4_BYTE_OFFSET;
93
+ using internal::kMaximumTagLength;
94
+ using internal::LITERAL;
95
+ #if SNAPPY_HAVE_VECTOR_BYTE_SHUFFLE
96
+ using internal::V128;
97
+ using internal::V128_Load;
98
+ using internal::V128_LoadU;
99
+ using internal::V128_Shuffle;
100
+ using internal::V128_StoreU;
101
+ using internal::V128_DupChar;
102
+ #endif
103
+
104
+ // We translate the information encoded in a tag through a lookup table to a
105
+ // format that requires fewer instructions to decode. Effectively we store
106
+ // the length minus the tag part of the offset. The lowest significant byte
107
+ // thus stores the length. While total length - offset is given by
108
+ // entry - ExtractOffset(type). The nice thing is that the subtraction
109
+ // immediately sets the flags for the necessary check that offset >= length.
110
+ // This folds the cmp with sub. We engineer the long literals and copy-4 to
111
+ // always fail this check, so their presence doesn't affect the fast path.
112
+ // To prevent literals from triggering the guard against offset < length (offset
113
+ // does not apply to literals) the table is giving them a spurious offset of
114
+ // 256.
115
+ inline constexpr int16_t MakeEntry(int16_t len, int16_t offset) {
116
+ return len - (offset << 8);
117
+ }
118
+
119
+ inline constexpr int16_t LengthMinusOffset(int data, int type) {
120
+ return type == 3 ? 0xFF // copy-4 (or type == 3)
121
+ : type == 2 ? MakeEntry(data + 1, 0) // copy-2
122
+ : type == 1 ? MakeEntry((data & 7) + 4, data >> 3) // copy-1
123
+ : data < 60 ? MakeEntry(data + 1, 1) // note spurious offset.
124
+ : 0xFF; // long literal
125
+ }
126
+
127
+ inline constexpr int16_t LengthMinusOffset(uint8_t tag) {
128
+ return LengthMinusOffset(tag >> 2, tag & 3);
129
+ }
130
+
131
+ template <size_t... Ints>
132
+ struct index_sequence {};
133
+
134
+ template <std::size_t N, size_t... Is>
135
+ struct make_index_sequence : make_index_sequence<N - 1, N - 1, Is...> {};
136
+
137
+ template <size_t... Is>
138
+ struct make_index_sequence<0, Is...> : index_sequence<Is...> {};
139
+
140
+ template <size_t... seq>
141
+ constexpr std::array<int16_t, 256> MakeTable(index_sequence<seq...>) {
142
+ return std::array<int16_t, 256>{LengthMinusOffset(seq)...};
143
+ }
144
+
145
+ alignas(64) const std::array<int16_t, 256> kLengthMinusOffset =
146
+ MakeTable(make_index_sequence<256>{});
147
+
148
+ // Given a table of uint16_t whose size is mask / 2 + 1, return a pointer to the
149
+ // relevant entry, if any, for the given bytes. Any hash function will do,
150
+ // but a good hash function reduces the number of collisions and thus yields
151
+ // better compression for compressible input.
152
+ //
153
+ // REQUIRES: mask is 2 * (table_size - 1), and table_size is a power of two.
154
+ inline uint16_t* TableEntry(uint16_t* table, uint32_t bytes, uint32_t mask) {
155
+ // Our choice is quicker-and-dirtier than the typical hash function;
156
+ // empirically, that seems beneficial. The upper bits of kMagic * bytes are a
157
+ // higher-quality hash than the lower bits, so when using kMagic * bytes we
158
+ // also shift right to get a higher-quality end result. There's no similar
159
+ // issue with a CRC because all of the output bits of a CRC are equally good
160
+ // "hashes." So, a CPU instruction for CRC, if available, tends to be a good
161
+ // choice.
162
+ #if SNAPPY_HAVE_NEON_CRC32
163
+ // We use mask as the second arg to the CRC function, as it's about to
164
+ // be used anyway; it'd be equally correct to use 0 or some constant.
165
+ // Mathematically, _mm_crc32_u32 (or similar) is a function of the
166
+ // xor of its arguments.
167
+ const uint32_t hash = __crc32cw(bytes, mask);
168
+ #elif SNAPPY_HAVE_X86_CRC32
169
+ const uint32_t hash = _mm_crc32_u32(bytes, mask);
170
+ #else
171
+ constexpr uint32_t kMagic = 0x1e35a7bd;
172
+ const uint32_t hash = (kMagic * bytes) >> (31 - kMaxHashTableBits);
173
+ #endif
174
+ return reinterpret_cast<uint16_t*>(reinterpret_cast<uintptr_t>(table) +
175
+ (hash & mask));
176
+ }
177
+
178
+ inline uint16_t* TableEntry4ByteMatch(uint16_t* table, uint32_t bytes,
179
+ uint32_t mask) {
180
+ constexpr uint32_t kMagic = 2654435761U;
181
+ const uint32_t hash = (kMagic * bytes) >> (32 - kMaxHashTableBits);
182
+ return reinterpret_cast<uint16_t*>(reinterpret_cast<uintptr_t>(table) +
183
+ (hash & mask));
184
+ }
185
+
186
+ inline uint16_t* TableEntry8ByteMatch(uint16_t* table, uint64_t bytes,
187
+ uint32_t mask) {
188
+ constexpr uint64_t kMagic = 58295818150454627ULL;
189
+ const uint32_t hash = (kMagic * bytes) >> (64 - kMaxHashTableBits);
190
+ return reinterpret_cast<uint16_t*>(reinterpret_cast<uintptr_t>(table) +
191
+ (hash & mask));
192
+ }
193
+
194
+ } // namespace
195
+
196
+ size_t MaxCompressedLength(size_t source_bytes) {
197
+ // Compressed data can be defined as:
198
+ // compressed := item* literal*
199
+ // item := literal* copy
200
+ //
201
+ // The trailing literal sequence has a space blowup of at most 62/60
202
+ // since a literal of length 60 needs one tag byte + one extra byte
203
+ // for length information.
204
+ //
205
+ // Item blowup is trickier to measure. Suppose the "copy" op copies
206
+ // 4 bytes of data. Because of a special check in the encoding code,
207
+ // we produce a 4-byte copy only if the offset is < 65536. Therefore
208
+ // the copy op takes 3 bytes to encode, and this type of item leads
209
+ // to at most the 62/60 blowup for representing literals.
210
+ //
211
+ // Suppose the "copy" op copies 5 bytes of data. If the offset is big
212
+ // enough, it will take 5 bytes to encode the copy op. Therefore the
213
+ // worst case here is a one-byte literal followed by a five-byte copy.
214
+ // I.e., 6 bytes of input turn into 7 bytes of "compressed" data.
215
+ //
216
+ // This last factor dominates the blowup, so the final estimate is:
217
+ return 32 + source_bytes + source_bytes / 6;
218
+ }
219
+
220
+ namespace {
221
+
222
+ void UnalignedCopy64(const void* src, void* dst) {
223
+ char tmp[8];
224
+ std::memcpy(tmp, src, 8);
225
+ std::memcpy(dst, tmp, 8);
226
+ }
227
+
228
+ void UnalignedCopy128(const void* src, void* dst) {
229
+ // std::memcpy() gets vectorized when the appropriate compiler options are
230
+ // used. For example, x86 compilers targeting SSE2+ will optimize to an SSE2
231
+ // load and store.
232
+ char tmp[16];
233
+ std::memcpy(tmp, src, 16);
234
+ std::memcpy(dst, tmp, 16);
235
+ }
236
+
237
+ template <bool use_16bytes_chunk>
238
+ inline void ConditionalUnalignedCopy128(const char* src, char* dst) {
239
+ if (use_16bytes_chunk) {
240
+ UnalignedCopy128(src, dst);
241
+ } else {
242
+ UnalignedCopy64(src, dst);
243
+ UnalignedCopy64(src + 8, dst + 8);
244
+ }
245
+ }
246
+
247
+ // Copy [src, src+(op_limit-op)) to [op, (op_limit-op)) a byte at a time. Used
248
+ // for handling COPY operations where the input and output regions may overlap.
249
+ // For example, suppose:
250
+ // src == "ab"
251
+ // op == src + 2
252
+ // op_limit == op + 20
253
+ // After IncrementalCopySlow(src, op, op_limit), the result will have eleven
254
+ // copies of "ab"
255
+ // ababababababababababab
256
+ // Note that this does not match the semantics of either std::memcpy() or
257
+ // std::memmove().
258
+ inline char* IncrementalCopySlow(const char* src, char* op,
259
+ char* const op_limit) {
260
+ // TODO: Remove pragma when LLVM is aware this
261
+ // function is only called in cold regions and when cold regions don't get
262
+ // vectorized or unrolled.
263
+ #ifdef __clang__
264
+ #pragma clang loop unroll(disable)
265
+ #endif
266
+ while (op < op_limit) {
267
+ *op++ = *src++;
268
+ }
269
+ return op_limit;
270
+ }
271
+
272
+ #if SNAPPY_HAVE_VECTOR_BYTE_SHUFFLE
273
+
274
+ // Computes the bytes for shuffle control mask (please read comments on
275
+ // 'pattern_generation_masks' as well) for the given index_offset and
276
+ // pattern_size. For example, when the 'offset' is 6, it will generate a
277
+ // repeating pattern of size 6. So, the first 16 byte indexes will correspond to
278
+ // the pattern-bytes {0, 1, 2, 3, 4, 5, 0, 1, 2, 3, 4, 5, 0, 1, 2, 3} and the
279
+ // next 16 byte indexes will correspond to the pattern-bytes {4, 5, 0, 1, 2, 3,
280
+ // 4, 5, 0, 1, 2, 3, 4, 5, 0, 1}. These byte index sequences are generated by
281
+ // calling MakePatternMaskBytes(0, 6, index_sequence<16>()) and
282
+ // MakePatternMaskBytes(16, 6, index_sequence<16>()) respectively.
283
+ template <size_t... indexes>
284
+ inline constexpr std::array<char, sizeof...(indexes)> MakePatternMaskBytes(
285
+ int index_offset, int pattern_size, index_sequence<indexes...>) {
286
+ return {static_cast<char>((index_offset + indexes) % pattern_size)...};
287
+ }
288
+
289
+ // Computes the shuffle control mask bytes array for given pattern-sizes and
290
+ // returns an array.
291
+ template <size_t... pattern_sizes_minus_one>
292
+ inline constexpr std::array<std::array<char, sizeof(V128)>,
293
+ sizeof...(pattern_sizes_minus_one)>
294
+ MakePatternMaskBytesTable(int index_offset,
295
+ index_sequence<pattern_sizes_minus_one...>) {
296
+ return {
297
+ MakePatternMaskBytes(index_offset, pattern_sizes_minus_one + 1,
298
+ make_index_sequence</*indexes=*/sizeof(V128)>())...};
299
+ }
300
+
301
+ // This is an array of shuffle control masks that can be used as the source
302
+ // operand for PSHUFB to permute the contents of the destination XMM register
303
+ // into a repeating byte pattern.
304
+ alignas(16) constexpr std::array<std::array<char, sizeof(V128)>,
305
+ 16> pattern_generation_masks =
306
+ MakePatternMaskBytesTable(
307
+ /*index_offset=*/0,
308
+ /*pattern_sizes_minus_one=*/make_index_sequence<16>());
309
+
310
+ // Similar to 'pattern_generation_masks', this table is used to "rotate" the
311
+ // pattern so that we can copy the *next 16 bytes* consistent with the pattern.
312
+ // Basically, pattern_reshuffle_masks is a continuation of
313
+ // pattern_generation_masks. It follows that, pattern_reshuffle_masks is same as
314
+ // pattern_generation_masks for offsets 1, 2, 4, 8 and 16.
315
+ alignas(16) constexpr std::array<std::array<char, sizeof(V128)>,
316
+ 16> pattern_reshuffle_masks =
317
+ MakePatternMaskBytesTable(
318
+ /*index_offset=*/16,
319
+ /*pattern_sizes_minus_one=*/make_index_sequence<16>());
320
+
321
+ SNAPPY_ATTRIBUTE_ALWAYS_INLINE
322
+ static inline V128 LoadPattern(const char* src, const size_t pattern_size) {
323
+ V128 generation_mask = V128_Load(reinterpret_cast<const V128*>(
324
+ pattern_generation_masks[pattern_size - 1].data()));
325
+ // Uninitialized bytes are masked out by the shuffle mask.
326
+ // TODO: remove annotation and macro defs once MSan is fixed.
327
+ SNAPPY_ANNOTATE_MEMORY_IS_INITIALIZED(src + pattern_size, 16 - pattern_size);
328
+ return V128_Shuffle(V128_LoadU(reinterpret_cast<const V128*>(src)),
329
+ generation_mask);
330
+ }
331
+
332
+ SNAPPY_ATTRIBUTE_ALWAYS_INLINE
333
+ static inline std::pair<V128 /* pattern */, V128 /* reshuffle_mask */>
334
+ LoadPatternAndReshuffleMask(const char* src, const size_t pattern_size) {
335
+ V128 pattern = LoadPattern(src, pattern_size);
336
+
337
+ // This mask will generate the next 16 bytes in-place. Doing so enables us to
338
+ // write data by at most 4 V128_StoreU.
339
+ //
340
+ // For example, suppose pattern is: abcdefabcdefabcd
341
+ // Shuffling with this mask will generate: efabcdefabcdefab
342
+ // Shuffling again will generate: cdefabcdefabcdef
343
+ V128 reshuffle_mask = V128_Load(reinterpret_cast<const V128*>(
344
+ pattern_reshuffle_masks[pattern_size - 1].data()));
345
+ return {pattern, reshuffle_mask};
346
+ }
347
+
348
+ #endif // SNAPPY_HAVE_VECTOR_BYTE_SHUFFLE
349
+
350
+ // Fallback for when we need to copy while extending the pattern, for example
351
+ // copying 10 bytes from 3 positions back abc -> abcabcabcabca.
352
+ //
353
+ // REQUIRES: [dst - offset, dst + 64) is a valid address range.
354
+ SNAPPY_ATTRIBUTE_ALWAYS_INLINE
355
+ static inline bool Copy64BytesWithPatternExtension(char* dst, size_t offset) {
356
+ #if SNAPPY_HAVE_VECTOR_BYTE_SHUFFLE
357
+ if (SNAPPY_PREDICT_TRUE(offset <= 16)) {
358
+ switch (offset) {
359
+ case 0:
360
+ return false;
361
+ case 1: {
362
+ // TODO: Ideally we should memset, move back once the
363
+ // codegen issues are fixed.
364
+ V128 pattern = V128_DupChar(dst[-1]);
365
+ for (int i = 0; i < 4; i++) {
366
+ V128_StoreU(reinterpret_cast<V128*>(dst + 16 * i), pattern);
367
+ }
368
+ return true;
369
+ }
370
+ case 2:
371
+ case 4:
372
+ case 8:
373
+ case 16: {
374
+ V128 pattern = LoadPattern(dst - offset, offset);
375
+ for (int i = 0; i < 4; i++) {
376
+ V128_StoreU(reinterpret_cast<V128*>(dst + 16 * i), pattern);
377
+ }
378
+ return true;
379
+ }
380
+ default: {
381
+ auto pattern_and_reshuffle_mask =
382
+ LoadPatternAndReshuffleMask(dst - offset, offset);
383
+ V128 pattern = pattern_and_reshuffle_mask.first;
384
+ V128 reshuffle_mask = pattern_and_reshuffle_mask.second;
385
+ for (int i = 0; i < 4; i++) {
386
+ V128_StoreU(reinterpret_cast<V128*>(dst + 16 * i), pattern);
387
+ pattern = V128_Shuffle(pattern, reshuffle_mask);
388
+ }
389
+ return true;
390
+ }
391
+ }
392
+ }
393
+ #else
394
+ if (SNAPPY_PREDICT_TRUE(offset < 16)) {
395
+ if (SNAPPY_PREDICT_FALSE(offset == 0)) return false;
396
+ // Extend the pattern to the first 16 bytes.
397
+ // The simpler formulation of `dst[i - offset]` induces undefined behavior.
398
+ for (int i = 0; i < 16; i++) dst[i] = (dst - offset)[i];
399
+ // Find a multiple of pattern >= 16.
400
+ static std::array<uint8_t, 16> pattern_sizes = []() {
401
+ std::array<uint8_t, 16> res;
402
+ for (int i = 1; i < 16; i++) res[i] = (16 / i + 1) * i;
403
+ return res;
404
+ }();
405
+ offset = pattern_sizes[offset];
406
+ for (int i = 1; i < 4; i++) {
407
+ std::memcpy(dst + i * 16, dst + i * 16 - offset, 16);
408
+ }
409
+ return true;
410
+ }
411
+ #endif // SNAPPY_HAVE_VECTOR_BYTE_SHUFFLE
412
+
413
+ // Very rare.
414
+ for (int i = 0; i < 4; i++) {
415
+ std::memcpy(dst + i * 16, dst + i * 16 - offset, 16);
416
+ }
417
+ return true;
418
+ }
419
+
420
+ // Copy [src, src+(op_limit-op)) to [op, op_limit) but faster than
421
+ // IncrementalCopySlow. buf_limit is the address past the end of the writable
422
+ // region of the buffer.
423
+ inline char* IncrementalCopy(const char* src, char* op, char* const op_limit,
424
+ char* const buf_limit) {
425
+ #if SNAPPY_HAVE_VECTOR_BYTE_SHUFFLE
426
+ constexpr int big_pattern_size_lower_bound = 16;
427
+ #else
428
+ constexpr int big_pattern_size_lower_bound = 8;
429
+ #endif
430
+
431
+ // Terminology:
432
+ //
433
+ // slop = buf_limit - op
434
+ // pat = op - src
435
+ // len = op_limit - op
436
+ assert(src < op);
437
+ assert(op < op_limit);
438
+ assert(op_limit <= buf_limit);
439
+ // NOTE: The copy tags use 3 or 6 bits to store the copy length, so len <= 64.
440
+ assert(op_limit - op <= 64);
441
+ // NOTE: In practice the compressor always emits len >= 4, so it is ok to
442
+ // assume that to optimize this function, but this is not guaranteed by the
443
+ // compression format, so we have to also handle len < 4 in case the input
444
+ // does not satisfy these conditions.
445
+
446
+ size_t pattern_size = op - src;
447
+ // The cases are split into different branches to allow the branch predictor,
448
+ // FDO, and static prediction hints to work better. For each input we list the
449
+ // ratio of invocations that match each condition.
450
+ //
451
+ // input slop < 16 pat < 8 len > 16
452
+ // ------------------------------------------
453
+ // html|html4|cp 0% 1.01% 27.73%
454
+ // urls 0% 0.88% 14.79%
455
+ // jpg 0% 64.29% 7.14%
456
+ // pdf 0% 2.56% 58.06%
457
+ // txt[1-4] 0% 0.23% 0.97%
458
+ // pb 0% 0.96% 13.88%
459
+ // bin 0.01% 22.27% 41.17%
460
+ //
461
+ // It is very rare that we don't have enough slop for doing block copies. It
462
+ // is also rare that we need to expand a pattern. Small patterns are common
463
+ // for incompressible formats and for those we are plenty fast already.
464
+ // Lengths are normally not greater than 16 but they vary depending on the
465
+ // input. In general if we always predict len <= 16 it would be an ok
466
+ // prediction.
467
+ //
468
+ // In order to be fast we want a pattern >= 16 bytes (or 8 bytes in non-SSE)
469
+ // and an unrolled loop copying 1x 16 bytes (or 2x 8 bytes in non-SSE) at a
470
+ // time.
471
+
472
+ // Handle the uncommon case where pattern is less than 16 (or 8 in non-SSE)
473
+ // bytes.
474
+ if (pattern_size < big_pattern_size_lower_bound) {
475
+ #if SNAPPY_HAVE_VECTOR_BYTE_SHUFFLE
476
+ // Load the first eight bytes into an 128-bit XMM register, then use PSHUFB
477
+ // to permute the register's contents in-place into a repeating sequence of
478
+ // the first "pattern_size" bytes.
479
+ // For example, suppose:
480
+ // src == "abc"
481
+ // op == op + 3
482
+ // After V128_Shuffle(), "pattern" will have five copies of "abc"
483
+ // followed by one byte of slop: abcabcabcabcabca.
484
+ //
485
+ // The non-SSE fallback implementation suffers from store-forwarding stalls
486
+ // because its loads and stores partly overlap. By expanding the pattern
487
+ // in-place, we avoid the penalty.
488
+
489
+ // Typically, the op_limit is the gating factor so try to simplify the loop
490
+ // based on that.
491
+ if (SNAPPY_PREDICT_TRUE(op_limit <= buf_limit - 15)) {
492
+ auto pattern_and_reshuffle_mask =
493
+ LoadPatternAndReshuffleMask(src, pattern_size);
494
+ V128 pattern = pattern_and_reshuffle_mask.first;
495
+ V128 reshuffle_mask = pattern_and_reshuffle_mask.second;
496
+
497
+ // There is at least one, and at most four 16-byte blocks. Writing four
498
+ // conditionals instead of a loop allows FDO to layout the code with
499
+ // respect to the actual probabilities of each length.
500
+ // TODO: Replace with loop with trip count hint.
501
+ V128_StoreU(reinterpret_cast<V128*>(op), pattern);
502
+
503
+ if (op + 16 < op_limit) {
504
+ pattern = V128_Shuffle(pattern, reshuffle_mask);
505
+ V128_StoreU(reinterpret_cast<V128*>(op + 16), pattern);
506
+ }
507
+ if (op + 32 < op_limit) {
508
+ pattern = V128_Shuffle(pattern, reshuffle_mask);
509
+ V128_StoreU(reinterpret_cast<V128*>(op + 32), pattern);
510
+ }
511
+ if (op + 48 < op_limit) {
512
+ pattern = V128_Shuffle(pattern, reshuffle_mask);
513
+ V128_StoreU(reinterpret_cast<V128*>(op + 48), pattern);
514
+ }
515
+ return op_limit;
516
+ }
517
+ char* const op_end = buf_limit - 15;
518
+ if (SNAPPY_PREDICT_TRUE(op < op_end)) {
519
+ auto pattern_and_reshuffle_mask =
520
+ LoadPatternAndReshuffleMask(src, pattern_size);
521
+ V128 pattern = pattern_and_reshuffle_mask.first;
522
+ V128 reshuffle_mask = pattern_and_reshuffle_mask.second;
523
+
524
+ // This code path is relatively cold however so we save code size
525
+ // by avoiding unrolling and vectorizing.
526
+ //
527
+ // TODO: Remove pragma when when cold regions don't get
528
+ // vectorized or unrolled.
529
+ #ifdef __clang__
530
+ #pragma clang loop unroll(disable)
531
+ #endif
532
+ do {
533
+ V128_StoreU(reinterpret_cast<V128*>(op), pattern);
534
+ pattern = V128_Shuffle(pattern, reshuffle_mask);
535
+ op += 16;
536
+ } while (SNAPPY_PREDICT_TRUE(op < op_end));
537
+ }
538
+ return IncrementalCopySlow(op - pattern_size, op, op_limit);
539
+ #else // !SNAPPY_HAVE_VECTOR_BYTE_SHUFFLE
540
+ // If plenty of buffer space remains, expand the pattern to at least 8
541
+ // bytes. The way the following loop is written, we need 8 bytes of buffer
542
+ // space if pattern_size >= 4, 11 bytes if pattern_size is 1 or 3, and 10
543
+ // bytes if pattern_size is 2. Precisely encoding that is probably not
544
+ // worthwhile; instead, invoke the slow path if we cannot write 11 bytes
545
+ // (because 11 are required in the worst case).
546
+ if (SNAPPY_PREDICT_TRUE(op <= buf_limit - 11)) {
547
+ while (pattern_size < 8) {
548
+ UnalignedCopy64(src, op);
549
+ op += pattern_size;
550
+ pattern_size *= 2;
551
+ }
552
+ if (SNAPPY_PREDICT_TRUE(op >= op_limit)) return op_limit;
553
+ } else {
554
+ return IncrementalCopySlow(src, op, op_limit);
555
+ }
556
+ #endif // SNAPPY_HAVE_VECTOR_BYTE_SHUFFLE
557
+ }
558
+ assert(pattern_size >= big_pattern_size_lower_bound);
559
+ constexpr bool use_16bytes_chunk = big_pattern_size_lower_bound == 16;
560
+
561
+ // Copy 1x 16 bytes (or 2x 8 bytes in non-SSE) at a time. Because op - src can
562
+ // be < 16 in non-SSE, a single UnalignedCopy128 might overwrite data in op.
563
+ // UnalignedCopy64 is safe because expanding the pattern to at least 8 bytes
564
+ // guarantees that op - src >= 8.
565
+ //
566
+ // Typically, the op_limit is the gating factor so try to simplify the loop
567
+ // based on that.
568
+ if (SNAPPY_PREDICT_TRUE(op_limit <= buf_limit - 15)) {
569
+ // There is at least one, and at most four 16-byte blocks. Writing four
570
+ // conditionals instead of a loop allows FDO to layout the code with respect
571
+ // to the actual probabilities of each length.
572
+ // TODO: Replace with loop with trip count hint.
573
+ ConditionalUnalignedCopy128<use_16bytes_chunk>(src, op);
574
+ if (op + 16 < op_limit) {
575
+ ConditionalUnalignedCopy128<use_16bytes_chunk>(src + 16, op + 16);
576
+ }
577
+ if (op + 32 < op_limit) {
578
+ ConditionalUnalignedCopy128<use_16bytes_chunk>(src + 32, op + 32);
579
+ }
580
+ if (op + 48 < op_limit) {
581
+ ConditionalUnalignedCopy128<use_16bytes_chunk>(src + 48, op + 48);
582
+ }
583
+ return op_limit;
584
+ }
585
+
586
+ // Fall back to doing as much as we can with the available slop in the
587
+ // buffer. This code path is relatively cold however so we save code size by
588
+ // avoiding unrolling and vectorizing.
589
+ //
590
+ // TODO: Remove pragma when when cold regions don't get vectorized
591
+ // or unrolled.
592
+ #ifdef __clang__
593
+ #pragma clang loop unroll(disable)
594
+ #endif
595
+ for (char* op_end = buf_limit - 16; op < op_end; op += 16, src += 16) {
596
+ ConditionalUnalignedCopy128<use_16bytes_chunk>(src, op);
597
+ }
598
+ if (op >= op_limit) return op_limit;
599
+
600
+ // We only take this branch if we didn't have enough slop and we can do a
601
+ // single 8 byte copy.
602
+ if (SNAPPY_PREDICT_FALSE(op <= buf_limit - 8)) {
603
+ UnalignedCopy64(src, op);
604
+ src += 8;
605
+ op += 8;
606
+ }
607
+ return IncrementalCopySlow(src, op, op_limit);
608
+ }
609
+
610
+ } // namespace
611
+
612
+ template <bool allow_fast_path>
613
+ static inline char* EmitLiteral(char* op, const char* literal, int len) {
614
+ // The vast majority of copies are below 16 bytes, for which a
615
+ // call to std::memcpy() is overkill. This fast path can sometimes
616
+ // copy up to 15 bytes too much, but that is okay in the
617
+ // main loop, since we have a bit to go on for both sides:
618
+ //
619
+ // - The input will always have kInputMarginBytes = 15 extra
620
+ // available bytes, as long as we're in the main loop, and
621
+ // if not, allow_fast_path = false.
622
+ // - The output will always have 32 spare bytes (see
623
+ // MaxCompressedLength).
624
+ assert(len > 0); // Zero-length literals are disallowed
625
+ int n = len - 1;
626
+ if (allow_fast_path && len <= 16) {
627
+ // Fits in tag byte
628
+ *op++ = LITERAL | (n << 2);
629
+
630
+ UnalignedCopy128(literal, op);
631
+ return op + len;
632
+ }
633
+
634
+ if (n < 60) {
635
+ // Fits in tag byte
636
+ *op++ = LITERAL | (n << 2);
637
+ } else {
638
+ int count = (Bits::Log2Floor(n) >> 3) + 1;
639
+ assert(count >= 1);
640
+ assert(count <= 4);
641
+ *op++ = LITERAL | ((59 + count) << 2);
642
+ // Encode in upcoming bytes.
643
+ // Write 4 bytes, though we may care about only 1 of them. The output buffer
644
+ // is guaranteed to have at least 3 more spaces left as 'len >= 61' holds
645
+ // here and there is a std::memcpy() of size 'len' below.
646
+ LittleEndian::Store32(op, n);
647
+ op += count;
648
+ }
649
+ // When allow_fast_path is true, we can overwrite up to 16 bytes.
650
+ if (allow_fast_path) {
651
+ char* destination = op;
652
+ const char* source = literal;
653
+ const char* end = destination + len;
654
+ do {
655
+ std::memcpy(destination, source, 16);
656
+ destination += 16;
657
+ source += 16;
658
+ } while (destination < end);
659
+ } else {
660
+ std::memcpy(op, literal, len);
661
+ }
662
+ return op + len;
663
+ }
664
+
665
+ template <bool len_less_than_12>
666
+ static inline char* EmitCopyAtMost64(char* op, size_t offset, size_t len) {
667
+ assert(len <= 64);
668
+ assert(len >= 4);
669
+ assert(offset < 65536);
670
+ assert(len_less_than_12 == (len < 12));
671
+
672
+ if (len_less_than_12) {
673
+ uint32_t u = (len << 2) + (offset << 8);
674
+ uint32_t copy1 = COPY_1_BYTE_OFFSET - (4 << 2) + ((offset >> 3) & 0xe0);
675
+ uint32_t copy2 = COPY_2_BYTE_OFFSET - (1 << 2);
676
+ // It turns out that offset < 2048 is a difficult to predict branch.
677
+ // `perf record` shows this is the highest percentage of branch misses in
678
+ // benchmarks. This code produces branch free code, the data dependency
679
+ // chain that bottlenecks the throughput is so long that a few extra
680
+ // instructions are completely free (IPC << 6 because of data deps).
681
+ u += offset < 2048 ? copy1 : copy2;
682
+ LittleEndian::Store32(op, u);
683
+ op += offset < 2048 ? 2 : 3;
684
+ } else {
685
+ // Write 4 bytes, though we only care about 3 of them. The output buffer
686
+ // is required to have some slack, so the extra byte won't overrun it.
687
+ uint32_t u = COPY_2_BYTE_OFFSET + ((len - 1) << 2) + (offset << 8);
688
+ LittleEndian::Store32(op, u);
689
+ op += 3;
690
+ }
691
+ return op;
692
+ }
693
+
694
+ template <bool len_less_than_12>
695
+ static inline char* EmitCopy(char* op, size_t offset, size_t len) {
696
+ assert(len_less_than_12 == (len < 12));
697
+ if (len_less_than_12) {
698
+ return EmitCopyAtMost64</*len_less_than_12=*/true>(op, offset, len);
699
+ } else {
700
+ // A special case for len <= 64 might help, but so far measurements suggest
701
+ // it's in the noise.
702
+
703
+ // Emit 64 byte copies but make sure to keep at least four bytes reserved.
704
+ while (SNAPPY_PREDICT_FALSE(len >= 68)) {
705
+ op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, 64);
706
+ len -= 64;
707
+ }
708
+
709
+ // One or two copies will now finish the job.
710
+ if (len > 64) {
711
+ op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, 60);
712
+ len -= 60;
713
+ }
714
+
715
+ // Emit remainder.
716
+ if (len < 12) {
717
+ op = EmitCopyAtMost64</*len_less_than_12=*/true>(op, offset, len);
718
+ } else {
719
+ op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, len);
720
+ }
721
+ return op;
722
+ }
723
+ }
724
+
725
+ bool GetUncompressedLength(const char* start, size_t n, size_t* result) {
726
+ uint32_t v = 0;
727
+ const char* limit = start + n;
728
+ if (Varint::Parse32WithLimit(start, limit, &v) != NULL) {
729
+ *result = v;
730
+ return true;
731
+ } else {
732
+ return false;
733
+ }
734
+ }
735
+
736
+ namespace {
737
+ uint32_t CalculateTableSize(uint32_t input_size) {
738
+ static_assert(
739
+ kMaxHashTableSize >= kMinHashTableSize,
740
+ "kMaxHashTableSize should be greater or equal to kMinHashTableSize.");
741
+ if (input_size > kMaxHashTableSize) {
742
+ return kMaxHashTableSize;
743
+ }
744
+ if (input_size < kMinHashTableSize) {
745
+ return kMinHashTableSize;
746
+ }
747
+ // This is equivalent to Log2Ceiling(input_size), assuming input_size > 1.
748
+ // 2 << Log2Floor(x - 1) is equivalent to 1 << (1 + Log2Floor(x - 1)).
749
+ return 2u << Bits::Log2Floor(input_size - 1);
750
+ }
751
+ } // namespace
752
+
753
+ namespace internal {
754
+ WorkingMemory::WorkingMemory(size_t input_size) {
755
+ const size_t max_fragment_size = std::min(input_size, kBlockSize);
756
+ const size_t table_size = CalculateTableSize(max_fragment_size);
757
+ size_ = table_size * sizeof(*table_) + max_fragment_size +
758
+ MaxCompressedLength(max_fragment_size);
759
+ mem_ = std::allocator<char>().allocate(size_);
760
+ table_ = reinterpret_cast<uint16_t*>(mem_);
761
+ input_ = mem_ + table_size * sizeof(*table_);
762
+ output_ = input_ + max_fragment_size;
763
+ }
764
+
765
+ WorkingMemory::~WorkingMemory() {
766
+ std::allocator<char>().deallocate(mem_, size_);
767
+ }
768
+
769
+ uint16_t* WorkingMemory::GetHashTable(size_t fragment_size,
770
+ int* table_size) const {
771
+ const size_t htsize = CalculateTableSize(fragment_size);
772
+ memset(table_, 0, htsize * sizeof(*table_));
773
+ *table_size = htsize;
774
+ return table_;
775
+ }
776
+ } // end namespace internal
777
+
778
+ // Flat array compression that does not emit the "uncompressed length"
779
+ // prefix. Compresses "input" string to the "*op" buffer.
780
+ //
781
+ // REQUIRES: "input" is at most "kBlockSize" bytes long.
782
+ // REQUIRES: "op" points to an array of memory that is at least
783
+ // "MaxCompressedLength(input.size())" in size.
784
+ // REQUIRES: All elements in "table[0..table_size-1]" are initialized to zero.
785
+ // REQUIRES: "table_size" is a power of two
786
+ //
787
+ // Returns an "end" pointer into "op" buffer.
788
+ // "end - op" is the compressed size of "input".
789
+ namespace internal {
790
+ char* CompressFragment(const char* input, size_t input_size, char* op,
791
+ uint16_t* table, const int table_size) {
792
+ // "ip" is the input pointer, and "op" is the output pointer.
793
+ const char* ip = input;
794
+ assert(input_size <= kBlockSize);
795
+ assert((table_size & (table_size - 1)) == 0); // table must be power of two
796
+ const uint32_t mask = 2 * (table_size - 1);
797
+ const char* ip_end = input + input_size;
798
+ const char* base_ip = ip;
799
+
800
+ const size_t kInputMarginBytes = 15;
801
+ if (SNAPPY_PREDICT_TRUE(input_size >= kInputMarginBytes)) {
802
+ const char* ip_limit = input + input_size - kInputMarginBytes;
803
+
804
+ for (uint32_t preload = LittleEndian::Load32(ip + 1);;) {
805
+ // Bytes in [next_emit, ip) will be emitted as literal bytes. Or
806
+ // [next_emit, ip_end) after the main loop.
807
+ const char* next_emit = ip++;
808
+ uint64_t data = LittleEndian::Load64(ip);
809
+ // The body of this loop calls EmitLiteral once and then EmitCopy one or
810
+ // more times. (The exception is that when we're close to exhausting
811
+ // the input we goto emit_remainder.)
812
+ //
813
+ // In the first iteration of this loop we're just starting, so
814
+ // there's nothing to copy, so calling EmitLiteral once is
815
+ // necessary. And we only start a new iteration when the
816
+ // current iteration has determined that a call to EmitLiteral will
817
+ // precede the next call to EmitCopy (if any).
818
+ //
819
+ // Step 1: Scan forward in the input looking for a 4-byte-long match.
820
+ // If we get close to exhausting the input then goto emit_remainder.
821
+ //
822
+ // Heuristic match skipping: If 32 bytes are scanned with no matches
823
+ // found, start looking only at every other byte. If 32 more bytes are
824
+ // scanned (or skipped), look at every third byte, etc.. When a match is
825
+ // found, immediately go back to looking at every byte. This is a small
826
+ // loss (~5% performance, ~0.1% density) for compressible data due to more
827
+ // bookkeeping, but for non-compressible data (such as JPEG) it's a huge
828
+ // win since the compressor quickly "realizes" the data is incompressible
829
+ // and doesn't bother looking for matches everywhere.
830
+ //
831
+ // The "skip" variable keeps track of how many bytes there are since the
832
+ // last match; dividing it by 32 (ie. right-shifting by five) gives the
833
+ // number of bytes to move ahead for each iteration.
834
+ uint32_t skip = 32;
835
+
836
+ const char* candidate;
837
+ if (ip_limit - ip >= 16) {
838
+ auto delta = ip - base_ip;
839
+ for (int j = 0; j < 4; ++j) {
840
+ for (int k = 0; k < 4; ++k) {
841
+ int i = 4 * j + k;
842
+ // These for-loops are meant to be unrolled. So we can freely
843
+ // special case the first iteration to use the value already
844
+ // loaded in preload.
845
+ uint32_t dword = i == 0 ? preload : static_cast<uint32_t>(data);
846
+ assert(dword == LittleEndian::Load32(ip + i));
847
+ uint16_t* table_entry = TableEntry(table, dword, mask);
848
+ candidate = base_ip + *table_entry;
849
+ assert(candidate >= base_ip);
850
+ assert(candidate < ip + i);
851
+ *table_entry = delta + i;
852
+ if (SNAPPY_PREDICT_FALSE(LittleEndian::Load32(candidate) == dword)) {
853
+ *op = LITERAL | (i << 2);
854
+ UnalignedCopy128(next_emit, op + 1);
855
+ ip += i;
856
+ op = op + i + 2;
857
+ goto emit_match;
858
+ }
859
+ data >>= 8;
860
+ }
861
+ data = LittleEndian::Load64(ip + 4 * j + 4);
862
+ }
863
+ ip += 16;
864
+ skip += 16;
865
+ }
866
+ while (true) {
867
+ assert(static_cast<uint32_t>(data) == LittleEndian::Load32(ip));
868
+ uint16_t* table_entry = TableEntry(table, data, mask);
869
+ uint32_t bytes_between_hash_lookups = skip >> 5;
870
+ skip += bytes_between_hash_lookups;
871
+ const char* next_ip = ip + bytes_between_hash_lookups;
872
+ if (SNAPPY_PREDICT_FALSE(next_ip > ip_limit)) {
873
+ ip = next_emit;
874
+ goto emit_remainder;
875
+ }
876
+ candidate = base_ip + *table_entry;
877
+ assert(candidate >= base_ip);
878
+ assert(candidate < ip);
879
+
880
+ *table_entry = ip - base_ip;
881
+ if (SNAPPY_PREDICT_FALSE(static_cast<uint32_t>(data) ==
882
+ LittleEndian::Load32(candidate))) {
883
+ break;
884
+ }
885
+ data = LittleEndian::Load32(next_ip);
886
+ ip = next_ip;
887
+ }
888
+
889
+ // Step 2: A 4-byte match has been found. We'll later see if more
890
+ // than 4 bytes match. But, prior to the match, input
891
+ // bytes [next_emit, ip) are unmatched. Emit them as "literal bytes."
892
+ assert(next_emit + 16 <= ip_end);
893
+ op = EmitLiteral</*allow_fast_path=*/true>(op, next_emit, ip - next_emit);
894
+
895
+ // Step 3: Call EmitCopy, and then see if another EmitCopy could
896
+ // be our next move. Repeat until we find no match for the
897
+ // input immediately after what was consumed by the last EmitCopy call.
898
+ //
899
+ // If we exit this loop normally then we need to call EmitLiteral next,
900
+ // though we don't yet know how big the literal will be. We handle that
901
+ // by proceeding to the next iteration of the main loop. We also can exit
902
+ // this loop via goto if we get close to exhausting the input.
903
+ emit_match:
904
+ do {
905
+ // We have a 4-byte match at ip, and no need to emit any
906
+ // "literal bytes" prior to ip.
907
+ const char* base = ip;
908
+ std::pair<size_t, bool> p =
909
+ FindMatchLength(candidate + 4, ip + 4, ip_end, &data);
910
+ size_t matched = 4 + p.first;
911
+ ip += matched;
912
+ size_t offset = base - candidate;
913
+ assert(0 == memcmp(base, candidate, matched));
914
+ if (p.second) {
915
+ op = EmitCopy</*len_less_than_12=*/true>(op, offset, matched);
916
+ } else {
917
+ op = EmitCopy</*len_less_than_12=*/false>(op, offset, matched);
918
+ }
919
+ if (SNAPPY_PREDICT_FALSE(ip >= ip_limit)) {
920
+ goto emit_remainder;
921
+ }
922
+ // Expect 5 bytes to match
923
+ assert((data & 0xFFFFFFFFFF) ==
924
+ (LittleEndian::Load64(ip) & 0xFFFFFFFFFF));
925
+ // We are now looking for a 4-byte match again. We read
926
+ // table[Hash(ip, mask)] for that. To improve compression,
927
+ // we also update table[Hash(ip - 1, mask)] and table[Hash(ip, mask)].
928
+ *TableEntry(table, LittleEndian::Load32(ip - 1), mask) =
929
+ ip - base_ip - 1;
930
+ uint16_t* table_entry = TableEntry(table, data, mask);
931
+ candidate = base_ip + *table_entry;
932
+ *table_entry = ip - base_ip;
933
+ // Measurements on the benchmarks have shown the following probabilities
934
+ // for the loop to exit (ie. avg. number of iterations is reciprocal).
935
+ // BM_Flat/6 txt1 p = 0.3-0.4
936
+ // BM_Flat/7 txt2 p = 0.35
937
+ // BM_Flat/8 txt3 p = 0.3-0.4
938
+ // BM_Flat/9 txt3 p = 0.34-0.4
939
+ // BM_Flat/10 pb p = 0.4
940
+ // BM_Flat/11 gaviota p = 0.1
941
+ // BM_Flat/12 cp p = 0.5
942
+ // BM_Flat/13 c p = 0.3
943
+ } while (static_cast<uint32_t>(data) == LittleEndian::Load32(candidate));
944
+ // Because the least significant 5 bytes matched, we can utilize data
945
+ // for the next iteration.
946
+ preload = data >> 8;
947
+ }
948
+ }
949
+
950
+ emit_remainder:
951
+ // Emit the remaining bytes as a literal
952
+ if (ip < ip_end) {
953
+ op = EmitLiteral</*allow_fast_path=*/false>(op, ip, ip_end - ip);
954
+ }
955
+
956
+ return op;
957
+ }
958
+
959
+ char* CompressFragmentDoubleHash(const char* input, size_t input_size, char* op,
960
+ uint16_t* table, const int table_size,
961
+ uint16_t* table2, const int table_size2) {
962
+ (void)table_size2;
963
+ assert(table_size == table_size2);
964
+ // "ip" is the input pointer, and "op" is the output pointer.
965
+ const char* ip = input;
966
+ assert(input_size <= kBlockSize);
967
+ assert((table_size & (table_size - 1)) == 0); // table must be power of two
968
+ const uint32_t mask = 2 * (table_size - 1);
969
+ const char* ip_end = input + input_size;
970
+ const char* base_ip = ip;
971
+
972
+ const size_t kInputMarginBytes = 15;
973
+ if (SNAPPY_PREDICT_TRUE(input_size >= kInputMarginBytes)) {
974
+ const char* ip_limit = input + input_size - kInputMarginBytes;
975
+
976
+ for (;;) {
977
+ const char* next_emit = ip++;
978
+ uint64_t data = LittleEndian::Load64(ip);
979
+ uint32_t skip = 512;
980
+
981
+ const char* candidate;
982
+ uint32_t candidate_length;
983
+ while (true) {
984
+ assert(static_cast<uint32_t>(data) == LittleEndian::Load32(ip));
985
+ uint16_t* table_entry2 = TableEntry8ByteMatch(table2, data, mask);
986
+ uint32_t bytes_between_hash_lookups = skip >> 9;
987
+ skip++;
988
+ const char* next_ip = ip + bytes_between_hash_lookups;
989
+ if (SNAPPY_PREDICT_FALSE(next_ip > ip_limit)) {
990
+ ip = next_emit;
991
+ goto emit_remainder;
992
+ }
993
+ candidate = base_ip + *table_entry2;
994
+ assert(candidate >= base_ip);
995
+ assert(candidate < ip);
996
+
997
+ *table_entry2 = ip - base_ip;
998
+ if (SNAPPY_PREDICT_FALSE(static_cast<uint32_t>(data) ==
999
+ LittleEndian::Load32(candidate))) {
1000
+ candidate_length =
1001
+ FindMatchLengthPlain(candidate + 4, ip + 4, ip_end) + 4;
1002
+ break;
1003
+ }
1004
+
1005
+ uint16_t* table_entry = TableEntry4ByteMatch(table, data, mask);
1006
+ candidate = base_ip + *table_entry;
1007
+ assert(candidate >= base_ip);
1008
+ assert(candidate < ip);
1009
+
1010
+ *table_entry = ip - base_ip;
1011
+ if (SNAPPY_PREDICT_FALSE(static_cast<uint32_t>(data) ==
1012
+ LittleEndian::Load32(candidate))) {
1013
+ candidate_length =
1014
+ FindMatchLengthPlain(candidate + 4, ip + 4, ip_end) + 4;
1015
+ table_entry2 =
1016
+ TableEntry8ByteMatch(table2, LittleEndian::Load64(ip + 1), mask);
1017
+ auto candidate2 = base_ip + *table_entry2;
1018
+ size_t candidate_length2 =
1019
+ FindMatchLengthPlain(candidate2, ip + 1, ip_end);
1020
+ if (candidate_length2 > candidate_length) {
1021
+ *table_entry2 = ip - base_ip;
1022
+ candidate = candidate2;
1023
+ candidate_length = candidate_length2;
1024
+ ++ip;
1025
+ }
1026
+ break;
1027
+ }
1028
+ data = LittleEndian::Load64(next_ip);
1029
+ ip = next_ip;
1030
+ }
1031
+ // Backtrack to the point it matches fully.
1032
+ while (ip > next_emit && candidate > base_ip &&
1033
+ *(ip - 1) == *(candidate - 1)) {
1034
+ --ip;
1035
+ --candidate;
1036
+ ++candidate_length;
1037
+ }
1038
+ *TableEntry8ByteMatch(table2, LittleEndian::Load64(ip + 1), mask) =
1039
+ ip - base_ip + 1;
1040
+ *TableEntry8ByteMatch(table2, LittleEndian::Load64(ip + 2), mask) =
1041
+ ip - base_ip + 2;
1042
+ *TableEntry4ByteMatch(table, LittleEndian::Load32(ip + 1), mask) =
1043
+ ip - base_ip + 1;
1044
+ // Step 2: A 4-byte or 8-byte match has been found.
1045
+ // We'll later see if more than 4 bytes match. But, prior to the match,
1046
+ // input bytes [next_emit, ip) are unmatched. Emit them as
1047
+ // "literal bytes."
1048
+ assert(next_emit + 16 <= ip_end);
1049
+ if (ip - next_emit > 0) {
1050
+ op = EmitLiteral</*allow_fast_path=*/true>(op, next_emit,
1051
+ ip - next_emit);
1052
+ }
1053
+ // Step 3: Call EmitCopy, and then see if another EmitCopy could
1054
+ // be our next move. Repeat until we find no match for the
1055
+ // input immediately after what was consumed by the last EmitCopy call.
1056
+ //
1057
+ // If we exit this loop normally then we need to call EmitLiteral next,
1058
+ // though we don't yet know how big the literal will be. We handle that
1059
+ // by proceeding to the next iteration of the main loop. We also can exit
1060
+ // this loop via goto if we get close to exhausting the input.
1061
+ do {
1062
+ // We have a 4-byte match at ip, and no need to emit any
1063
+ // "literal bytes" prior to ip.
1064
+ const char* base = ip;
1065
+ ip += candidate_length;
1066
+ size_t offset = base - candidate;
1067
+ if (candidate_length < 12) {
1068
+ op =
1069
+ EmitCopy</*len_less_than_12=*/true>(op, offset, candidate_length);
1070
+ } else {
1071
+ op = EmitCopy</*len_less_than_12=*/false>(op, offset,
1072
+ candidate_length);
1073
+ }
1074
+ if (SNAPPY_PREDICT_FALSE(ip >= ip_limit)) {
1075
+ goto emit_remainder;
1076
+ }
1077
+ // We are now looking for a 4-byte match again. We read
1078
+ // table[Hash(ip, mask)] for that. To improve compression,
1079
+ // we also update several previous table entries.
1080
+ if (ip - base_ip > 7) {
1081
+ *TableEntry8ByteMatch(table2, LittleEndian::Load64(ip - 7), mask) =
1082
+ ip - base_ip - 7;
1083
+ *TableEntry8ByteMatch(table2, LittleEndian::Load64(ip - 4), mask) =
1084
+ ip - base_ip - 4;
1085
+ }
1086
+ *TableEntry8ByteMatch(table2, LittleEndian::Load64(ip - 3), mask) =
1087
+ ip - base_ip - 3;
1088
+ *TableEntry8ByteMatch(table2, LittleEndian::Load64(ip - 2), mask) =
1089
+ ip - base_ip - 2;
1090
+ *TableEntry4ByteMatch(table, LittleEndian::Load32(ip - 2), mask) =
1091
+ ip - base_ip - 2;
1092
+ *TableEntry4ByteMatch(table, LittleEndian::Load32(ip - 1), mask) =
1093
+ ip - base_ip - 1;
1094
+
1095
+ uint16_t* table_entry =
1096
+ TableEntry8ByteMatch(table2, LittleEndian::Load64(ip), mask);
1097
+ candidate = base_ip + *table_entry;
1098
+ *table_entry = ip - base_ip;
1099
+ if (LittleEndian::Load32(ip) == LittleEndian::Load32(candidate)) {
1100
+ candidate_length =
1101
+ FindMatchLengthPlain(candidate + 4, ip + 4, ip_end) + 4;
1102
+ continue;
1103
+ }
1104
+ table_entry =
1105
+ TableEntry4ByteMatch(table, LittleEndian::Load32(ip), mask);
1106
+ candidate = base_ip + *table_entry;
1107
+ *table_entry = ip - base_ip;
1108
+ if (LittleEndian::Load32(ip) == LittleEndian::Load32(candidate)) {
1109
+ candidate_length =
1110
+ FindMatchLengthPlain(candidate + 4, ip + 4, ip_end) + 4;
1111
+ continue;
1112
+ }
1113
+ break;
1114
+ } while (true);
1115
+ }
1116
+ }
1117
+
1118
+ emit_remainder:
1119
+ // Emit the remaining bytes as a literal
1120
+ if (ip < ip_end) {
1121
+ op = EmitLiteral</*allow_fast_path=*/false>(op, ip, ip_end - ip);
1122
+ }
1123
+
1124
+ return op;
1125
+ }
1126
+ } // end namespace internal
1127
+
1128
+ static inline void Report(int token, const char *algorithm, size_t
1129
+ compressed_size, size_t uncompressed_size) {
1130
+ // TODO: Switch to [[maybe_unused]] when we can assume C++17.
1131
+ (void)token;
1132
+ (void)algorithm;
1133
+ (void)compressed_size;
1134
+ (void)uncompressed_size;
1135
+ }
1136
+
1137
+ // Signature of output types needed by decompression code.
1138
+ // The decompression code is templatized on a type that obeys this
1139
+ // signature so that we do not pay virtual function call overhead in
1140
+ // the middle of a tight decompression loop.
1141
+ //
1142
+ // class DecompressionWriter {
1143
+ // public:
1144
+ // // Called before decompression
1145
+ // void SetExpectedLength(size_t length);
1146
+ //
1147
+ // // For performance a writer may choose to donate the cursor variable to the
1148
+ // // decompression function. The decompression will inject it in all its
1149
+ // // function calls to the writer. Keeping the important output cursor as a
1150
+ // // function local stack variable allows the compiler to keep it in
1151
+ // // register, which greatly aids performance by avoiding loads and stores of
1152
+ // // this variable in the fast path loop iterations.
1153
+ // T GetOutputPtr() const;
1154
+ //
1155
+ // // At end of decompression the loop donates the ownership of the cursor
1156
+ // // variable back to the writer by calling this function.
1157
+ // void SetOutputPtr(T op);
1158
+ //
1159
+ // // Called after decompression
1160
+ // bool CheckLength() const;
1161
+ //
1162
+ // // Called repeatedly during decompression
1163
+ // // Each function get a pointer to the op (output pointer), that the writer
1164
+ // // can use and update. Note it's important that these functions get fully
1165
+ // // inlined so that no actual address of the local variable needs to be
1166
+ // // taken.
1167
+ // bool Append(const char* ip, size_t length, T* op);
1168
+ // bool AppendFromSelf(uint32_t offset, size_t length, T* op);
1169
+ //
1170
+ // // The rules for how TryFastAppend differs from Append are somewhat
1171
+ // // convoluted:
1172
+ // //
1173
+ // // - TryFastAppend is allowed to decline (return false) at any
1174
+ // // time, for any reason -- just "return false" would be
1175
+ // // a perfectly legal implementation of TryFastAppend.
1176
+ // // The intention is for TryFastAppend to allow a fast path
1177
+ // // in the common case of a small append.
1178
+ // // - TryFastAppend is allowed to read up to <available> bytes
1179
+ // // from the input buffer, whereas Append is allowed to read
1180
+ // // <length>. However, if it returns true, it must leave
1181
+ // // at least five (kMaximumTagLength) bytes in the input buffer
1182
+ // // afterwards, so that there is always enough space to read the
1183
+ // // next tag without checking for a refill.
1184
+ // // - TryFastAppend must always return decline (return false)
1185
+ // // if <length> is 61 or more, as in this case the literal length is not
1186
+ // // decoded fully. In practice, this should not be a big problem,
1187
+ // // as it is unlikely that one would implement a fast path accepting
1188
+ // // this much data.
1189
+ // //
1190
+ // bool TryFastAppend(const char* ip, size_t available, size_t length, T* op);
1191
+ // };
1192
+
1193
+ static inline uint32_t ExtractLowBytes(const uint32_t& v, int n) {
1194
+ assert(n >= 0);
1195
+ assert(n <= 4);
1196
+ #if SNAPPY_HAVE_BMI2
1197
+ return _bzhi_u32(v, 8 * n);
1198
+ #else
1199
+ // This needs to be wider than uint32_t otherwise `mask << 32` will be
1200
+ // undefined.
1201
+ uint64_t mask = 0xffffffff;
1202
+ return v & ~(mask << (8 * n));
1203
+ #endif
1204
+ }
1205
+
1206
+ static inline bool LeftShiftOverflows(uint8_t value, uint32_t shift) {
1207
+ assert(shift < 32);
1208
+ static const uint8_t masks[] = {
1209
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, //
1210
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, //
1211
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, //
1212
+ 0x00, 0x80, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc, 0xfe};
1213
+ return (value & masks[shift]) != 0;
1214
+ }
1215
+
1216
+ inline bool Copy64BytesWithPatternExtension(ptrdiff_t dst, size_t offset) {
1217
+ // TODO: Switch to [[maybe_unused]] when we can assume C++17.
1218
+ (void)dst;
1219
+ return offset != 0;
1220
+ }
1221
+
1222
+ // Copies between size bytes and 64 bytes from src to dest. size cannot exceed
1223
+ // 64. More than size bytes, but never exceeding 64, might be copied if doing
1224
+ // so gives better performance. [src, src + size) must not overlap with
1225
+ // [dst, dst + size), but [src, src + 64) may overlap with [dst, dst + 64).
1226
+ void MemCopy64(char* dst, const void* src, size_t size) {
1227
+ // Always copy this many bytes. If that's below size then copy the full 64.
1228
+ constexpr int kShortMemCopy = 32;
1229
+
1230
+ assert(size <= 64);
1231
+ assert(std::less_equal<const void*>()(static_cast<const char*>(src) + size,
1232
+ dst) ||
1233
+ std::less_equal<const void*>()(dst + size, src));
1234
+
1235
+ // We know that src and dst are at least size bytes apart. However, because we
1236
+ // might copy more than size bytes the copy still might overlap past size.
1237
+ // E.g. if src and dst appear consecutively in memory (src + size >= dst).
1238
+ // TODO: Investigate wider copies on other platforms.
1239
+ #if defined(__x86_64__) && defined(__AVX__)
1240
+ assert(kShortMemCopy <= 32);
1241
+ __m256i data = _mm256_lddqu_si256(static_cast<const __m256i *>(src));
1242
+ _mm256_storeu_si256(reinterpret_cast<__m256i *>(dst), data);
1243
+ // Profiling shows that nearly all copies are short.
1244
+ if (SNAPPY_PREDICT_FALSE(size > kShortMemCopy)) {
1245
+ data = _mm256_lddqu_si256(static_cast<const __m256i *>(src) + 1);
1246
+ _mm256_storeu_si256(reinterpret_cast<__m256i *>(dst) + 1, data);
1247
+ }
1248
+ #else
1249
+ std::memmove(dst, src, kShortMemCopy);
1250
+ // Profiling shows that nearly all copies are short.
1251
+ if (SNAPPY_PREDICT_FALSE(size > kShortMemCopy)) {
1252
+ std::memmove(dst + kShortMemCopy,
1253
+ static_cast<const uint8_t*>(src) + kShortMemCopy,
1254
+ 64 - kShortMemCopy);
1255
+ }
1256
+ #endif
1257
+ }
1258
+
1259
+ void MemCopy64(ptrdiff_t dst, const void* src, size_t size) {
1260
+ // TODO: Switch to [[maybe_unused]] when we can assume C++17.
1261
+ (void)dst;
1262
+ (void)src;
1263
+ (void)size;
1264
+ }
1265
+
1266
+ void ClearDeferred(const void** deferred_src, size_t* deferred_length,
1267
+ uint8_t* safe_source) {
1268
+ *deferred_src = safe_source;
1269
+ *deferred_length = 0;
1270
+ }
1271
+
1272
+ void DeferMemCopy(const void** deferred_src, size_t* deferred_length,
1273
+ const void* src, size_t length) {
1274
+ *deferred_src = src;
1275
+ *deferred_length = length;
1276
+ }
1277
+
1278
+ SNAPPY_ATTRIBUTE_ALWAYS_INLINE
1279
+ inline size_t AdvanceToNextTagARMOptimized(const uint8_t** ip_p, size_t* tag) {
1280
+ const uint8_t*& ip = *ip_p;
1281
+ // This section is crucial for the throughput of the decompression loop.
1282
+ // The latency of an iteration is fundamentally constrained by the
1283
+ // following data chain on ip.
1284
+ // ip -> c = Load(ip) -> delta1 = (c & 3) -> ip += delta1 or delta2
1285
+ // delta2 = ((c >> 2) + 1) ip++
1286
+ // This is different from X86 optimizations because ARM has conditional add
1287
+ // instruction (csinc) and it removes several register moves.
1288
+ const size_t tag_type = *tag & 3;
1289
+ const bool is_literal = (tag_type == 0);
1290
+ if (is_literal) {
1291
+ size_t next_literal_tag = (*tag >> 2) + 1;
1292
+ *tag = ip[next_literal_tag];
1293
+ ip += next_literal_tag + 1;
1294
+ } else {
1295
+ *tag = ip[tag_type];
1296
+ ip += tag_type + 1;
1297
+ }
1298
+ return tag_type;
1299
+ }
1300
+
1301
+ SNAPPY_ATTRIBUTE_ALWAYS_INLINE
1302
+ inline size_t AdvanceToNextTagX86Optimized(const uint8_t** ip_p, size_t* tag) {
1303
+ const uint8_t*& ip = *ip_p;
1304
+ // This section is crucial for the throughput of the decompression loop.
1305
+ // The latency of an iteration is fundamentally constrained by the
1306
+ // following data chain on ip.
1307
+ // ip -> c = Load(ip) -> ip1 = ip + 1 + (c & 3) -> ip = ip1 or ip2
1308
+ // ip2 = ip + 2 + (c >> 2)
1309
+ // This amounts to 8 cycles.
1310
+ // 5 (load) + 1 (c & 3) + 1 (lea ip1, [ip + (c & 3) + 1]) + 1 (cmov)
1311
+ size_t literal_len = *tag >> 2;
1312
+ size_t tag_type = *tag;
1313
+ bool is_literal;
1314
+ #if defined(__GCC_ASM_FLAG_OUTPUTS__) && defined(__x86_64__)
1315
+ // TODO clang misses the fact that the (c & 3) already correctly
1316
+ // sets the zero flag.
1317
+ asm("and $3, %k[tag_type]\n\t"
1318
+ : [tag_type] "+r"(tag_type), "=@ccz"(is_literal)
1319
+ :: "cc");
1320
+ #else
1321
+ tag_type &= 3;
1322
+ is_literal = (tag_type == 0);
1323
+ #endif
1324
+ // TODO
1325
+ // This is code is subtle. Loading the values first and then cmov has less
1326
+ // latency then cmov ip and then load. However clang would move the loads
1327
+ // in an optimization phase, volatile prevents this transformation.
1328
+ // Note that we have enough slop bytes (64) that the loads are always valid.
1329
+ size_t tag_literal =
1330
+ static_cast<const volatile uint8_t*>(ip)[1 + literal_len];
1331
+ size_t tag_copy = static_cast<const volatile uint8_t*>(ip)[tag_type];
1332
+ *tag = is_literal ? tag_literal : tag_copy;
1333
+ const uint8_t* ip_copy = ip + 1 + tag_type;
1334
+ const uint8_t* ip_literal = ip + 2 + literal_len;
1335
+ ip = is_literal ? ip_literal : ip_copy;
1336
+ #if defined(__GNUC__) && defined(__x86_64__)
1337
+ // TODO Clang is "optimizing" zero-extension (a totally free
1338
+ // operation) this means that after the cmov of tag, it emits another movzb
1339
+ // tag, byte(tag). It really matters as it's on the core chain. This dummy
1340
+ // asm, persuades clang to do the zero-extension at the load (it's automatic)
1341
+ // removing the expensive movzb.
1342
+ asm("" ::"r"(tag_copy));
1343
+ #endif
1344
+ return tag_type;
1345
+ }
1346
+
1347
+ // Extract the offset for copy-1 and copy-2 returns 0 for literals or copy-4.
1348
+ inline uint32_t ExtractOffset(uint32_t val, size_t tag_type) {
1349
+ // For x86 non-static storage works better. For ARM static storage is better.
1350
+ // TODO: Once the array is recognized as a register, improve the
1351
+ // readability for x86.
1352
+ #if defined(__x86_64__)
1353
+ constexpr uint64_t kExtractMasksCombined = 0x0000FFFF00FF0000ull;
1354
+ uint16_t result;
1355
+ memcpy(&result,
1356
+ reinterpret_cast<const char*>(&kExtractMasksCombined) + 2 * tag_type,
1357
+ sizeof(result));
1358
+ return val & result;
1359
+ #elif defined(__aarch64__)
1360
+ constexpr uint64_t kExtractMasksCombined = 0x0000FFFF00FF0000ull;
1361
+ return val & static_cast<uint32_t>(
1362
+ (kExtractMasksCombined >> (tag_type * 16)) & 0xFFFF);
1363
+ #else
1364
+ static constexpr uint32_t kExtractMasks[4] = {0, 0xFF, 0xFFFF, 0};
1365
+ return val & kExtractMasks[tag_type];
1366
+ #endif
1367
+ };
1368
+
1369
+ // Core decompression loop, when there is enough data available.
1370
+ // Decompresses the input buffer [ip, ip_limit) into the output buffer
1371
+ // [op, op_limit_min_slop). Returning when either we are too close to the end
1372
+ // of the input buffer, or we exceed op_limit_min_slop or when a exceptional
1373
+ // tag is encountered (literal of length > 60) or a copy-4.
1374
+ // Returns {ip, op} at the points it stopped decoding.
1375
+ // TODO This function probably does not need to be inlined, as it
1376
+ // should decode large chunks at a time. This allows runtime dispatch to
1377
+ // implementations based on CPU capability (BMI2 / perhaps 32 / 64 byte memcpy).
1378
+ template <typename T>
1379
+ std::pair<const uint8_t*, ptrdiff_t> DecompressBranchless(
1380
+ const uint8_t* ip, const uint8_t* ip_limit, ptrdiff_t op, T op_base,
1381
+ ptrdiff_t op_limit_min_slop) {
1382
+ // If deferred_src is invalid point it here.
1383
+ uint8_t safe_source[64];
1384
+ const void* deferred_src;
1385
+ size_t deferred_length;
1386
+ ClearDeferred(&deferred_src, &deferred_length, safe_source);
1387
+
1388
+ // We unroll the inner loop twice so we need twice the spare room.
1389
+ op_limit_min_slop -= kSlopBytes;
1390
+ if (2 * (kSlopBytes + 1) < ip_limit - ip && op < op_limit_min_slop) {
1391
+ const uint8_t* const ip_limit_min_slop = ip_limit - 2 * kSlopBytes - 1;
1392
+ ip++;
1393
+ // ip points just past the tag and we are touching at maximum kSlopBytes
1394
+ // in an iteration.
1395
+ size_t tag = ip[-1];
1396
+ #if defined(__clang__) && defined(__aarch64__)
1397
+ // Workaround for https://bugs.llvm.org/show_bug.cgi?id=51317
1398
+ // when loading 1 byte, clang for aarch64 doesn't realize that it(ldrb)
1399
+ // comes with free zero-extension, so clang generates another
1400
+ // 'and xn, xm, 0xff' before it use that as the offset. This 'and' is
1401
+ // redundant and can be removed by adding this dummy asm, which gives
1402
+ // clang a hint that we're doing the zero-extension at the load.
1403
+ asm("" ::"r"(tag));
1404
+ #endif
1405
+ do {
1406
+ // The throughput is limited by instructions, unrolling the inner loop
1407
+ // twice reduces the amount of instructions checking limits and also
1408
+ // leads to reduced mov's.
1409
+
1410
+ SNAPPY_PREFETCH(ip + 128);
1411
+ for (int i = 0; i < 2; i++) {
1412
+ const uint8_t* old_ip = ip;
1413
+ assert(tag == ip[-1]);
1414
+ // For literals tag_type = 0, hence we will always obtain 0 from
1415
+ // ExtractLowBytes. For literals offset will thus be kLiteralOffset.
1416
+ ptrdiff_t len_minus_offset = kLengthMinusOffset[tag];
1417
+ uint32_t next;
1418
+ #if defined(__aarch64__)
1419
+ size_t tag_type = AdvanceToNextTagARMOptimized(&ip, &tag);
1420
+ // We never need more than 16 bits. Doing a Load16 allows the compiler
1421
+ // to elide the masking operation in ExtractOffset.
1422
+ next = LittleEndian::Load16(old_ip);
1423
+ #else
1424
+ size_t tag_type = AdvanceToNextTagX86Optimized(&ip, &tag);
1425
+ next = LittleEndian::Load32(old_ip);
1426
+ #endif
1427
+ size_t len = len_minus_offset & 0xFF;
1428
+ ptrdiff_t extracted = ExtractOffset(next, tag_type);
1429
+ ptrdiff_t len_min_offset = len_minus_offset - extracted;
1430
+ if (SNAPPY_PREDICT_FALSE(len_minus_offset > extracted)) {
1431
+ if (SNAPPY_PREDICT_FALSE(len & 0x80)) {
1432
+ // Exceptional case (long literal or copy 4).
1433
+ // Actually doing the copy here is negatively impacting the main
1434
+ // loop due to compiler incorrectly allocating a register for
1435
+ // this fallback. Hence we just break.
1436
+ break_loop:
1437
+ ip = old_ip;
1438
+ goto exit;
1439
+ }
1440
+ // Only copy-1 or copy-2 tags can get here.
1441
+ assert(tag_type == 1 || tag_type == 2);
1442
+ std::ptrdiff_t delta = (op + deferred_length) + len_min_offset - len;
1443
+ // Guard against copies before the buffer start.
1444
+ // Execute any deferred MemCopy since we write to dst here.
1445
+ MemCopy64(op_base + op, deferred_src, deferred_length);
1446
+ op += deferred_length;
1447
+ ClearDeferred(&deferred_src, &deferred_length, safe_source);
1448
+ if (SNAPPY_PREDICT_FALSE(delta < 0 ||
1449
+ !Copy64BytesWithPatternExtension(
1450
+ op_base + op, len - len_min_offset))) {
1451
+ goto break_loop;
1452
+ }
1453
+ // We aren't deferring this copy so add length right away.
1454
+ op += len;
1455
+ continue;
1456
+ }
1457
+ std::ptrdiff_t delta = (op + deferred_length) + len_min_offset - len;
1458
+ if (SNAPPY_PREDICT_FALSE(delta < 0)) {
1459
+ // Due to the spurious offset in literals have this will trigger
1460
+ // at the start of a block when op is still smaller than 256.
1461
+ if (tag_type != 0) goto break_loop;
1462
+ MemCopy64(op_base + op, deferred_src, deferred_length);
1463
+ op += deferred_length;
1464
+ DeferMemCopy(&deferred_src, &deferred_length, old_ip, len);
1465
+ continue;
1466
+ }
1467
+
1468
+ // For copies we need to copy from op_base + delta, for literals
1469
+ // we need to copy from ip instead of from the stream.
1470
+ const void* from =
1471
+ tag_type ? reinterpret_cast<void*>(op_base + delta) : old_ip;
1472
+ MemCopy64(op_base + op, deferred_src, deferred_length);
1473
+ op += deferred_length;
1474
+ DeferMemCopy(&deferred_src, &deferred_length, from, len);
1475
+ }
1476
+ } while (ip < ip_limit_min_slop &&
1477
+ static_cast<ptrdiff_t>(op + deferred_length) < op_limit_min_slop);
1478
+ exit:
1479
+ ip--;
1480
+ assert(ip <= ip_limit);
1481
+ }
1482
+ // If we deferred a copy then we can perform. If we are up to date then we
1483
+ // might not have enough slop bytes and could run past the end.
1484
+ if (deferred_length) {
1485
+ MemCopy64(op_base + op, deferred_src, deferred_length);
1486
+ op += deferred_length;
1487
+ ClearDeferred(&deferred_src, &deferred_length, safe_source);
1488
+ }
1489
+ return {ip, op};
1490
+ }
1491
+
1492
+ // Helper class for decompression
1493
+ class SnappyDecompressor {
1494
+ private:
1495
+ Source* reader_; // Underlying source of bytes to decompress
1496
+ const char* ip_; // Points to next buffered byte
1497
+ const char* ip_limit_; // Points just past buffered bytes
1498
+ // If ip < ip_limit_min_maxtaglen_ it's safe to read kMaxTagLength from
1499
+ // buffer.
1500
+ const char* ip_limit_min_maxtaglen_;
1501
+ uint32_t peeked_; // Bytes peeked from reader (need to skip)
1502
+ bool eof_; // Hit end of input without an error?
1503
+ char scratch_[kMaximumTagLength]; // See RefillTag().
1504
+
1505
+ // Ensure that all of the tag metadata for the next tag is available
1506
+ // in [ip_..ip_limit_-1]. Also ensures that [ip,ip+4] is readable even
1507
+ // if (ip_limit_ - ip_ < 5).
1508
+ //
1509
+ // Returns true on success, false on error or end of input.
1510
+ bool RefillTag();
1511
+
1512
+ void ResetLimit(const char* ip) {
1513
+ ip_limit_min_maxtaglen_ =
1514
+ ip_limit_ - std::min<ptrdiff_t>(ip_limit_ - ip, kMaximumTagLength - 1);
1515
+ }
1516
+
1517
+ public:
1518
+ explicit SnappyDecompressor(Source* reader)
1519
+ : reader_(reader), ip_(NULL), ip_limit_(NULL), peeked_(0), eof_(false) {}
1520
+
1521
+ ~SnappyDecompressor() {
1522
+ // Advance past any bytes we peeked at from the reader
1523
+ reader_->Skip(peeked_);
1524
+ }
1525
+
1526
+ // Returns true iff we have hit the end of the input without an error.
1527
+ bool eof() const { return eof_; }
1528
+
1529
+ // Read the uncompressed length stored at the start of the compressed data.
1530
+ // On success, stores the length in *result and returns true.
1531
+ // On failure, returns false.
1532
+ bool ReadUncompressedLength(uint32_t* result) {
1533
+ assert(ip_ == NULL); // Must not have read anything yet
1534
+ // Length is encoded in 1..5 bytes
1535
+ *result = 0;
1536
+ uint32_t shift = 0;
1537
+ while (true) {
1538
+ if (shift >= 32) return false;
1539
+ size_t n;
1540
+ const char* ip = reader_->Peek(&n);
1541
+ if (n == 0) return false;
1542
+ const unsigned char c = *(reinterpret_cast<const unsigned char*>(ip));
1543
+ reader_->Skip(1);
1544
+ uint32_t val = c & 0x7f;
1545
+ if (LeftShiftOverflows(static_cast<uint8_t>(val), shift)) return false;
1546
+ *result |= val << shift;
1547
+ if (c < 128) {
1548
+ break;
1549
+ }
1550
+ shift += 7;
1551
+ }
1552
+ return true;
1553
+ }
1554
+
1555
+ // Process the next item found in the input.
1556
+ // Returns true if successful, false on error or end of input.
1557
+ template <class Writer>
1558
+ #if defined(__GNUC__) && defined(__x86_64__)
1559
+ __attribute__((aligned(32)))
1560
+ #endif
1561
+ void
1562
+ DecompressAllTags(Writer* writer) {
1563
+ const char* ip = ip_;
1564
+ ResetLimit(ip);
1565
+ auto op = writer->GetOutputPtr();
1566
+ // We could have put this refill fragment only at the beginning of the loop.
1567
+ // However, duplicating it at the end of each branch gives the compiler more
1568
+ // scope to optimize the <ip_limit_ - ip> expression based on the local
1569
+ // context, which overall increases speed.
1570
+ #define MAYBE_REFILL() \
1571
+ if (SNAPPY_PREDICT_FALSE(ip >= ip_limit_min_maxtaglen_)) { \
1572
+ ip_ = ip; \
1573
+ if (SNAPPY_PREDICT_FALSE(!RefillTag())) goto exit; \
1574
+ ip = ip_; \
1575
+ ResetLimit(ip); \
1576
+ } \
1577
+ preload = static_cast<uint8_t>(*ip)
1578
+
1579
+ // At the start of the for loop below the least significant byte of preload
1580
+ // contains the tag.
1581
+ uint32_t preload;
1582
+ MAYBE_REFILL();
1583
+ for (;;) {
1584
+ {
1585
+ ptrdiff_t op_limit_min_slop;
1586
+ auto op_base = writer->GetBase(&op_limit_min_slop);
1587
+ if (op_base) {
1588
+ auto res =
1589
+ DecompressBranchless(reinterpret_cast<const uint8_t*>(ip),
1590
+ reinterpret_cast<const uint8_t*>(ip_limit_),
1591
+ op - op_base, op_base, op_limit_min_slop);
1592
+ ip = reinterpret_cast<const char*>(res.first);
1593
+ op = op_base + res.second;
1594
+ MAYBE_REFILL();
1595
+ }
1596
+ }
1597
+ const uint8_t c = static_cast<uint8_t>(preload);
1598
+ ip++;
1599
+
1600
+ // Ratio of iterations that have LITERAL vs non-LITERAL for different
1601
+ // inputs.
1602
+ //
1603
+ // input LITERAL NON_LITERAL
1604
+ // -----------------------------------
1605
+ // html|html4|cp 23% 77%
1606
+ // urls 36% 64%
1607
+ // jpg 47% 53%
1608
+ // pdf 19% 81%
1609
+ // txt[1-4] 25% 75%
1610
+ // pb 24% 76%
1611
+ // bin 24% 76%
1612
+ if (SNAPPY_PREDICT_FALSE((c & 0x3) == LITERAL)) {
1613
+ size_t literal_length = (c >> 2) + 1u;
1614
+ if (writer->TryFastAppend(ip, ip_limit_ - ip, literal_length, &op)) {
1615
+ assert(literal_length < 61);
1616
+ ip += literal_length;
1617
+ // NOTE: There is no MAYBE_REFILL() here, as TryFastAppend()
1618
+ // will not return true unless there's already at least five spare
1619
+ // bytes in addition to the literal.
1620
+ preload = static_cast<uint8_t>(*ip);
1621
+ continue;
1622
+ }
1623
+ if (SNAPPY_PREDICT_FALSE(literal_length >= 61)) {
1624
+ // Long literal.
1625
+ const size_t literal_length_length = literal_length - 60;
1626
+ literal_length =
1627
+ ExtractLowBytes(LittleEndian::Load32(ip), literal_length_length) +
1628
+ 1;
1629
+ ip += literal_length_length;
1630
+ }
1631
+
1632
+ size_t avail = ip_limit_ - ip;
1633
+ while (avail < literal_length) {
1634
+ if (!writer->Append(ip, avail, &op)) goto exit;
1635
+ literal_length -= avail;
1636
+ reader_->Skip(peeked_);
1637
+ size_t n;
1638
+ ip = reader_->Peek(&n);
1639
+ avail = n;
1640
+ peeked_ = avail;
1641
+ if (avail == 0) goto exit;
1642
+ ip_limit_ = ip + avail;
1643
+ ResetLimit(ip);
1644
+ }
1645
+ if (!writer->Append(ip, literal_length, &op)) goto exit;
1646
+ ip += literal_length;
1647
+ MAYBE_REFILL();
1648
+ } else {
1649
+ if (SNAPPY_PREDICT_FALSE((c & 3) == COPY_4_BYTE_OFFSET)) {
1650
+ const size_t copy_offset = LittleEndian::Load32(ip);
1651
+ const size_t length = (c >> 2) + 1;
1652
+ ip += 4;
1653
+
1654
+ if (!writer->AppendFromSelf(copy_offset, length, &op)) goto exit;
1655
+ } else {
1656
+ const ptrdiff_t entry = kLengthMinusOffset[c];
1657
+ preload = LittleEndian::Load32(ip);
1658
+ const uint32_t trailer = ExtractLowBytes(preload, c & 3);
1659
+ const uint32_t length = entry & 0xff;
1660
+ assert(length > 0);
1661
+
1662
+ // copy_offset/256 is encoded in bits 8..10. By just fetching
1663
+ // those bits, we get copy_offset (since the bit-field starts at
1664
+ // bit 8).
1665
+ const uint32_t copy_offset = trailer - entry + length;
1666
+ if (!writer->AppendFromSelf(copy_offset, length, &op)) goto exit;
1667
+
1668
+ ip += (c & 3);
1669
+ // By using the result of the previous load we reduce the critical
1670
+ // dependency chain of ip to 4 cycles.
1671
+ preload >>= (c & 3) * 8;
1672
+ if (ip < ip_limit_min_maxtaglen_) continue;
1673
+ }
1674
+ MAYBE_REFILL();
1675
+ }
1676
+ }
1677
+ #undef MAYBE_REFILL
1678
+ exit:
1679
+ writer->SetOutputPtr(op);
1680
+ }
1681
+ };
1682
+
1683
+ constexpr uint32_t CalculateNeeded(uint8_t tag) {
1684
+ return ((tag & 3) == 0 && tag >= (60 * 4))
1685
+ ? (tag >> 2) - 58
1686
+ : (0x05030201 >> ((tag * 8) & 31)) & 0xFF;
1687
+ }
1688
+
1689
+ #if __cplusplus >= 201402L
1690
+ constexpr bool VerifyCalculateNeeded() {
1691
+ for (int i = 0; i < 1; i++) {
1692
+ if (CalculateNeeded(i) != (char_table[i] >> 11) + 1) return false;
1693
+ }
1694
+ return true;
1695
+ }
1696
+
1697
+ // Make sure CalculateNeeded is correct by verifying it against the established
1698
+ // table encoding the number of added bytes needed.
1699
+ static_assert(VerifyCalculateNeeded(), "");
1700
+ #endif // c++14
1701
+
1702
+ bool SnappyDecompressor::RefillTag() {
1703
+ const char* ip = ip_;
1704
+ if (ip == ip_limit_) {
1705
+ // Fetch a new fragment from the reader
1706
+ reader_->Skip(peeked_); // All peeked bytes are used up
1707
+ size_t n;
1708
+ ip = reader_->Peek(&n);
1709
+ peeked_ = n;
1710
+ eof_ = (n == 0);
1711
+ if (eof_) return false;
1712
+ ip_limit_ = ip + n;
1713
+ }
1714
+
1715
+ // Read the tag character
1716
+ assert(ip < ip_limit_);
1717
+ const unsigned char c = *(reinterpret_cast<const unsigned char*>(ip));
1718
+ // At this point make sure that the data for the next tag is consecutive.
1719
+ // For copy 1 this means the next 2 bytes (tag and 1 byte offset)
1720
+ // For copy 2 the next 3 bytes (tag and 2 byte offset)
1721
+ // For copy 4 the next 5 bytes (tag and 4 byte offset)
1722
+ // For all small literals we only need 1 byte buf for literals 60...63 the
1723
+ // length is encoded in 1...4 extra bytes.
1724
+ const uint32_t needed = CalculateNeeded(c);
1725
+ assert(needed <= sizeof(scratch_));
1726
+
1727
+ // Read more bytes from reader if needed
1728
+ uint32_t nbuf = ip_limit_ - ip;
1729
+ if (nbuf < needed) {
1730
+ // Stitch together bytes from ip and reader to form the word
1731
+ // contents. We store the needed bytes in "scratch_". They
1732
+ // will be consumed immediately by the caller since we do not
1733
+ // read more than we need.
1734
+ std::memmove(scratch_, ip, nbuf);
1735
+ reader_->Skip(peeked_); // All peeked bytes are used up
1736
+ peeked_ = 0;
1737
+ while (nbuf < needed) {
1738
+ size_t length;
1739
+ const char* src = reader_->Peek(&length);
1740
+ if (length == 0) return false;
1741
+ uint32_t to_add = std::min<uint32_t>(needed - nbuf, length);
1742
+ std::memcpy(scratch_ + nbuf, src, to_add);
1743
+ nbuf += to_add;
1744
+ reader_->Skip(to_add);
1745
+ }
1746
+ assert(nbuf == needed);
1747
+ ip_ = scratch_;
1748
+ ip_limit_ = scratch_ + needed;
1749
+ } else if (nbuf < kMaximumTagLength) {
1750
+ // Have enough bytes, but move into scratch_ so that we do not
1751
+ // read past end of input
1752
+ std::memmove(scratch_, ip, nbuf);
1753
+ reader_->Skip(peeked_); // All peeked bytes are used up
1754
+ peeked_ = 0;
1755
+ ip_ = scratch_;
1756
+ ip_limit_ = scratch_ + nbuf;
1757
+ } else {
1758
+ // Pass pointer to buffer returned by reader_.
1759
+ ip_ = ip;
1760
+ }
1761
+ return true;
1762
+ }
1763
+
1764
+ template <typename Writer>
1765
+ static bool InternalUncompress(Source* r, Writer* writer) {
1766
+ // Read the uncompressed length from the front of the compressed input
1767
+ SnappyDecompressor decompressor(r);
1768
+ uint32_t uncompressed_len = 0;
1769
+ if (!decompressor.ReadUncompressedLength(&uncompressed_len)) return false;
1770
+
1771
+ return InternalUncompressAllTags(&decompressor, writer, r->Available(),
1772
+ uncompressed_len);
1773
+ }
1774
+
1775
+ template <typename Writer>
1776
+ static bool InternalUncompressAllTags(SnappyDecompressor* decompressor,
1777
+ Writer* writer, uint32_t compressed_len,
1778
+ uint32_t uncompressed_len) {
1779
+ int token = 0;
1780
+ Report(token, "snappy_uncompress", compressed_len, uncompressed_len);
1781
+
1782
+ writer->SetExpectedLength(uncompressed_len);
1783
+
1784
+ // Process the entire input
1785
+ decompressor->DecompressAllTags(writer);
1786
+ writer->Flush();
1787
+ return (decompressor->eof() && writer->CheckLength());
1788
+ }
1789
+
1790
+ bool GetUncompressedLength(Source* source, uint32_t* result) {
1791
+ SnappyDecompressor decompressor(source);
1792
+ return decompressor.ReadUncompressedLength(result);
1793
+ }
1794
+
1795
+ size_t Compress(Source* reader, Sink* writer) {
1796
+ return Compress(reader, writer, CompressionOptions{});
1797
+ }
1798
+
1799
+ size_t Compress(Source* reader, Sink* writer, CompressionOptions options) {
1800
+ assert(options.level == 1 || options.level == 2);
1801
+ int token = 0;
1802
+ size_t written = 0;
1803
+ size_t N = reader->Available();
1804
+ const size_t uncompressed_size = N;
1805
+ char ulength[Varint::kMax32];
1806
+ char* p = Varint::Encode32(ulength, N);
1807
+ writer->Append(ulength, p - ulength);
1808
+ written += (p - ulength);
1809
+
1810
+ internal::WorkingMemory wmem(N);
1811
+
1812
+ while (N > 0) {
1813
+ // Get next block to compress (without copying if possible)
1814
+ size_t fragment_size;
1815
+ const char* fragment = reader->Peek(&fragment_size);
1816
+ assert(fragment_size != 0); // premature end of input
1817
+ const size_t num_to_read = std::min(N, kBlockSize);
1818
+ size_t bytes_read = fragment_size;
1819
+
1820
+ size_t pending_advance = 0;
1821
+ if (bytes_read >= num_to_read) {
1822
+ // Buffer returned by reader is large enough
1823
+ pending_advance = num_to_read;
1824
+ fragment_size = num_to_read;
1825
+ } else {
1826
+ char* scratch = wmem.GetScratchInput();
1827
+ std::memcpy(scratch, fragment, bytes_read);
1828
+ reader->Skip(bytes_read);
1829
+
1830
+ while (bytes_read < num_to_read) {
1831
+ fragment = reader->Peek(&fragment_size);
1832
+ size_t n = std::min<size_t>(fragment_size, num_to_read - bytes_read);
1833
+ std::memcpy(scratch + bytes_read, fragment, n);
1834
+ bytes_read += n;
1835
+ reader->Skip(n);
1836
+ }
1837
+ assert(bytes_read == num_to_read);
1838
+ fragment = scratch;
1839
+ fragment_size = num_to_read;
1840
+ }
1841
+ assert(fragment_size == num_to_read);
1842
+
1843
+ // Get encoding table for compression
1844
+ int table_size;
1845
+ uint16_t* table = wmem.GetHashTable(num_to_read, &table_size);
1846
+
1847
+ // Compress input_fragment and append to dest
1848
+ int max_output = MaxCompressedLength(num_to_read);
1849
+
1850
+ // Since we encode kBlockSize regions followed by a region
1851
+ // which is <= kBlockSize in length, a previously allocated
1852
+ // scratch_output[] region is big enough for this iteration.
1853
+ // Need a scratch buffer for the output, in case the byte sink doesn't
1854
+ // have room for us directly.
1855
+ char* dest = writer->GetAppendBuffer(max_output, wmem.GetScratchOutput());
1856
+ char* end = nullptr;
1857
+ if (options.level == 1) {
1858
+ end = internal::CompressFragment(fragment, fragment_size, dest, table,
1859
+ table_size);
1860
+ } else if (options.level == 2) {
1861
+ end = internal::CompressFragmentDoubleHash(
1862
+ fragment, fragment_size, dest, table, table_size >> 1,
1863
+ table + (table_size >> 1), table_size >> 1);
1864
+ }
1865
+ writer->Append(dest, end - dest);
1866
+ written += (end - dest);
1867
+
1868
+ N -= num_to_read;
1869
+ reader->Skip(pending_advance);
1870
+ }
1871
+
1872
+ Report(token, "snappy_compress", written, uncompressed_size);
1873
+ return written;
1874
+ }
1875
+
1876
+ // -----------------------------------------------------------------------
1877
+ // IOVec interfaces
1878
+ // -----------------------------------------------------------------------
1879
+
1880
+ // A `Source` implementation that yields the contents of an `iovec` array. Note
1881
+ // that `total_size` is the total number of bytes to be read from the elements
1882
+ // of `iov` (_not_ the total number of elements in `iov`).
1883
+ class SnappyIOVecReader : public Source {
1884
+ public:
1885
+ SnappyIOVecReader(const struct iovec* iov, size_t total_size)
1886
+ : curr_iov_(iov),
1887
+ curr_pos_(total_size > 0 ? reinterpret_cast<const char*>(iov->iov_base)
1888
+ : nullptr),
1889
+ curr_size_remaining_(total_size > 0 ? iov->iov_len : 0),
1890
+ total_size_remaining_(total_size) {
1891
+ // Skip empty leading `iovec`s.
1892
+ if (total_size > 0 && curr_size_remaining_ == 0) Advance();
1893
+ }
1894
+
1895
+ ~SnappyIOVecReader() override = default;
1896
+
1897
+ size_t Available() const override { return total_size_remaining_; }
1898
+
1899
+ const char* Peek(size_t* len) override {
1900
+ *len = curr_size_remaining_;
1901
+ return curr_pos_;
1902
+ }
1903
+
1904
+ void Skip(size_t n) override {
1905
+ while (n >= curr_size_remaining_ && n > 0) {
1906
+ n -= curr_size_remaining_;
1907
+ Advance();
1908
+ }
1909
+ curr_size_remaining_ -= n;
1910
+ total_size_remaining_ -= n;
1911
+ curr_pos_ += n;
1912
+ }
1913
+
1914
+ private:
1915
+ // Advances to the next nonempty `iovec` and updates related variables.
1916
+ void Advance() {
1917
+ do {
1918
+ assert(total_size_remaining_ >= curr_size_remaining_);
1919
+ total_size_remaining_ -= curr_size_remaining_;
1920
+ if (total_size_remaining_ == 0) {
1921
+ curr_pos_ = nullptr;
1922
+ curr_size_remaining_ = 0;
1923
+ return;
1924
+ }
1925
+ ++curr_iov_;
1926
+ curr_pos_ = reinterpret_cast<const char*>(curr_iov_->iov_base);
1927
+ curr_size_remaining_ = curr_iov_->iov_len;
1928
+ } while (curr_size_remaining_ == 0);
1929
+ }
1930
+
1931
+ // The `iovec` currently being read.
1932
+ const struct iovec* curr_iov_;
1933
+ // The location in `curr_iov_` currently being read.
1934
+ const char* curr_pos_;
1935
+ // The amount of unread data in `curr_iov_`.
1936
+ size_t curr_size_remaining_;
1937
+ // The amount of unread data in the entire input array.
1938
+ size_t total_size_remaining_;
1939
+ };
1940
+
1941
+ // A type that writes to an iovec.
1942
+ // Note that this is not a "ByteSink", but a type that matches the
1943
+ // Writer template argument to SnappyDecompressor::DecompressAllTags().
1944
+ class SnappyIOVecWriter {
1945
+ private:
1946
+ // output_iov_end_ is set to iov + count and used to determine when
1947
+ // the end of the iovs is reached.
1948
+ const struct iovec* output_iov_end_;
1949
+
1950
+ #if !defined(NDEBUG)
1951
+ const struct iovec* output_iov_;
1952
+ #endif // !defined(NDEBUG)
1953
+
1954
+ // Current iov that is being written into.
1955
+ const struct iovec* curr_iov_;
1956
+
1957
+ // Pointer to current iov's write location.
1958
+ char* curr_iov_output_;
1959
+
1960
+ // Remaining bytes to write into curr_iov_output.
1961
+ size_t curr_iov_remaining_;
1962
+
1963
+ // Total bytes decompressed into output_iov_ so far.
1964
+ size_t total_written_;
1965
+
1966
+ // Maximum number of bytes that will be decompressed into output_iov_.
1967
+ size_t output_limit_;
1968
+
1969
+ static inline char* GetIOVecPointer(const struct iovec* iov, size_t offset) {
1970
+ return reinterpret_cast<char*>(iov->iov_base) + offset;
1971
+ }
1972
+
1973
+ public:
1974
+ // Does not take ownership of iov. iov must be valid during the
1975
+ // entire lifetime of the SnappyIOVecWriter.
1976
+ inline SnappyIOVecWriter(const struct iovec* iov, size_t iov_count)
1977
+ : output_iov_end_(iov + iov_count),
1978
+ #if !defined(NDEBUG)
1979
+ output_iov_(iov),
1980
+ #endif // !defined(NDEBUG)
1981
+ curr_iov_(iov),
1982
+ curr_iov_output_(iov_count ? reinterpret_cast<char*>(iov->iov_base)
1983
+ : nullptr),
1984
+ curr_iov_remaining_(iov_count ? iov->iov_len : 0),
1985
+ total_written_(0),
1986
+ output_limit_(-1) {
1987
+ }
1988
+
1989
+ inline void SetExpectedLength(size_t len) { output_limit_ = len; }
1990
+
1991
+ inline bool CheckLength() const { return total_written_ == output_limit_; }
1992
+
1993
+ inline bool Append(const char* ip, size_t len, char**) {
1994
+ if (total_written_ + len > output_limit_) {
1995
+ return false;
1996
+ }
1997
+
1998
+ return AppendNoCheck(ip, len);
1999
+ }
2000
+
2001
+ char* GetOutputPtr() { return nullptr; }
2002
+ char* GetBase(ptrdiff_t*) { return nullptr; }
2003
+ void SetOutputPtr(char* op) {
2004
+ // TODO: Switch to [[maybe_unused]] when we can assume C++17.
2005
+ (void)op;
2006
+ }
2007
+
2008
+ inline bool AppendNoCheck(const char* ip, size_t len) {
2009
+ while (len > 0) {
2010
+ if (curr_iov_remaining_ == 0) {
2011
+ // This iovec is full. Go to the next one.
2012
+ if (curr_iov_ + 1 >= output_iov_end_) {
2013
+ return false;
2014
+ }
2015
+ ++curr_iov_;
2016
+ curr_iov_output_ = reinterpret_cast<char*>(curr_iov_->iov_base);
2017
+ curr_iov_remaining_ = curr_iov_->iov_len;
2018
+ }
2019
+
2020
+ const size_t to_write = std::min(len, curr_iov_remaining_);
2021
+ std::memcpy(curr_iov_output_, ip, to_write);
2022
+ curr_iov_output_ += to_write;
2023
+ curr_iov_remaining_ -= to_write;
2024
+ total_written_ += to_write;
2025
+ ip += to_write;
2026
+ len -= to_write;
2027
+ }
2028
+
2029
+ return true;
2030
+ }
2031
+
2032
+ inline bool TryFastAppend(const char* ip, size_t available, size_t len,
2033
+ char**) {
2034
+ const size_t space_left = output_limit_ - total_written_;
2035
+ if (len <= 16 && available >= 16 + kMaximumTagLength && space_left >= 16 &&
2036
+ curr_iov_remaining_ >= 16) {
2037
+ // Fast path, used for the majority (about 95%) of invocations.
2038
+ UnalignedCopy128(ip, curr_iov_output_);
2039
+ curr_iov_output_ += len;
2040
+ curr_iov_remaining_ -= len;
2041
+ total_written_ += len;
2042
+ return true;
2043
+ }
2044
+
2045
+ return false;
2046
+ }
2047
+
2048
+ inline bool AppendFromSelf(size_t offset, size_t len, char**) {
2049
+ // See SnappyArrayWriter::AppendFromSelf for an explanation of
2050
+ // the "offset - 1u" trick.
2051
+ if (offset - 1u >= total_written_) {
2052
+ return false;
2053
+ }
2054
+ const size_t space_left = output_limit_ - total_written_;
2055
+ if (len > space_left) {
2056
+ return false;
2057
+ }
2058
+
2059
+ // Locate the iovec from which we need to start the copy.
2060
+ const iovec* from_iov = curr_iov_;
2061
+ size_t from_iov_offset = curr_iov_->iov_len - curr_iov_remaining_;
2062
+ while (offset > 0) {
2063
+ if (from_iov_offset >= offset) {
2064
+ from_iov_offset -= offset;
2065
+ break;
2066
+ }
2067
+
2068
+ offset -= from_iov_offset;
2069
+ --from_iov;
2070
+ #if !defined(NDEBUG)
2071
+ assert(from_iov >= output_iov_);
2072
+ #endif // !defined(NDEBUG)
2073
+ from_iov_offset = from_iov->iov_len;
2074
+ }
2075
+
2076
+ // Copy <len> bytes starting from the iovec pointed to by from_iov_index to
2077
+ // the current iovec.
2078
+ while (len > 0) {
2079
+ assert(from_iov <= curr_iov_);
2080
+ if (from_iov != curr_iov_) {
2081
+ const size_t to_copy =
2082
+ std::min(from_iov->iov_len - from_iov_offset, len);
2083
+ AppendNoCheck(GetIOVecPointer(from_iov, from_iov_offset), to_copy);
2084
+ len -= to_copy;
2085
+ if (len > 0) {
2086
+ ++from_iov;
2087
+ from_iov_offset = 0;
2088
+ }
2089
+ } else {
2090
+ size_t to_copy = curr_iov_remaining_;
2091
+ if (to_copy == 0) {
2092
+ // This iovec is full. Go to the next one.
2093
+ if (curr_iov_ + 1 >= output_iov_end_) {
2094
+ return false;
2095
+ }
2096
+ ++curr_iov_;
2097
+ curr_iov_output_ = reinterpret_cast<char*>(curr_iov_->iov_base);
2098
+ curr_iov_remaining_ = curr_iov_->iov_len;
2099
+ continue;
2100
+ }
2101
+ if (to_copy > len) {
2102
+ to_copy = len;
2103
+ }
2104
+ assert(to_copy > 0);
2105
+
2106
+ IncrementalCopy(GetIOVecPointer(from_iov, from_iov_offset),
2107
+ curr_iov_output_, curr_iov_output_ + to_copy,
2108
+ curr_iov_output_ + curr_iov_remaining_);
2109
+ curr_iov_output_ += to_copy;
2110
+ curr_iov_remaining_ -= to_copy;
2111
+ from_iov_offset += to_copy;
2112
+ total_written_ += to_copy;
2113
+ len -= to_copy;
2114
+ }
2115
+ }
2116
+
2117
+ return true;
2118
+ }
2119
+
2120
+ inline void Flush() {}
2121
+ };
2122
+
2123
+ bool RawUncompressToIOVec(const char* compressed, size_t compressed_length,
2124
+ const struct iovec* iov, size_t iov_cnt) {
2125
+ ByteArraySource reader(compressed, compressed_length);
2126
+ return RawUncompressToIOVec(&reader, iov, iov_cnt);
2127
+ }
2128
+
2129
+ bool RawUncompressToIOVec(Source* compressed, const struct iovec* iov,
2130
+ size_t iov_cnt) {
2131
+ SnappyIOVecWriter output(iov, iov_cnt);
2132
+ return InternalUncompress(compressed, &output);
2133
+ }
2134
+
2135
+ // -----------------------------------------------------------------------
2136
+ // Flat array interfaces
2137
+ // -----------------------------------------------------------------------
2138
+
2139
+ // A type that writes to a flat array.
2140
+ // Note that this is not a "ByteSink", but a type that matches the
2141
+ // Writer template argument to SnappyDecompressor::DecompressAllTags().
2142
+ class SnappyArrayWriter {
2143
+ private:
2144
+ char* base_;
2145
+ char* op_;
2146
+ char* op_limit_;
2147
+ // If op < op_limit_min_slop_ then it's safe to unconditionally write
2148
+ // kSlopBytes starting at op.
2149
+ char* op_limit_min_slop_;
2150
+
2151
+ public:
2152
+ inline explicit SnappyArrayWriter(char* dst)
2153
+ : base_(dst),
2154
+ op_(dst),
2155
+ op_limit_(dst),
2156
+ op_limit_min_slop_(dst) {} // Safe default see invariant.
2157
+
2158
+ inline void SetExpectedLength(size_t len) {
2159
+ op_limit_ = op_ + len;
2160
+ // Prevent pointer from being past the buffer.
2161
+ op_limit_min_slop_ = op_limit_ - std::min<size_t>(kSlopBytes - 1, len);
2162
+ }
2163
+
2164
+ inline bool CheckLength() const { return op_ == op_limit_; }
2165
+
2166
+ char* GetOutputPtr() { return op_; }
2167
+ char* GetBase(ptrdiff_t* op_limit_min_slop) {
2168
+ *op_limit_min_slop = op_limit_min_slop_ - base_;
2169
+ return base_;
2170
+ }
2171
+ void SetOutputPtr(char* op) { op_ = op; }
2172
+
2173
+ inline bool Append(const char* ip, size_t len, char** op_p) {
2174
+ char* op = *op_p;
2175
+ const size_t space_left = op_limit_ - op;
2176
+ if (space_left < len) return false;
2177
+ std::memcpy(op, ip, len);
2178
+ *op_p = op + len;
2179
+ return true;
2180
+ }
2181
+
2182
+ inline bool TryFastAppend(const char* ip, size_t available, size_t len,
2183
+ char** op_p) {
2184
+ char* op = *op_p;
2185
+ const size_t space_left = op_limit_ - op;
2186
+ if (len <= 16 && available >= 16 + kMaximumTagLength && space_left >= 16) {
2187
+ // Fast path, used for the majority (about 95%) of invocations.
2188
+ UnalignedCopy128(ip, op);
2189
+ *op_p = op + len;
2190
+ return true;
2191
+ } else {
2192
+ return false;
2193
+ }
2194
+ }
2195
+
2196
+ SNAPPY_ATTRIBUTE_ALWAYS_INLINE
2197
+ inline bool AppendFromSelf(size_t offset, size_t len, char** op_p) {
2198
+ assert(len > 0);
2199
+ char* const op = *op_p;
2200
+ assert(op >= base_);
2201
+ char* const op_end = op + len;
2202
+
2203
+ // Check if we try to append from before the start of the buffer.
2204
+ if (SNAPPY_PREDICT_FALSE(static_cast<size_t>(op - base_) < offset))
2205
+ return false;
2206
+
2207
+ if (SNAPPY_PREDICT_FALSE((kSlopBytes < 64 && len > kSlopBytes) ||
2208
+ op >= op_limit_min_slop_ || offset < len)) {
2209
+ if (op_end > op_limit_ || offset == 0) return false;
2210
+ *op_p = IncrementalCopy(op - offset, op, op_end, op_limit_);
2211
+ return true;
2212
+ }
2213
+ std::memmove(op, op - offset, kSlopBytes);
2214
+ *op_p = op_end;
2215
+ return true;
2216
+ }
2217
+ inline size_t Produced() const {
2218
+ assert(op_ >= base_);
2219
+ return op_ - base_;
2220
+ }
2221
+ inline void Flush() {}
2222
+ };
2223
+
2224
+ bool RawUncompress(const char* compressed, size_t compressed_length,
2225
+ char* uncompressed) {
2226
+ ByteArraySource reader(compressed, compressed_length);
2227
+ return RawUncompress(&reader, uncompressed);
2228
+ }
2229
+
2230
+ bool RawUncompress(Source* compressed, char* uncompressed) {
2231
+ SnappyArrayWriter output(uncompressed);
2232
+ return InternalUncompress(compressed, &output);
2233
+ }
2234
+
2235
+ bool Uncompress(const char* compressed, size_t compressed_length,
2236
+ std::string* uncompressed) {
2237
+ size_t ulength;
2238
+ if (!GetUncompressedLength(compressed, compressed_length, &ulength)) {
2239
+ return false;
2240
+ }
2241
+ // On 32-bit builds: max_size() < kuint32max. Check for that instead
2242
+ // of crashing (e.g., consider externally specified compressed data).
2243
+ if (ulength > uncompressed->max_size()) {
2244
+ return false;
2245
+ }
2246
+ STLStringResizeUninitialized(uncompressed, ulength);
2247
+ return RawUncompress(compressed, compressed_length,
2248
+ string_as_array(uncompressed));
2249
+ }
2250
+
2251
+ // A Writer that drops everything on the floor and just does validation
2252
+ class SnappyDecompressionValidator {
2253
+ private:
2254
+ size_t expected_;
2255
+ size_t produced_;
2256
+
2257
+ public:
2258
+ inline SnappyDecompressionValidator() : expected_(0), produced_(0) {}
2259
+ inline void SetExpectedLength(size_t len) { expected_ = len; }
2260
+ size_t GetOutputPtr() { return produced_; }
2261
+ size_t GetBase(ptrdiff_t* op_limit_min_slop) {
2262
+ *op_limit_min_slop = std::numeric_limits<ptrdiff_t>::max() - kSlopBytes + 1;
2263
+ return 1;
2264
+ }
2265
+ void SetOutputPtr(size_t op) { produced_ = op; }
2266
+ inline bool CheckLength() const { return expected_ == produced_; }
2267
+ inline bool Append(const char* ip, size_t len, size_t* produced) {
2268
+ // TODO: Switch to [[maybe_unused]] when we can assume C++17.
2269
+ (void)ip;
2270
+
2271
+ *produced += len;
2272
+ return *produced <= expected_;
2273
+ }
2274
+ inline bool TryFastAppend(const char* ip, size_t available, size_t length,
2275
+ size_t* produced) {
2276
+ // TODO: Switch to [[maybe_unused]] when we can assume C++17.
2277
+ (void)ip;
2278
+ (void)available;
2279
+ (void)length;
2280
+ (void)produced;
2281
+
2282
+ return false;
2283
+ }
2284
+ inline bool AppendFromSelf(size_t offset, size_t len, size_t* produced) {
2285
+ // See SnappyArrayWriter::AppendFromSelf for an explanation of
2286
+ // the "offset - 1u" trick.
2287
+ if (*produced <= offset - 1u) return false;
2288
+ *produced += len;
2289
+ return *produced <= expected_;
2290
+ }
2291
+ inline void Flush() {}
2292
+ };
2293
+
2294
+ bool IsValidCompressedBuffer(const char* compressed, size_t compressed_length) {
2295
+ ByteArraySource reader(compressed, compressed_length);
2296
+ SnappyDecompressionValidator writer;
2297
+ return InternalUncompress(&reader, &writer);
2298
+ }
2299
+
2300
+ bool IsValidCompressed(Source* compressed) {
2301
+ SnappyDecompressionValidator writer;
2302
+ return InternalUncompress(compressed, &writer);
2303
+ }
2304
+
2305
+ void RawCompress(const char* input, size_t input_length, char* compressed,
2306
+ size_t* compressed_length) {
2307
+ RawCompress(input, input_length, compressed, compressed_length,
2308
+ CompressionOptions{});
2309
+ }
2310
+
2311
+ void RawCompress(const char* input, size_t input_length, char* compressed,
2312
+ size_t* compressed_length, CompressionOptions options) {
2313
+ ByteArraySource reader(input, input_length);
2314
+ UncheckedByteArraySink writer(compressed);
2315
+ Compress(&reader, &writer, options);
2316
+
2317
+ // Compute how many bytes were added
2318
+ *compressed_length = (writer.CurrentDestination() - compressed);
2319
+ }
2320
+
2321
+ void RawCompressFromIOVec(const struct iovec* iov, size_t uncompressed_length,
2322
+ char* compressed, size_t* compressed_length) {
2323
+ RawCompressFromIOVec(iov, uncompressed_length, compressed, compressed_length,
2324
+ CompressionOptions{});
2325
+ }
2326
+
2327
+ void RawCompressFromIOVec(const struct iovec* iov, size_t uncompressed_length,
2328
+ char* compressed, size_t* compressed_length,
2329
+ CompressionOptions options) {
2330
+ SnappyIOVecReader reader(iov, uncompressed_length);
2331
+ UncheckedByteArraySink writer(compressed);
2332
+ Compress(&reader, &writer, options);
2333
+
2334
+ // Compute how many bytes were added.
2335
+ *compressed_length = writer.CurrentDestination() - compressed;
2336
+ }
2337
+
2338
+ size_t Compress(const char* input, size_t input_length,
2339
+ std::string* compressed) {
2340
+ return Compress(input, input_length, compressed, CompressionOptions{});
2341
+ }
2342
+
2343
+ size_t Compress(const char* input, size_t input_length, std::string* compressed,
2344
+ CompressionOptions options) {
2345
+ // Pre-grow the buffer to the max length of the compressed output
2346
+ STLStringResizeUninitialized(compressed, MaxCompressedLength(input_length));
2347
+
2348
+ size_t compressed_length;
2349
+ RawCompress(input, input_length, string_as_array(compressed),
2350
+ &compressed_length, options);
2351
+ compressed->erase(compressed_length);
2352
+ return compressed_length;
2353
+ }
2354
+
2355
+ size_t CompressFromIOVec(const struct iovec* iov, size_t iov_cnt,
2356
+ std::string* compressed) {
2357
+ return CompressFromIOVec(iov, iov_cnt, compressed, CompressionOptions{});
2358
+ }
2359
+
2360
+ size_t CompressFromIOVec(const struct iovec* iov, size_t iov_cnt,
2361
+ std::string* compressed, CompressionOptions options) {
2362
+ // Compute the number of bytes to be compressed.
2363
+ size_t uncompressed_length = 0;
2364
+ for (size_t i = 0; i < iov_cnt; ++i) {
2365
+ uncompressed_length += iov[i].iov_len;
2366
+ }
2367
+
2368
+ // Pre-grow the buffer to the max length of the compressed output.
2369
+ STLStringResizeUninitialized(compressed, MaxCompressedLength(
2370
+ uncompressed_length));
2371
+
2372
+ size_t compressed_length;
2373
+ RawCompressFromIOVec(iov, uncompressed_length, string_as_array(compressed),
2374
+ &compressed_length, options);
2375
+ compressed->erase(compressed_length);
2376
+ return compressed_length;
2377
+ }
2378
+
2379
+ // -----------------------------------------------------------------------
2380
+ // Sink interface
2381
+ // -----------------------------------------------------------------------
2382
+
2383
+ // A type that decompresses into a Sink. The template parameter
2384
+ // Allocator must export one method "char* Allocate(int size);", which
2385
+ // allocates a buffer of "size" and appends that to the destination.
2386
+ template <typename Allocator>
2387
+ class SnappyScatteredWriter {
2388
+ Allocator allocator_;
2389
+
2390
+ // We need random access into the data generated so far. Therefore
2391
+ // we keep track of all of the generated data as an array of blocks.
2392
+ // All of the blocks except the last have length kBlockSize.
2393
+ std::vector<char*> blocks_;
2394
+ size_t expected_;
2395
+
2396
+ // Total size of all fully generated blocks so far
2397
+ size_t full_size_;
2398
+
2399
+ // Pointer into current output block
2400
+ char* op_base_; // Base of output block
2401
+ char* op_ptr_; // Pointer to next unfilled byte in block
2402
+ char* op_limit_; // Pointer just past block
2403
+ // If op < op_limit_min_slop_ then it's safe to unconditionally write
2404
+ // kSlopBytes starting at op.
2405
+ char* op_limit_min_slop_;
2406
+
2407
+ inline size_t Size() const { return full_size_ + (op_ptr_ - op_base_); }
2408
+
2409
+ bool SlowAppend(const char* ip, size_t len);
2410
+ bool SlowAppendFromSelf(size_t offset, size_t len);
2411
+
2412
+ public:
2413
+ inline explicit SnappyScatteredWriter(const Allocator& allocator)
2414
+ : allocator_(allocator),
2415
+ full_size_(0),
2416
+ op_base_(NULL),
2417
+ op_ptr_(NULL),
2418
+ op_limit_(NULL),
2419
+ op_limit_min_slop_(NULL) {}
2420
+ char* GetOutputPtr() { return op_ptr_; }
2421
+ char* GetBase(ptrdiff_t* op_limit_min_slop) {
2422
+ *op_limit_min_slop = op_limit_min_slop_ - op_base_;
2423
+ return op_base_;
2424
+ }
2425
+ void SetOutputPtr(char* op) { op_ptr_ = op; }
2426
+
2427
+ inline void SetExpectedLength(size_t len) {
2428
+ assert(blocks_.empty());
2429
+ expected_ = len;
2430
+ }
2431
+
2432
+ inline bool CheckLength() const { return Size() == expected_; }
2433
+
2434
+ // Return the number of bytes actually uncompressed so far
2435
+ inline size_t Produced() const { return Size(); }
2436
+
2437
+ inline bool Append(const char* ip, size_t len, char** op_p) {
2438
+ char* op = *op_p;
2439
+ size_t avail = op_limit_ - op;
2440
+ if (len <= avail) {
2441
+ // Fast path
2442
+ std::memcpy(op, ip, len);
2443
+ *op_p = op + len;
2444
+ return true;
2445
+ } else {
2446
+ op_ptr_ = op;
2447
+ bool res = SlowAppend(ip, len);
2448
+ *op_p = op_ptr_;
2449
+ return res;
2450
+ }
2451
+ }
2452
+
2453
+ inline bool TryFastAppend(const char* ip, size_t available, size_t length,
2454
+ char** op_p) {
2455
+ char* op = *op_p;
2456
+ const int space_left = op_limit_ - op;
2457
+ if (length <= 16 && available >= 16 + kMaximumTagLength &&
2458
+ space_left >= 16) {
2459
+ // Fast path, used for the majority (about 95%) of invocations.
2460
+ UnalignedCopy128(ip, op);
2461
+ *op_p = op + length;
2462
+ return true;
2463
+ } else {
2464
+ return false;
2465
+ }
2466
+ }
2467
+
2468
+ inline bool AppendFromSelf(size_t offset, size_t len, char** op_p) {
2469
+ char* op = *op_p;
2470
+ assert(op >= op_base_);
2471
+ // Check if we try to append from before the start of the buffer.
2472
+ if (SNAPPY_PREDICT_FALSE((kSlopBytes < 64 && len > kSlopBytes) ||
2473
+ static_cast<size_t>(op - op_base_) < offset ||
2474
+ op >= op_limit_min_slop_ || offset < len)) {
2475
+ if (offset == 0) return false;
2476
+ if (SNAPPY_PREDICT_FALSE(static_cast<size_t>(op - op_base_) < offset ||
2477
+ op + len > op_limit_)) {
2478
+ op_ptr_ = op;
2479
+ bool res = SlowAppendFromSelf(offset, len);
2480
+ *op_p = op_ptr_;
2481
+ return res;
2482
+ }
2483
+ *op_p = IncrementalCopy(op - offset, op, op + len, op_limit_);
2484
+ return true;
2485
+ }
2486
+ // Fast path
2487
+ char* const op_end = op + len;
2488
+ std::memmove(op, op - offset, kSlopBytes);
2489
+ *op_p = op_end;
2490
+ return true;
2491
+ }
2492
+
2493
+ // Called at the end of the decompress. We ask the allocator
2494
+ // write all blocks to the sink.
2495
+ inline void Flush() { allocator_.Flush(Produced()); }
2496
+ };
2497
+
2498
+ template <typename Allocator>
2499
+ bool SnappyScatteredWriter<Allocator>::SlowAppend(const char* ip, size_t len) {
2500
+ size_t avail = op_limit_ - op_ptr_;
2501
+ while (len > avail) {
2502
+ // Completely fill this block
2503
+ std::memcpy(op_ptr_, ip, avail);
2504
+ op_ptr_ += avail;
2505
+ assert(op_limit_ - op_ptr_ == 0);
2506
+ full_size_ += (op_ptr_ - op_base_);
2507
+ len -= avail;
2508
+ ip += avail;
2509
+
2510
+ // Bounds check
2511
+ if (full_size_ + len > expected_) return false;
2512
+
2513
+ // Make new block
2514
+ size_t bsize = std::min<size_t>(kBlockSize, expected_ - full_size_);
2515
+ op_base_ = allocator_.Allocate(bsize);
2516
+ op_ptr_ = op_base_;
2517
+ op_limit_ = op_base_ + bsize;
2518
+ op_limit_min_slop_ = op_limit_ - std::min<size_t>(kSlopBytes - 1, bsize);
2519
+
2520
+ blocks_.push_back(op_base_);
2521
+ avail = bsize;
2522
+ }
2523
+
2524
+ std::memcpy(op_ptr_, ip, len);
2525
+ op_ptr_ += len;
2526
+ return true;
2527
+ }
2528
+
2529
+ template <typename Allocator>
2530
+ bool SnappyScatteredWriter<Allocator>::SlowAppendFromSelf(size_t offset,
2531
+ size_t len) {
2532
+ // Overflow check
2533
+ // See SnappyArrayWriter::AppendFromSelf for an explanation of
2534
+ // the "offset - 1u" trick.
2535
+ const size_t cur = Size();
2536
+ if (offset - 1u >= cur) return false;
2537
+ if (expected_ - cur < len) return false;
2538
+
2539
+ // Currently we shouldn't ever hit this path because Compress() chops the
2540
+ // input into blocks and does not create cross-block copies. However, it is
2541
+ // nice if we do not rely on that, since we can get better compression if we
2542
+ // allow cross-block copies and thus might want to change the compressor in
2543
+ // the future.
2544
+ // TODO Replace this with a properly optimized path. This is not
2545
+ // triggered right now. But this is so super slow, that it would regress
2546
+ // performance unacceptably if triggered.
2547
+ size_t src = cur - offset;
2548
+ char* op = op_ptr_;
2549
+ while (len-- > 0) {
2550
+ char c = blocks_[src >> kBlockLog][src & (kBlockSize - 1)];
2551
+ if (!Append(&c, 1, &op)) {
2552
+ op_ptr_ = op;
2553
+ return false;
2554
+ }
2555
+ src++;
2556
+ }
2557
+ op_ptr_ = op;
2558
+ return true;
2559
+ }
2560
+
2561
+ class SnappySinkAllocator {
2562
+ public:
2563
+ explicit SnappySinkAllocator(Sink* dest) : dest_(dest) {}
2564
+
2565
+ char* Allocate(int size) {
2566
+ Datablock block(new char[size], size);
2567
+ blocks_.push_back(block);
2568
+ return block.data;
2569
+ }
2570
+
2571
+ // We flush only at the end, because the writer wants
2572
+ // random access to the blocks and once we hand the
2573
+ // block over to the sink, we can't access it anymore.
2574
+ // Also we don't write more than has been actually written
2575
+ // to the blocks.
2576
+ void Flush(size_t size) {
2577
+ size_t size_written = 0;
2578
+ for (Datablock& block : blocks_) {
2579
+ size_t block_size = std::min<size_t>(block.size, size - size_written);
2580
+ dest_->AppendAndTakeOwnership(block.data, block_size,
2581
+ &SnappySinkAllocator::Deleter, NULL);
2582
+ size_written += block_size;
2583
+ }
2584
+ blocks_.clear();
2585
+ }
2586
+
2587
+ private:
2588
+ struct Datablock {
2589
+ char* data;
2590
+ size_t size;
2591
+ Datablock(char* p, size_t s) : data(p), size(s) {}
2592
+ };
2593
+
2594
+ static void Deleter(void* arg, const char* bytes, size_t size) {
2595
+ // TODO: Switch to [[maybe_unused]] when we can assume C++17.
2596
+ (void)arg;
2597
+ (void)size;
2598
+
2599
+ delete[] bytes;
2600
+ }
2601
+
2602
+ Sink* dest_;
2603
+ std::vector<Datablock> blocks_;
2604
+
2605
+ // Note: copying this object is allowed
2606
+ };
2607
+
2608
+ size_t UncompressAsMuchAsPossible(Source* compressed, Sink* uncompressed) {
2609
+ SnappySinkAllocator allocator(uncompressed);
2610
+ SnappyScatteredWriter<SnappySinkAllocator> writer(allocator);
2611
+ InternalUncompress(compressed, &writer);
2612
+ return writer.Produced();
2613
+ }
2614
+
2615
+ bool Uncompress(Source* compressed, Sink* uncompressed) {
2616
+ // Read the uncompressed length from the front of the compressed input
2617
+ SnappyDecompressor decompressor(compressed);
2618
+ uint32_t uncompressed_len = 0;
2619
+ if (!decompressor.ReadUncompressedLength(&uncompressed_len)) {
2620
+ return false;
2621
+ }
2622
+
2623
+ char c;
2624
+ size_t allocated_size;
2625
+ char* buf = uncompressed->GetAppendBufferVariable(1, uncompressed_len, &c, 1,
2626
+ &allocated_size);
2627
+
2628
+ const size_t compressed_len = compressed->Available();
2629
+ // If we can get a flat buffer, then use it, otherwise do block by block
2630
+ // uncompression
2631
+ if (allocated_size >= uncompressed_len) {
2632
+ SnappyArrayWriter writer(buf);
2633
+ bool result = InternalUncompressAllTags(&decompressor, &writer,
2634
+ compressed_len, uncompressed_len);
2635
+ uncompressed->Append(buf, writer.Produced());
2636
+ return result;
2637
+ } else {
2638
+ SnappySinkAllocator allocator(uncompressed);
2639
+ SnappyScatteredWriter<SnappySinkAllocator> writer(allocator);
2640
+ return InternalUncompressAllTags(&decompressor, &writer, compressed_len,
2641
+ uncompressed_len);
2642
+ }
2643
+ }
2644
+
2645
+ } // namespace snappy