_mongoc_stream_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

check_closed
bool function(mongoc_stream_t* stream) check_closed;
Undocumented in source.
close
int function(mongoc_stream_t* stream) close;
Undocumented in source.
destroy
void function(mongoc_stream_t* stream) destroy;
Undocumented in source.
failed
void function(mongoc_stream_t* stream) failed;
Undocumented in source.
flush
int function(mongoc_stream_t* stream) flush;
Undocumented in source.
get_base_stream
mongoc_stream_t* function(mongoc_stream_t* stream) get_base_stream;
Undocumented in source.
padding
void*[4] padding;
Undocumented in source.
poll
ssize_t function(mongoc_stream_poll_t* streams, size_t nstreams, int timeout) poll;
Undocumented in source.
readv
ssize_t function(mongoc_stream_t* stream, mongoc_iovec_t* iov, size_t iovcnt, size_t min_bytes, int timeout_msec) readv;
Undocumented in source.
setsockopt
int function(mongoc_stream_t* stream, int level, int optname, void* optval, mongoc_socklen_t optlen) setsockopt;
Undocumented in source.
timed_out
bool function(mongoc_stream_t* stream) timed_out;
Undocumented in source.
type
int type;
Undocumented in source.
writev
ssize_t function(mongoc_stream_t* stream, mongoc_iovec_t* iov, size_t iovcnt, int timeout_msec) writev;
Undocumented in source.

Meta