Home
last modified time | relevance | path

Searched refs:zmsg_popstr (Results 1 – 25 of 58) sorted by relevance

123

/dports/net/zyre/zyre-2.0.1/src/
H A Dperf_remote.c45 char *event = zmsg_popstr (incoming); in node_actor()
48 to_peer = zmsg_popstr (incoming); in node_actor()
56 to_peer = zmsg_popstr (incoming); in node_actor()
57 free (zmsg_popstr (incoming)); // peer name in node_actor()
58 cookie = zmsg_popstr (incoming); in node_actor()
73 to_peer = zmsg_popstr (incoming); in node_actor()
74 free (zmsg_popstr (incoming)); // peer name in node_actor()
75 to_group = zmsg_popstr (incoming); in node_actor()
76 cookie = zmsg_popstr (incoming); in node_actor()
H A Dperf_local.c26 char *event = zmsg_popstr (incoming); in s_node_recv()
28 char *peer = zmsg_popstr (incoming); in s_node_recv()
29 free(zmsg_popstr(incoming)); // peer name in s_node_recv()
32 group = zmsg_popstr (incoming); in s_node_recv()
34 char *cookie = zmsg_popstr (incoming); in s_node_recv()
86 char *event = zmsg_popstr (incoming); in main()
88 char *peer = zmsg_popstr (incoming); in main()
100 char *peer = zmsg_popstr (incoming); in main()
101 free(zmsg_popstr(incoming)); // peer name in main()
102 char *cookie = zmsg_popstr (incoming); in main()
H A Dztester_beacon.c59 char *event = zmsg_popstr (incoming); in node_actor()
60 char *peer = zmsg_popstr (incoming); in node_actor()
61 char *name = zmsg_popstr (incoming); in node_actor()
74 cookie = zmsg_popstr (incoming); in node_actor()
80 to_group = zmsg_popstr (incoming); in node_actor()
81 cookie = zmsg_popstr (incoming); in node_actor()
94 char *group = zmsg_popstr (incoming); in node_actor()
100 char *group = zmsg_popstr (incoming); in node_actor()
H A Dztester_gossip.c65 char *event = zmsg_popstr (incoming); in node_actor()
66 char *peer = zmsg_popstr (incoming); in node_actor()
67 char *name = zmsg_popstr (incoming); in node_actor()
80 cookie = zmsg_popstr (incoming); in node_actor()
86 to_group = zmsg_popstr (incoming); in node_actor()
87 cookie = zmsg_popstr (incoming); in node_actor()
101 char *group = zmsg_popstr (incoming); in node_actor()
107 char *group = zmsg_popstr (incoming); in node_actor()
H A Dzyre_event.c56 self->type = zmsg_popstr (msg); in zyre_event_new()
57 self->peer_uuid = zmsg_popstr (msg); in zyre_event_new()
58 self->peer_name = zmsg_popstr (msg); in zyre_event_new()
66 self->peer_addr = zmsg_popstr (msg); in zyre_event_new()
70 self->group = zmsg_popstr (msg); in zyre_event_new()
73 self->group = zmsg_popstr (msg); in zyre_event_new()
81 self->group = zmsg_popstr (msg); in zyre_event_new()
87 self->group = zmsg_popstr (msg); in zyre_event_new()
347 char *string = zmsg_popstr (msg); in zyre_event_test()
H A Dzyre_node.c455 char *command = zmsg_popstr (request); in zyre_node_recv_api()
468 self->name = zmsg_popstr (request); in zyre_node_recv_api()
473 char *name = zmsg_popstr (request); in zyre_node_recv_api()
642 char *msg = zmsg_popstr (request); in zyre_node_recv_api()
672 char *name = zmsg_popstr (request); in zyre_node_recv_api()
685 char *name = zmsg_popstr (request); in zyre_node_recv_api()
707 char *name = zmsg_popstr (request); in zyre_node_recv_api()
750 char *name = zmsg_popstr (request); in zyre_node_recv_api()
761 char *uuid = zmsg_popstr (request); in zyre_node_recv_api()
771 char *uuid = zmsg_popstr (request); in zyre_node_recv_api()
[all …]
H A Dzyre.c853 char *name = zmsg_popstr (msg); in zyre_test()
875 command = zmsg_popstr (msg); in zyre_test()
883 command = zmsg_popstr (msg); in zyre_test()
891 command = zmsg_popstr (msg); in zyre_test()
900 command = zmsg_popstr (msg); in zyre_test()
1007 command = zmsg_popstr (msg); in zyre_test()
1013 name = zmsg_popstr (msg); in zyre_test()
1019 command = zmsg_popstr (msg); in zyre_test()
1026 command = zmsg_popstr (msg); in zyre_test()
1117 peerid = zmsg_popstr (msg); in zyre_test()
[all …]
/dports/net/zyre/zyre-2.0.1/examples/chat/
H A Dchat.c51 char *command = zmsg_popstr (msg); in chat_actor()
56 char *string = zmsg_popstr (msg); in chat_actor()
69 char *event = zmsg_popstr (msg); in chat_actor()
70 char *peer = zmsg_popstr (msg); in chat_actor()
71 char *name = zmsg_popstr (msg); in chat_actor()
72 char *group = zmsg_popstr (msg); in chat_actor()
73 char *message = zmsg_popstr (msg); in chat_actor()
/dports/net/czmq4/czmq-4.2.1/src/
H A Dzauth.c102 char *command = zmsg_popstr (request); in s_self_handle_pipe()
107 char *address = zmsg_popstr (request); in s_self_handle_pipe()
113 address = zmsg_popstr (request); in s_self_handle_pipe()
119 char *address = zmsg_popstr (request); in s_self_handle_pipe()
125 address = zmsg_popstr (request); in s_self_handle_pipe()
244 self->version = zmsg_popstr (request); in s_zap_request_new()
245 self->sequence = zmsg_popstr (request); in s_zap_request_new()
246 self->domain = zmsg_popstr (request); in s_zap_request_new()
247 self->address = zmsg_popstr (request); in s_zap_request_new()
248 self->identity = zmsg_popstr (request); in s_zap_request_new()
[all …]
H A Dzgossip.c364 char *endpoint = zmsg_popstr (msg); in server_method()
371 char *public_key = zmsg_popstr (msg); in server_method()
381 char *key = zmsg_popstr (msg); in server_method()
382 char *value = zmsg_popstr (msg); in server_method()
400 char *key = zmsg_popstr (msg); in server_method()
407 char *key = zmsg_popstr (msg); in server_method()
414 char *value = zmsg_popstr (msg); in server_method()
426 char *key = zmsg_popstr (msg); in server_method()
575 char *event = zmsg_popstr (msg); in monitor_handler()
579 char *endpoint = zmsg_popstr (msg); in monitor_handler()
H A Dzproxy.c168 char *socket_name = zmsg_popstr (request); in s_self_selected_socket()
190 char *type_name = zmsg_popstr (request); in s_self_configure()
192 char *endpoints = zmsg_popstr (request); in s_self_configure()
205 while ((topic = zmsg_popstr (request)) != NULL) { in s_self_configure()
236 char *command = zmsg_popstr (request); in s_self_handle_pipe()
256 char *endpoint = zmsg_popstr (request); in s_self_handle_pipe()
285 char *domain = zmsg_popstr (request); in s_self_handle_pipe()
301 char *public_key = zmsg_popstr (request); in s_self_handle_pipe()
303 char *secret_key = zmsg_popstr (request); in s_self_handle_pipe()
H A Dzmonitor.c185 char *command = zmsg_popstr (request); in s_self_handle_pipe()
194 char *event = zmsg_popstr (request); in s_self_handle_pipe()
200 event = zmsg_popstr (request); in s_self_handle_pipe()
373 char *event = zmsg_popstr (msg); in s_assert_event()
H A Dzsock.c1038 char *string = zmsg_popstr (msg); in zsock_vrecv()
1046 char *string = zmsg_popstr (msg); in zsock_vrecv()
1054 char *string = zmsg_popstr (msg); in zsock_vrecv()
1062 char *string = zmsg_popstr (msg); in zsock_vrecv()
1070 char *string = zmsg_popstr (msg); in zsock_vrecv()
1078 char *string = zmsg_popstr (msg); in zsock_vrecv()
1935 char *string = zmsg_popstr (msg); in zsock_test()
2369 addr = zmsg_popstr (dmsg); in zsock_test()
2370 dmessage = zmsg_popstr (dmsg); in zsock_test()
2394 maddr = zmsg_popstr (mdmsg); in zsock_test()
[all …]
H A Dzmsg.c440 zmsg_popstr (zmsg_t *self) in zmsg_popstr() function
1084 char *body = zmsg_popstr (msg); in zmsg_test()
1134 body = zmsg_popstr (submsg); in zmsg_test()
1208 char *string = zmsg_popstr (request); in zmsg_test()
1223 string = zmsg_popstr (reply); in zmsg_test()
H A Dzdir.c836 char *command = zmsg_popstr (msg); in s_on_command()
854 char *path = zmsg_popstr (msg); in s_on_command()
867 char *path = zmsg_popstr (msg); in s_on_command()
881 char *timeout_string = zmsg_popstr (msg); in s_on_command()
/dports/net/czmq/czmq-4.1.1/src/
H A Dzauth.c102 char *command = zmsg_popstr (request); in s_self_handle_pipe()
107 char *address = zmsg_popstr (request); in s_self_handle_pipe()
113 address = zmsg_popstr (request); in s_self_handle_pipe()
119 char *address = zmsg_popstr (request); in s_self_handle_pipe()
125 address = zmsg_popstr (request); in s_self_handle_pipe()
244 self->version = zmsg_popstr (request); in s_zap_request_new()
245 self->sequence = zmsg_popstr (request); in s_zap_request_new()
246 self->domain = zmsg_popstr (request); in s_zap_request_new()
247 self->address = zmsg_popstr (request); in s_zap_request_new()
248 self->identity = zmsg_popstr (request); in s_zap_request_new()
[all …]
H A Dzgossip.c314 char *endpoint = zmsg_popstr (msg); in server_method()
320 char *public_key = zmsg_popstr (msg); in server_method()
330 char *key = zmsg_popstr (msg); in server_method()
331 char *value = zmsg_popstr (msg); in server_method()
347 char *key = zmsg_popstr (msg); in server_method()
354 char *key = zmsg_popstr (msg); in server_method()
361 char *value = zmsg_popstr (msg); in server_method()
H A Dzproxy.c168 char *socket_name = zmsg_popstr (request); in s_self_selected_socket()
190 char *type_name = zmsg_popstr (request); in s_self_configure()
192 char *endpoints = zmsg_popstr (request); in s_self_configure()
225 char *command = zmsg_popstr (request); in s_self_handle_pipe()
245 char *endpoint = zmsg_popstr (request); in s_self_handle_pipe()
274 char *domain = zmsg_popstr (request); in s_self_handle_pipe()
290 char *public_key = zmsg_popstr (request); in s_self_handle_pipe()
292 char *secret_key = zmsg_popstr (request); in s_self_handle_pipe()
H A Dzmonitor.c185 char *command = zmsg_popstr (request); in s_self_handle_pipe()
194 char *event = zmsg_popstr (request); in s_self_handle_pipe()
200 event = zmsg_popstr (request); in s_self_handle_pipe()
373 char *event = zmsg_popstr (msg); in s_assert_event()
H A Dzmsg.c440 zmsg_popstr (zmsg_t *self) in zmsg_popstr() function
1078 char *body = zmsg_popstr (msg); in zmsg_test()
1128 body = zmsg_popstr (submsg); in zmsg_test()
1202 char *string = zmsg_popstr (request); in zmsg_test()
1217 string = zmsg_popstr (reply); in zmsg_test()
H A Dzsock.c1003 char *string = zmsg_popstr (msg); in zsock_vrecv()
1011 char *string = zmsg_popstr (msg); in zsock_vrecv()
1019 char *string = zmsg_popstr (msg); in zsock_vrecv()
1027 char *string = zmsg_popstr (msg); in zsock_vrecv()
1035 char *string = zmsg_popstr (msg); in zsock_vrecv()
1043 char *string = zmsg_popstr (msg); in zsock_vrecv()
1051 char *string = zmsg_popstr (msg); in zsock_vrecv()
1876 char *string = zmsg_popstr (msg); in zsock_test()
H A Dzdir.c820 char *command = zmsg_popstr (msg); in s_on_command()
838 char *path = zmsg_popstr (msg); in s_on_command()
851 char *path = zmsg_popstr (msg); in s_on_command()
865 char *timeout_string = zmsg_popstr (msg); in s_on_command()
/dports/net/zyre/zyre-2.0.1/
H A DREADME.md672 char *name = zmsg_popstr (msg);
694 command = zmsg_popstr (msg);
702 command = zmsg_popstr (msg);
710 command = zmsg_popstr (msg);
719 command = zmsg_popstr (msg);
826 command = zmsg_popstr (msg);
832 name = zmsg_popstr (msg);
838 command = zmsg_popstr (msg);
845 command = zmsg_popstr (msg);
936 peerid = zmsg_popstr (msg);
[all …]
/dports/net/czmq4/czmq-4.2.1/examples/security/
H A Dironhouse2.c15 char *command = zmsg_popstr (msg); in await_term()
/dports/net/czmq/czmq-4.1.1/include/
H A Dzmsg.h137 zmsg_popstr (zmsg_t *self);

123