Home
last modified time | relevance | path

Searched refs:ZMQ_FINAL (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/net/libzmq4/zeromq-4.3.4/src/
H A Dgssapi_server.hpp43 class gssapi_server_t ZMQ_FINAL : public gssapi_mechanism_base_t, class
50 ~gssapi_server_t () ZMQ_FINAL;
53 int next_handshake_command (msg_t *msg_) ZMQ_FINAL;
54 int process_handshake_command (msg_t *msg_) ZMQ_FINAL;
55 int encode (msg_t *msg_) ZMQ_FINAL;
56 int decode (msg_t *msg_) ZMQ_FINAL;
57 int zap_msg_available () ZMQ_FINAL;
58 status_t status () const ZMQ_FINAL;
H A Dgssapi_client.hpp42 class gssapi_client_t ZMQ_FINAL : public gssapi_mechanism_base_t class
46 ~gssapi_client_t () ZMQ_FINAL;
49 int next_handshake_command (msg_t *msg_) ZMQ_FINAL;
50 int process_handshake_command (msg_t *msg_) ZMQ_FINAL;
51 int encode (msg_t *msg_) ZMQ_FINAL;
52 int decode (msg_t *msg_) ZMQ_FINAL;
53 status_t status () const ZMQ_FINAL;
H A Dsession_base.hpp69 void read_activated (zmq::pipe_t *pipe_) ZMQ_FINAL;
70 void write_activated (zmq::pipe_t *pipe_) ZMQ_FINAL;
71 void hiccuped (zmq::pipe_t *pipe_) ZMQ_FINAL;
72 void pipe_terminated (zmq::pipe_t *pipe_) ZMQ_FINAL;
113 void process_plug () ZMQ_FINAL;
114 void process_attach (zmq::i_engine *engine_) ZMQ_FINAL;
115 void process_term (int linger_) ZMQ_FINAL;
119 void timer_event (int id_) ZMQ_FINAL;
177 class hello_msg_session_t ZMQ_FINAL : public session_base_t class
H A Dcurve_client.hpp44 class curve_client_t ZMQ_FINAL : public curve_mechanism_base_t class
50 ~curve_client_t () ZMQ_FINAL;
53 int next_handshake_command (msg_t *msg_) ZMQ_FINAL;
54 int process_handshake_command (msg_t *msg_) ZMQ_FINAL;
55 int encode (msg_t *msg_) ZMQ_FINAL;
56 int decode (msg_t *msg_) ZMQ_FINAL;
57 status_t status () const ZMQ_FINAL;
H A Dxsub.hpp59 bool locally_initiated_) ZMQ_FINAL;
65 int xrecv (zmq::msg_t *msg_) ZMQ_FINAL;
66 bool xhas_in () ZMQ_FINAL;
67 void xread_activated (zmq::pipe_t *pipe_) ZMQ_FINAL;
68 void xwrite_activated (zmq::pipe_t *pipe_) ZMQ_FINAL;
69 void xhiccuped (pipe_t *pipe_) ZMQ_FINAL;
70 void xpipe_terminated (zmq::pipe_t *pipe_) ZMQ_FINAL;
H A Dstream_engine_base.hpp65 bool has_handshake_stage () ZMQ_FINAL { return _has_handshake_stage; }; in has_handshake_stage()
67 zmq::session_base_t *session_) ZMQ_FINAL;
68 void terminate () ZMQ_FINAL;
69 bool restart_input () ZMQ_FINAL;
70 void restart_output () ZMQ_FINAL;
71 void zap_msg_available () ZMQ_FINAL;
72 const endpoint_uri_pair_t &get_endpoint () const ZMQ_FINAL;
75 void in_event () ZMQ_FINAL;
77 void timer_event (int id_) ZMQ_FINAL;
H A Dnorm_engine.hpp21 class norm_engine_t ZMQ_FINAL : public io_object_t, public i_engine class
25 ~norm_engine_t () ZMQ_FINAL;
31 bool has_handshake_stage () ZMQ_FINAL { return false; }; in has_handshake_stage()
36 class session_base_t *session_) ZMQ_FINAL;
40 void terminate () ZMQ_FINAL;
44 bool restart_input () ZMQ_FINAL;
48 void restart_output () ZMQ_FINAL;
50 void zap_msg_available () ZMQ_FINAL {} in zap_msg_available()
52 const endpoint_uri_pair_t &get_endpoint () const ZMQ_FINAL;
H A Dsocket_base.hpp110 void in_event () ZMQ_FINAL;
111 void out_event () ZMQ_FINAL;
112 void timer_event (int id_) ZMQ_FINAL;
115 void read_activated (pipe_t *pipe_) ZMQ_FINAL;
116 void write_activated (pipe_t *pipe_) ZMQ_FINAL;
117 void hiccuped (pipe_t *pipe_) ZMQ_FINAL;
118 void pipe_terminated (pipe_t *pipe_) ZMQ_FINAL;
208 void process_destroy () ZMQ_FINAL;
294 void process_stop () ZMQ_FINAL;
300 void process_term (int linger_) ZMQ_FINAL;
[all …]
H A Dxpub.hpp57 int xsend (zmq::msg_t *msg_) ZMQ_FINAL;
58 bool xhas_out () ZMQ_FINAL;
61 void xread_activated (zmq::pipe_t *pipe_) ZMQ_FINAL;
62 void xwrite_activated (zmq::pipe_t *pipe_) ZMQ_FINAL;
64 xsetsockopt (int option_, const void *optval_, size_t optvallen_) ZMQ_FINAL;
65 void xpipe_terminated (zmq::pipe_t *pipe_) ZMQ_FINAL;
H A Drouter.hpp57 bool locally_initiated_) ZMQ_FINAL;
59 xsetsockopt (int option_, const void *optval_, size_t optvallen_) ZMQ_FINAL;
64 void xread_activated (zmq::pipe_t *pipe_) ZMQ_FINAL;
65 void xpipe_terminated (zmq::pipe_t *pipe_) ZMQ_FINAL;
67 size_t routing_id_size_) const ZMQ_FINAL;
H A Dzap_client.hpp86 status_t status () const ZMQ_FINAL;
87 int zap_msg_available () ZMQ_FINAL;
90 int receive_and_process_zap_reply () ZMQ_FINAL;
91 void handle_zap_status_code () ZMQ_FINAL;
H A Dtipc_connecter.hpp42 class tipc_connecter_t ZMQ_FINAL : public stream_connecter_base_t class
55 void out_event () ZMQ_FINAL;
58 void start_connecting () ZMQ_FINAL;
H A Dtipc_listener.hpp45 class tipc_listener_t ZMQ_FINAL : public stream_listener_base_t class
57 socket_end_t socket_end_) const ZMQ_FINAL;
61 void in_event () ZMQ_FINAL;
/dports/net/py-pyzmq/pyzmq-22.3.0/bundled/zeromq/src/
H A Dgssapi_server.hpp43 class gssapi_server_t ZMQ_FINAL : public gssapi_mechanism_base_t, class
50 ~gssapi_server_t () ZMQ_FINAL;
53 int next_handshake_command (msg_t *msg_) ZMQ_FINAL;
54 int process_handshake_command (msg_t *msg_) ZMQ_FINAL;
55 int encode (msg_t *msg_) ZMQ_FINAL;
56 int decode (msg_t *msg_) ZMQ_FINAL;
57 int zap_msg_available () ZMQ_FINAL;
58 status_t status () const ZMQ_FINAL;
H A Dgssapi_client.hpp42 class gssapi_client_t ZMQ_FINAL : public gssapi_mechanism_base_t class
46 ~gssapi_client_t () ZMQ_FINAL;
49 int next_handshake_command (msg_t *msg_) ZMQ_FINAL;
50 int process_handshake_command (msg_t *msg_) ZMQ_FINAL;
51 int encode (msg_t *msg_) ZMQ_FINAL;
52 int decode (msg_t *msg_) ZMQ_FINAL;
53 status_t status () const ZMQ_FINAL;
H A Dsession_base.hpp69 void read_activated (zmq::pipe_t *pipe_) ZMQ_FINAL;
70 void write_activated (zmq::pipe_t *pipe_) ZMQ_FINAL;
71 void hiccuped (zmq::pipe_t *pipe_) ZMQ_FINAL;
72 void pipe_terminated (zmq::pipe_t *pipe_) ZMQ_FINAL;
113 void process_plug () ZMQ_FINAL;
114 void process_attach (zmq::i_engine *engine_) ZMQ_FINAL;
115 void process_term (int linger_) ZMQ_FINAL;
119 void timer_event (int id_) ZMQ_FINAL;
177 class hello_msg_session_t ZMQ_FINAL : public session_base_t class
H A Dcurve_client.hpp44 class curve_client_t ZMQ_FINAL : public curve_mechanism_base_t class
50 ~curve_client_t () ZMQ_FINAL;
53 int next_handshake_command (msg_t *msg_) ZMQ_FINAL;
54 int process_handshake_command (msg_t *msg_) ZMQ_FINAL;
55 int encode (msg_t *msg_) ZMQ_FINAL;
56 int decode (msg_t *msg_) ZMQ_FINAL;
57 status_t status () const ZMQ_FINAL;
H A Dxsub.hpp59 bool locally_initiated_) ZMQ_FINAL;
65 int xrecv (zmq::msg_t *msg_) ZMQ_FINAL;
66 bool xhas_in () ZMQ_FINAL;
67 void xread_activated (zmq::pipe_t *pipe_) ZMQ_FINAL;
68 void xwrite_activated (zmq::pipe_t *pipe_) ZMQ_FINAL;
69 void xhiccuped (pipe_t *pipe_) ZMQ_FINAL;
70 void xpipe_terminated (zmq::pipe_t *pipe_) ZMQ_FINAL;
H A Dnorm_engine.hpp21 class norm_engine_t ZMQ_FINAL : public io_object_t, public i_engine class
25 ~norm_engine_t () ZMQ_FINAL;
31 bool has_handshake_stage () ZMQ_FINAL { return false; }; in has_handshake_stage()
36 class session_base_t *session_) ZMQ_FINAL;
40 void terminate () ZMQ_FINAL;
44 bool restart_input () ZMQ_FINAL;
48 void restart_output () ZMQ_FINAL;
50 void zap_msg_available () ZMQ_FINAL {} in zap_msg_available()
52 const endpoint_uri_pair_t &get_endpoint () const ZMQ_FINAL;
H A Dstream_engine_base.hpp65 bool has_handshake_stage () ZMQ_FINAL { return _has_handshake_stage; }; in has_handshake_stage()
67 zmq::session_base_t *session_) ZMQ_FINAL;
68 void terminate () ZMQ_FINAL;
69 bool restart_input () ZMQ_FINAL;
70 void restart_output () ZMQ_FINAL;
71 void zap_msg_available () ZMQ_FINAL;
72 const endpoint_uri_pair_t &get_endpoint () const ZMQ_FINAL;
75 void in_event () ZMQ_FINAL;
77 void timer_event (int id_) ZMQ_FINAL;
H A Dsocket_base.hpp110 void in_event () ZMQ_FINAL;
111 void out_event () ZMQ_FINAL;
112 void timer_event (int id_) ZMQ_FINAL;
115 void read_activated (pipe_t *pipe_) ZMQ_FINAL;
116 void write_activated (pipe_t *pipe_) ZMQ_FINAL;
117 void hiccuped (pipe_t *pipe_) ZMQ_FINAL;
118 void pipe_terminated (pipe_t *pipe_) ZMQ_FINAL;
208 void process_destroy () ZMQ_FINAL;
294 void process_stop () ZMQ_FINAL;
300 void process_term (int linger_) ZMQ_FINAL;
[all …]
H A Dxpub.hpp57 int xsend (zmq::msg_t *msg_) ZMQ_FINAL;
58 bool xhas_out () ZMQ_FINAL;
61 void xread_activated (zmq::pipe_t *pipe_) ZMQ_FINAL;
62 void xwrite_activated (zmq::pipe_t *pipe_) ZMQ_FINAL;
64 xsetsockopt (int option_, const void *optval_, size_t optvallen_) ZMQ_FINAL;
65 void xpipe_terminated (zmq::pipe_t *pipe_) ZMQ_FINAL;
H A Drouter.hpp57 bool locally_initiated_) ZMQ_FINAL;
59 xsetsockopt (int option_, const void *optval_, size_t optvallen_) ZMQ_FINAL;
64 void xread_activated (zmq::pipe_t *pipe_) ZMQ_FINAL;
65 void xpipe_terminated (zmq::pipe_t *pipe_) ZMQ_FINAL;
67 size_t routing_id_size_) const ZMQ_FINAL;
H A Dzap_client.hpp86 status_t status () const ZMQ_FINAL;
87 int zap_msg_available () ZMQ_FINAL;
90 int receive_and_process_zap_reply () ZMQ_FINAL;
91 void handle_zap_status_code () ZMQ_FINAL;
H A Dtipc_connecter.hpp42 class tipc_connecter_t ZMQ_FINAL : public stream_connecter_base_t class
55 void out_event () ZMQ_FINAL;
58 void start_connecting () ZMQ_FINAL;

1234567