Home
last modified time | relevance | path

Searched refs:zsock_new_gather (Results 1 – 25 of 27) sorted by relevance

12

/dports/net/czmq/czmq-4.1.1/src/
H A Dczmq_classes.h208 zsock_new_gather (const char *endpoint);
H A Dzsock.c492 zsock_new_gather (const char *endpoints) in zsock_new_gather() function
2191 zsock_t* gather = zsock_new_gather ("inproc://test-gather-scatter"); in zsock_test()
2213 zsock_t* gather = zsock_new_gather (NULL); in zsock_test()
/dports/net/czmq4/czmq-4.2.1/src/
H A Dczmq_classes.h305 zsock_new_gather (const char *endpoint);
H A Dzsock.c492 zsock_new_gather (const char *endpoints) in zsock_new_gather() function
2288 zsock_t* gather = zsock_new_gather ("inproc://test-gather-scatter"); in zsock_test()
2310 zsock_t* gather = zsock_new_gather (NULL); in zsock_test()
/dports/net/czmq/czmq-4.1.1/include/
H A Dzsock.h1087 zsock_new_gather (const char *endpoint);
/dports/net/czmq4/czmq-4.2.1/include/
H A Dzsock.h1288 zsock_new_gather (const char *endpoint);
/dports/net/czmq/czmq-4.1.1/bindings/qml/src/
H A DQmlZsock.cpp1447 qmlSelf->self = zsock_new_gather (endpoint.toUtf8().data()); in constructGather()
/dports/net/czmq/czmq-4.1.1/bindings/qt/src/
H A Dqzsock.cpp147 return new QZsock (zsock_new_gather (endpoint.toUtf8().data()), qObjParent); in newGather()
/dports/net/czmq4/czmq-4.2.1/bindings/qml/src/
H A DQmlZsock.cpp1726 qmlSelf->self = zsock_new_gather (endpoint.toUtf8().data()); in constructGather()
/dports/net/zyre/zyre-2.0.1/bindings/qt/src/
H A Dqzsock.cpp147 return new QZsock (zsock_new_gather (endpoint.toUtf8().data()), qObjParent); in newGather()
/dports/net/czmq4/czmq-4.2.1/bindings/qt/src/
H A Dqzsock.cpp147 return new QZsock (zsock_new_gather (endpoint.toUtf8().data()), qObjParent); in newGather()
/dports/net/czmq4/czmq-4.2.1/bindings/python_cffi/czmq_cffi/
H A DZsock.py150 return utils.lib.zsock_new_gather(utils.to_bytes(endpoint))
/dports/net/czmq/czmq-4.1.1/bindings/jni/src/main/c/
H A Dorg_zeromq_czmq_Zsock.c172 jlong new_gather_ = (jlong) (intptr_t) zsock_new_gather (endpoint_); in Java_org_zeromq_czmq_Zsock__1_1newGather()
/dports/net/czmq/czmq-4.1.1/
H A DNEWS50 - zsock_new_gather
/dports/net/czmq4/czmq-4.2.1/
H A DNEWS213 - zsock_new_gather
H A DREADME.md9032 zsock_new_gather (const char *endpoint);
9465 zsock_t* gather = zsock_new_gather ("inproc://test-gather-scatter");
9487 zsock_t* gather = zsock_new_gather (NULL);
/dports/net/czmq4/czmq-4.2.1/bindings/jni/czmq-jni/src/main/c/
H A Dorg_zeromq_czmq_Zsock.c172 jlong new_gather_ = (jlong) (intptr_t) zsock_new_gather (endpoint_); in Java_org_zeromq_czmq_Zsock__1_1newGather()
/dports/net/czmq/czmq-4.1.1/bindings/python/czmq/
H A D_czmq_ctypes.py5073 lib.zsock_new_gather.restype = zsock_p
5074 lib.zsock_new_gather.argtypes = [c_char_p]
5574 return Zsock(lib.zsock_new_gather(endpoint), True)
/dports/net/czmq/czmq-4.1.1/bindings/ruby/lib/czmq/ffi/
H A Dzsock.rb224 ptr = ::CZMQ::FFI.zsock_new_gather(endpoint)
/dports/net/czmq4/czmq-4.2.1/bindings/delphi/
H A Dlibczmq.pas1994 …function zsock_new_gather(Endpoint: PAnsiChar): PZsock; cdecl; external lib_czmq {$IFDEF MSWINDOWS… in zsock_new_gather() function
H A DCZMQ.pas8530 Create(zsock_new_gather(PAnsiChar(__Endpoint__)), True);
/dports/net/czmq4/czmq-4.2.1/bindings/python/czmq/
H A D_czmq_ctypes.py5210 lib.zsock_new_gather.restype = zsock_p
5211 lib.zsock_new_gather.argtypes = [c_char_p]
5789 return Zsock(lib.zsock_new_gather(endpoint), True)
/dports/net/czmq4/czmq-4.2.1/bindings/ruby/lib/czmq/ffi/
H A Dzsock.rb224 ptr = ::CZMQ::FFI.zsock_new_gather(endpoint)
/dports/net/czmq/czmq-4.1.1/bindings/python_cffi/czmq_cffi/
H A D_cdefs.inc2526 zsock_new_gather (const char *endpoint);
/dports/net/czmq/czmq-4.1.1/api/
H A Dpython_cffi.slurp2429 zsock_new_gather (const char *endpoint);

12