Sha256: 7732f0103221f140cad018c9682da29ebc5c99bc6375ffe32bd716a7a38f100a

Contents?: true

Size: 490 Bytes

Versions: 32

Compression:

Stored size: 490 Bytes

Contents

module Libcouchbase::Ext
  # (Not documented)
  #
  # ## Fields:
  # :iov ::
  #   (FFI::Pointer(*IOV)) An IOV array
  # :niov ::
  #   (Integer) Number of elements in iov array
  # :total_length ::
  #   (Integer) Total length of the items. This should be set, if known, to prevent the
  #   library from manually traversing the iov array to calculate the length.
  class FRAGBUF < FFI::Struct
    layout :iov, :pointer,
           :niov, :uint,
           :total_length, :uint
  end

end

Version data entries

32 entries across 32 versions & 2 rubygems

Version Path
libcouchbase-mapo-1.4.1 lib/libcouchbase/ext/libcouchbase/fragbuf.rb
libcouchbase-1.3.2 lib/libcouchbase/ext/libcouchbase/fragbuf.rb
libcouchbase-1.3.0 lib/libcouchbase/ext/libcouchbase/fragbuf.rb
libcouchbase-1.2.8 lib/libcouchbase/ext/libcouchbase/fragbuf.rb
libcouchbase-1.2.7 lib/libcouchbase/ext/libcouchbase/fragbuf.rb
libcouchbase-1.2.6 lib/libcouchbase/ext/libcouchbase/fragbuf.rb
libcouchbase-1.2.5 lib/libcouchbase/ext/libcouchbase/fragbuf.rb
libcouchbase-1.2.4 lib/libcouchbase/ext/libcouchbase/fragbuf.rb
libcouchbase-1.2.3 lib/libcouchbase/ext/libcouchbase/fragbuf.rb
libcouchbase-1.2.2 lib/libcouchbase/ext/libcouchbase/fragbuf.rb
libcouchbase-1.2.1 lib/libcouchbase/ext/libcouchbase/fragbuf.rb
libcouchbase-1.2.0 lib/libcouchbase/ext/libcouchbase/fragbuf.rb
libcouchbase-1.1.1 lib/libcouchbase/ext/libcouchbase/fragbuf.rb
libcouchbase-1.1.0 lib/libcouchbase/ext/libcouchbase/fragbuf.rb
libcouchbase-1.0.4 lib/libcouchbase/ext/libcouchbase/fragbuf.rb
libcouchbase-1.0.3 lib/libcouchbase/ext/libcouchbase/fragbuf.rb
libcouchbase-1.0.2 lib/libcouchbase/ext/libcouchbase/fragbuf.rb
libcouchbase-1.0.1 lib/libcouchbase/ext/libcouchbase/fragbuf.rb
libcouchbase-1.0.0 lib/libcouchbase/ext/libcouchbase/fragbuf.rb
libcouchbase-0.3.3 lib/libcouchbase/ext/libcouchbase/fragbuf.rb