Home
last modified time | relevance | path

Searched refs:req_t (Results 1 – 25 of 46) sorted by relevance

12

/dports/net/libzmq2/zeromq-2.2.0/src/
H A Dreq.hpp29 class req_t : public xreq_t class
33 req_t (class ctx_t *parent_, uint32_t tid_);
34 ~req_t ();
52 req_t (const req_t&);
53 const req_t &operator = (const req_t&);
H A Dreq.cpp26 zmq::req_t::req_t (class ctx_t *parent_, uint32_t tid_) : in req_t() function in zmq::req_t
34 zmq::req_t::~req_t () in ~req_t()
38 int zmq::req_t::xsend (zmq_msg_t *msg_, int flags_) in xsend()
74 int zmq::req_t::xrecv (zmq_msg_t *msg_, int flags_) in xrecv()
109 bool zmq::req_t::xhas_in () in xhas_in()
117 bool zmq::req_t::xhas_out () in xhas_out()
/dports/devel/upp/upp/bazaar/ZMQ/lib/src/
H A Dreq.hpp28 class req_t : public xreq_t class
32 req_t (class ctx_t *parent_, uint32_t tid_);
33 ~req_t ();
51 req_t (const req_t&);
52 const req_t &operator = (const req_t&);
H A Dreq.cpp25 zmq::req_t::req_t (class ctx_t *parent_, uint32_t tid_) : in req_t() function in zmq::req_t
33 zmq::req_t::~req_t () in ~req_t()
37 int zmq::req_t::xsend (zmq_msg_t *msg_, int flags_) in xsend()
73 int zmq::req_t::xrecv (zmq_msg_t *msg_, int flags_) in xrecv()
104 bool zmq::req_t::xhas_in () in xhas_in()
112 bool zmq::req_t::xhas_out () in xhas_out()
/dports/devel/boost-docs/boost_1_72_0/libs/beast/test/beast/websocket/
H A D_detail_decorator.cpp23 struct req_t struct in boost::beast::websocket::detail::decorator_test
27 req_t() = default;
29 ~req_t() in ~req_t() argument
34 req_t(req_t&& other) noexcept in req_t() function
71 struct both_t : res_t , req_t
73 using req_t::operator();
108 decorator{req_t{}}(req); in testDecorator()
124 decorator d1{req_t{}}; in testDecorator()
/dports/devel/boost-python-libs/boost_1_72_0/libs/beast/test/beast/websocket/
H A D_detail_decorator.cpp23 struct req_t struct in boost::beast::websocket::detail::decorator_test
27 req_t() = default;
29 ~req_t() in ~req_t() argument
34 req_t(req_t&& other) noexcept in req_t() function
71 struct both_t : res_t , req_t
73 using req_t::operator();
108 decorator{req_t{}}(req); in testDecorator()
124 decorator d1{req_t{}}; in testDecorator()
/dports/devel/boost-libs/boost_1_72_0/libs/beast/test/beast/websocket/
H A D_detail_decorator.cpp23 struct req_t struct in boost::beast::websocket::detail::decorator_test
27 req_t() = default;
29 ~req_t() in ~req_t() argument
34 req_t(req_t&& other) noexcept in req_t() function
71 struct both_t : res_t , req_t
73 using req_t::operator();
108 decorator{req_t{}}(req); in testDecorator()
124 decorator d1{req_t{}}; in testDecorator()
/dports/devel/hyperscan/boost_1_75_0/libs/beast/test/beast/websocket/
H A D_detail_decorator.cpp23 struct req_t struct in boost::beast::websocket::detail::decorator_test
27 req_t() = default;
29 ~req_t() in ~req_t() argument
34 req_t(req_t&& other) noexcept in req_t() function
71 struct both_t : res_t , req_t
73 using req_t::operator();
108 decorator{req_t{}}(req); in testDecorator()
124 decorator d1{req_t{}}; in testDecorator()
/dports/devel/libxs/libxs-1.2.0/src/
H A Dreq.hpp37 class req_t : public xreq_t class
41 req_t (xs::ctx_t *parent_, uint32_t tid_, int sid_);
42 ~req_t ();
60 req_t (const req_t&);
61 const req_t &operator = (const req_t&);
H A Dreq.cpp30 xs::req_t::req_t (class ctx_t *parent_, uint32_t tid_, int sid_) : in req_t() function in xs::req_t
38 xs::req_t::~req_t () in ~req_t()
42 int xs::req_t::xsend (msg_t *msg_, int flags_) in xsend()
81 int xs::req_t::xrecv (msg_t *msg_, int flags_) in xrecv()
127 bool xs::req_t::xhas_in () in xhas_in()
137 bool xs::req_t::xhas_out () in xhas_out()
/dports/sysutils/conman/conman-conman-0.3.0/
H A Dserver-sock.c70 static int recv_greeting(req_t *req);
71 static void parse_greeting(Lex l, req_t *req);
72 static int recv_req(req_t *req);
79 static int validate_req(req_t *req);
81 static int check_busy_consoles(req_t *req);
83 static int perform_query_cmd(req_t *req);
99 req_t *req; in process_client()
220 static int recv_greeting(req_t *req) in recv_greeting()
318 static int recv_req(req_t *req) in recv_req()
562 static int validate_req(req_t *req) in validate_req()
[all …]
H A Dcommon.c82 req_t * create_req(void) in create_req()
86 req_t *req; in create_req()
88 if (!(req = malloc(sizeof(req_t)))) in create_req()
110 void destroy_req(req_t *req) in destroy_req()
H A Dcommon.h149 } req_t; typedef
196 req_t * create_req(void);
198 void destroy_req(req_t *req);
/dports/net/libzmq4/zeromq-4.3.4/src/
H A Dreq.cpp39 zmq::req_t::req_t (class ctx_t *parent_, uint32_t tid_, int sid_) : in req_t() function in zmq::req_t
51 zmq::req_t::~req_t () in ~req_t()
55 int zmq::req_t::xsend (msg_t *msg_) in xsend()
131 int zmq::req_t::xrecv (msg_t *msg_) in xrecv()
191 bool zmq::req_t::xhas_in () in xhas_in()
201 bool zmq::req_t::xhas_out () in xhas_out()
209 int zmq::req_t::xsetsockopt (int option_, in xsetsockopt()
240 void zmq::req_t::xpipe_terminated (pipe_t *pipe_) in xpipe_terminated()
247 int zmq::req_t::recv_reply_pipe (msg_t *msg_) in recv_reply_pipe()
H A Dreq.hpp43 class req_t ZMQ_FINAL : public dealer_t
46 req_t (zmq::ctx_t *parent_, uint32_t tid_, int sid_);
47 ~req_t ();
86 ZMQ_NON_COPYABLE_NOR_MOVABLE (req_t)
/dports/net/py-pyzmq/pyzmq-22.3.0/bundled/zeromq/src/
H A Dreq.cpp39 zmq::req_t::req_t (class ctx_t *parent_, uint32_t tid_, int sid_) : in req_t() function in zmq::req_t
51 zmq::req_t::~req_t () in ~req_t()
55 int zmq::req_t::xsend (msg_t *msg_) in xsend()
131 int zmq::req_t::xrecv (msg_t *msg_) in xrecv()
191 bool zmq::req_t::xhas_in () in xhas_in()
201 bool zmq::req_t::xhas_out () in xhas_out()
209 int zmq::req_t::xsetsockopt (int option_, in xsetsockopt()
240 void zmq::req_t::xpipe_terminated (pipe_t *pipe_) in xpipe_terminated()
247 int zmq::req_t::recv_reply_pipe (msg_t *msg_) in recv_reply_pipe()
H A Dreq.hpp43 class req_t ZMQ_FINAL : public dealer_t
46 req_t (zmq::ctx_t *parent_, uint32_t tid_, int sid_);
47 ~req_t ();
86 ZMQ_NON_COPYABLE_NOR_MOVABLE (req_t)
/dports/emulators/jzintv/jzintv-20200712-src/src/cp1600/
H A Dreq_q.h30 typedef struct req_t struct
37 } req_t; argument
52 req_t req[REQ_Q_DEPTH]; /* Circular queue of INT, BUS requests */
94 req_q_t *const RESTRICT req_t,
99 req_q_t *const RESTRICT req_t,
H A Dreq_q.c34 const req_t *const RESTRICT req = &rq->req[i]; in req_q_print()
62 req_t *const RESTRICT req = &REQ_Q_FRONT(req_q); in req_q_default_ack_fn()
78 req_t *const RESTRICT req = &REQ_Q_FRONT(req_q); in req_q_default_drop_fn()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/rfnoc/blocks/rfnoc_block_axi_ram_fifo/
H A Dsim_axi_ram.sv96 } req_t; typedef
114 mailbox #(req_t) read_req = new(); // Read request queue
115 mailbox #(req_t) write_req = new(); // Write request queue
116 mailbox #(req_t) write_resp = new(); // Write response queue
285 req_t req;
342 req_t req;
399 req_t req;
494 req_t resp;
560 req_t req;
/dports/net-mgmt/xymon-server/xymon-4.3.30/xymonnet/
H A Dxymon-snmpcollect.c47 typedef struct req_t { struct
66 struct req_t *next; argument
67 } req_t; typedef
256 struct req_t *req = (struct req_t *)magic; in asynch_response()
497 static req_t *startpoint = NULL; in starthosts()
500 struct req_t *rwalk; in starthosts()
528 struct req_t *rwalk; in stophosts()
628 struct req_t *reqitem = NULL; in readconfig()
681 reqitem = (req_t *)calloc(1, sizeof(req_t)); in readconfig()
853 req_t *rwalk; in resolvekeys()
[all …]
/dports/net-mgmt/xymon-client/xymon-4.3.30/xymonnet/
H A Dxymon-snmpcollect.c47 typedef struct req_t { struct
66 struct req_t *next; argument
67 } req_t; typedef
256 struct req_t *req = (struct req_t *)magic; in asynch_response()
497 static req_t *startpoint = NULL; in starthosts()
500 struct req_t *rwalk; in starthosts()
528 struct req_t *rwalk; in stophosts()
628 struct req_t *reqitem = NULL; in readconfig()
681 reqitem = (req_t *)calloc(1, sizeof(req_t)); in readconfig()
853 req_t *rwalk; in resolvekeys()
[all …]
/dports/games/frikqcc/frik26src/decompiler/
H A Ddecomp.h28 char *DecompileGlobal(gofs_t ofs, def_t * req_t);
31 char *DecompileGet(dfunction_t * df, gofs_t ofs, def_t * req_t);
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/usb/dvb-usb-v2/
H A Daf9015.c17 static int af9015_ctrl_msg(struct dvb_usb_device *d, struct req_t *req) in af9015_ctrl_msg()
117 struct req_t req = {WRITE_I2C, addr, reg, 1, 1, 1, &val}; in af9015_write_reg_i2c()
130 struct req_t req = {READ_I2C, addr, reg, 0, 1, 1, val}; in af9015_read_reg_i2c()
148 struct req_t req; in af9015_i2c_xfer()
273 struct req_t req = {GET_CONFIG, 0, 0, 0, 0, 1, &reply}; in af9015_identify_state()
295 struct req_t req = {DOWNLOAD_FIRMWARE, 0, 0, 0, 0, 0, NULL}; in af9015_download_firmware()
345 struct req_t req = {READ_I2C, AF9015_I2C_EEPROM, 0, 0, 1, 1, NULL}; in af9015_eeprom_hash()
378 struct req_t req = {READ_I2C, AF9015_I2C_EEPROM, 0, 0, 1, 1, &val}; in af9015_read_config()
770 struct req_t req = {COPY_FIRMWARE, 0, 0x5100, 0, 0, 4, firmware_info}; in af9015_copy_firmware()
1303 struct req_t req = {WRITE_MEMORY, 0, reg, 0, 0, len, val}; in af9015_regmap_write()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/usb/dvb-usb-v2/
H A Daf9015.c17 static int af9015_ctrl_msg(struct dvb_usb_device *d, struct req_t *req) in af9015_ctrl_msg()
117 struct req_t req = {WRITE_I2C, addr, reg, 1, 1, 1, &val}; in af9015_write_reg_i2c()
130 struct req_t req = {READ_I2C, addr, reg, 0, 1, 1, val}; in af9015_read_reg_i2c()
148 struct req_t req; in af9015_i2c_xfer()
273 struct req_t req = {GET_CONFIG, 0, 0, 0, 0, 1, &reply}; in af9015_identify_state()
295 struct req_t req = {DOWNLOAD_FIRMWARE, 0, 0, 0, 0, 0, NULL}; in af9015_download_firmware()
345 struct req_t req = {READ_I2C, AF9015_I2C_EEPROM, 0, 0, 1, 1, NULL}; in af9015_eeprom_hash()
378 struct req_t req = {READ_I2C, AF9015_I2C_EEPROM, 0, 0, 1, 1, &val}; in af9015_read_config()
770 struct req_t req = {COPY_FIRMWARE, 0, 0x5100, 0, 0, 4, firmware_info}; in af9015_copy_firmware()
1303 struct req_t req = {WRITE_MEMORY, 0, reg, 0, 0, len, val}; in af9015_regmap_write()
[all …]

12