libzmq  master
ZeroMQ C++ Core Engine (LIBZMQ)
test_iov.cpp File Reference
#include "testutil.hpp"
Include dependency graph for test_iov.cpp:

Go to the source code of this file.

Classes

struct  iovec
 

Functions

void do_check (void *sb, void *sc, size_t msg_size)
 
int main (void)
 

Function Documentation

void do_check ( void *  sb,
void *  sc,
size_t  msg_size 
)

Definition at line 42 of file test_iov.cpp.

References ENOTSOCK, iovec::iov_base, iovec::iov_len, zmq_recviov(), zmq_sendiov(), and ZMQ_SNDMORE.

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

int main ( void  )

Definition at line 120 of file test_iov.cpp.

References do_check(), msleep(), SETTLE_TIME, setup_test_environment(), zmq_bind(), zmq_close(), zmq_connect(), zmq_ctx_new(), zmq_ctx_term(), ZMQ_PULL, ZMQ_PUSH, and zmq_socket().

Here is the call graph for this function: