Home
last modified time | relevance | path

Searched refs:xsend (Results 1 – 25 of 176) sorted by relevance

12345678

/dports/net/libzmq2/zeromq-2.2.0/src/
H A Drep.cpp38 int zmq::rep_t::xsend (zmq_msg_t *msg_, int flags_) in xsend() function in zmq::rep_t
49 int rc = xrep_t::xsend (msg_, flags_); in xsend()
87 rc = xrep_t::xsend (msg_, flags_); in xrecv()
H A Dreq.cpp38 int zmq::req_t::xsend (zmq_msg_t *msg_, int flags_) in xsend() function in zmq::req_t
53 rc = xreq_t::xsend (&prefix, flags_); in xsend()
61 int rc = xreq_t::xsend (msg_, flags_); in xsend()
H A Dsub.cpp55 int rc = xsub_t::xsend (&msg, 0); in xsetsockopt()
64 int zmq::sub_t::xsend (zmq_msg_t *msg_, int options_) in xsend() function in zmq::sub_t
H A Dsub.hpp39 int xsend (zmq_msg_t *msg_, int options_);
H A Drep.hpp37 int xsend (zmq_msg_t *msg_, int flags_);
H A Dreq.hpp37 int xsend (zmq_msg_t *msg_, int flags_);
/dports/net/libzmq4/zeromq-4.3.4/src/
H A Drep.cpp47 int zmq::rep_t::xsend (msg_t *msg_) in xsend() function in zmq::rep_t
58 const int rc = router_t::xsend (msg_); in xsend()
90 rc = router_t::xsend (msg_); in xrecv()
H A Dsub.cpp69 rc = xsub_t::xsend (&msg); in xsetsockopt()
73 int zmq::sub_t::xsend (msg_t *) in xsend() function in zmq::sub_t
/dports/devel/upp/upp/bazaar/ZMQ/lib/src/
H A Drep.cpp37 int zmq::rep_t::xsend (zmq_msg_t *msg_, int flags_) in xsend() function in zmq::rep_t
48 int rc = xrep_t::xsend (msg_, flags_); in xsend()
86 rc = xrep_t::xsend (msg_, flags_); in xrecv()
H A Dreq.cpp37 int zmq::req_t::xsend (zmq_msg_t *msg_, int flags_) in xsend() function in zmq::req_t
52 rc = xreq_t::xsend (&prefix, flags_); in xsend()
60 int rc = xreq_t::xsend (msg_, flags_); in xsend()
H A Dsub.cpp54 int rc = xsub_t::xsend (&msg, 0); in xsetsockopt()
63 int zmq::sub_t::xsend (zmq_msg_t *msg_, int options_) in xsend() function in zmq::sub_t
H A Dsub.hpp38 int xsend (zmq_msg_t *msg_, int options_);
H A Drep.hpp36 int xsend (zmq_msg_t *msg_, int flags_);
/dports/net/py-pyzmq/pyzmq-22.3.0/bundled/zeromq/src/
H A Drep.cpp47 int zmq::rep_t::xsend (msg_t *msg_) in xsend() function in zmq::rep_t
58 const int rc = router_t::xsend (msg_); in xsend()
90 rc = router_t::xsend (msg_); in xrecv()
H A Dsub.cpp69 rc = xsub_t::xsend (&msg); in xsetsockopt()
73 int zmq::sub_t::xsend (msg_t *) in xsend() function in zmq::sub_t
/dports/devel/libxs/libxs-1.2.0/src/
H A Drespondent.cpp36 int xs::respondent_t::xsend (msg_t *msg_, int flags_) in xsend() function in xs::respondent_t
51 int rc = xrespondent_t::xsend (msg_, flags_); in xsend()
77 rc = xrespondent_t::xsend (msg_, flags_); in xrecv()
H A Drep.cpp38 int xs::rep_t::xsend (msg_t *msg_, int flags_) in xsend() function in xs::rep_t
49 int rc = xrep_t::xsend (msg_, flags_); in xsend()
77 rc = xrep_t::xsend (msg_, flags_); in xrecv()
H A Dsurveyor.cpp47 int xs::surveyor_t::xsend (msg_t *msg_, int flags_) in xsend() function in xs::surveyor_t
64 rc = xsurveyor_t::xsend (&id, 0); in xsend()
72 rc = xsurveyor_t::xsend (msg_, flags_); in xsend()
H A Dreq.cpp42 int xs::req_t::xsend (msg_t *msg_, int flags_) in xsend() function in xs::req_t
57 rc = xreq_t::xsend (&bottom, 0); in xsend()
68 int rc = xreq_t::xsend (msg_, flags_); in xsend()
H A Dsub.cpp95 int xs::sub_t::xsend (msg_t *msg_, int flags_) in xsend() function in xs::sub_t
211 rc = xsub_t::xsend (&msg, 0); in filter_subscribed()
234 rc = xsub_t::xsend (&msg, 0); in filter_unsubscribed()
/dports/comms/qico/qico-15673bf/src/
H A Dclserv.c109 xsend_cb = xsend; in cls_conn()
112 xsend_cb = xsend; in cls_conn()
121 xsend_cb = xsend; in cls_conn()
164 int xsend(int sock, const char *buf, size_t len) in xsend() function
H A Dqctl.c209 xsend(sock,buf,len); in xsendget()
332 xsend(sock,buf,strlen(buf+20)+20); in main()
348 xsend(sock,buf,strlen(argv[optind])+4); in main()
419 xsend(sock,buf,3); in main()
/dports/science/lammps/lammps-stable_29Sep2021/src/REPLICA/
H A Dfix_neb.cpp175 memory->destroy(xsend); in ~FixNEB()
701 xsend[m][0] = x[i][0]; in inter_replica_comm()
702 xsend[m][1] = x[i][1]; in inter_replica_comm()
703 xsend[m][2] = x[i][2]; in inter_replica_comm()
765 xsend[m][0] = x[i][0]; in inter_replica_comm()
766 xsend[m][1] = x[i][1]; in inter_replica_comm()
767 xsend[m][2] = x[i][2]; in inter_replica_comm()
783 if (xsend) { in inter_replica_comm()
784 MPI_Gatherv(xsend[0],3*m,MPI_DOUBLE, in inter_replica_comm()
874 memory->destroy(xsend); in reallocate()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/SPIN/
H A Dfix_neb_spin.cpp150 memory->destroy(xsend); in ~FixNEBSpin()
741 xsend[m][0] = x[i][0]; in inter_replica_comm()
742 xsend[m][1] = x[i][1]; in inter_replica_comm()
743 xsend[m][2] = x[i][2]; in inter_replica_comm()
826 xsend[m][0] = x[i][0]; in inter_replica_comm()
827 xsend[m][1] = x[i][1]; in inter_replica_comm()
828 xsend[m][2] = x[i][2]; in inter_replica_comm()
850 if (xsend) { in inter_replica_comm()
851 MPI_Gatherv(xsend[0],3*m,MPI_DOUBLE, in inter_replica_comm()
976 memory->destroy(xsend); in reallocate()
[all …]
/dports/net/kea/kea-2.0.1/src/lib/yang/tests/
H A Dtranslator_option_data_unittests.cc67 const string& xsend = xoption + "/always-send"; in TEST_F() local
72 ASSERT_NO_THROW_LOG(sess_->set_item(xsend.c_str(), s_false)); in TEST_F()

12345678