Home
last modified time | relevance | path

Searched refs:zhashx_dup (Results 1 – 25 of 26) sorted by relevance

12

/dports/net/czmq4/czmq-4.2.1/include/
H A Dzhashx.h212 zhashx_dup (zhashx_t *self);
/dports/net/czmq/czmq-4.1.1/include/
H A Dzhashx.h212 zhashx_dup (zhashx_t *self);
/dports/net/czmq/czmq-4.1.1/bindings/python_cffi/czmq_cffi/
H A DZhashx.py207 return utils.lib.zhashx_dup(self._p)
H A D_cdefs.inc1504 zhashx_dup (zhashx_t *self);
/dports/net/czmq4/czmq-4.2.1/bindings/qt/src/
H A Dqzhashx.cpp267 QZhashx *rv = new QZhashx (zhashx_dup (self)); in dup()
/dports/net/czmq4/czmq-4.2.1/bindings/qml/src/
H A DQmlZhashx.cpp199 retQ_->self = zhashx_dup (self); in dup()
/dports/net/czmq/czmq-4.1.1/bindings/qml/src/
H A DQmlZhashx.cpp199 retQ_->self = zhashx_dup (self); in dup()
/dports/net/czmq/czmq-4.1.1/bindings/qt/src/
H A Dqzhashx.cpp267 QZhashx *rv = new QZhashx (zhashx_dup (self)); in dup()
/dports/net/czmq4/czmq-4.2.1/bindings/python_cffi/czmq_cffi/
H A DZhashx.py224 return utils.lib.zhashx_dup(self._p)
/dports/net/czmq/czmq-4.1.1/bindings/jni/src/main/c/
H A Dorg_zeromq_czmq_Zhashx.c159 jlong dup_ = (jlong) (intptr_t) zhashx_dup ((zhashx_t *) (intptr_t) self); in Java_org_zeromq_czmq_Zhashx__1_1dup()
/dports/net/czmq4/czmq-4.2.1/bindings/jni/czmq-jni/src/main/c/
H A Dorg_zeromq_czmq_Zhashx.c159 jlong dup_ = (jlong) (intptr_t) zhashx_dup ((zhashx_t *) (intptr_t) self); in Java_org_zeromq_czmq_Zhashx__1_1dup()
/dports/net/czmq/czmq-4.1.1/bindings/ruby/lib/czmq/ffi/
H A Dzhashx.rb508 result = ::CZMQ::FFI.zhashx_dup(self_p)
/dports/net/czmq4/czmq-4.2.1/bindings/ruby/lib/czmq/ffi/
H A Dzhashx.rb508 result = ::CZMQ::FFI.zhashx_dup(self_p)
/dports/net/czmq4/czmq-4.2.1/src/
H A Dzhashx.c960 zhashx_dup (zhashx_t *self) in zhashx_dup() function
1210 zhashx_t *copy = zhashx_dup (hash); in zhashx_test()
/dports/net/czmq/czmq-4.1.1/src/
H A Dzhashx.c957 zhashx_dup (zhashx_t *self) in zhashx_dup() function
1203 zhashx_t *copy = zhashx_dup (hash); in zhashx_test()
/dports/net/czmq4/czmq-4.2.1/
H A DNEWS76 * Fixed #2144 - zhashx_dup() does not copy callbacks
H A DREADME.md4664 zhashx_dup (zhashx_t *self);
4807 zhashx_t *copy = zhashx_dup (hash);
/dports/net/czmq/czmq-4.1.1/bindings/python/czmq/
H A D_czmq_ctypes.py3025 lib.zhashx_dup.restype = zhashx_p
3026 lib.zhashx_dup.argtypes = [zhashx_p]
3289 return Zhashx(lib.zhashx_dup(self._as_parameter_), True)
/dports/net/czmq4/czmq-4.2.1/bindings/delphi/
H A Dlibczmq.pas1247 …function zhashx_dup(self: PZhashx): PZhashx; cdecl; external lib_czmq {$IFDEF MSWINDOWS}delayed{$E…
H A DCZMQ.pas7559 Result := TZhashx.Wrap(zhashx_dup(FHandle), true);
/dports/net/czmq4/czmq-4.2.1/bindings/python/czmq/
H A D_czmq_ctypes.py3108 lib.zhashx_dup.restype = zhashx_p
3109 lib.zhashx_dup.argtypes = [zhashx_p]
3372 return Zhashx(lib.zhashx_dup(self._as_parameter_), True)
/dports/net/czmq/czmq-4.1.1/api/
H A Dpython_cffi.slurp1504 zhashx_dup (zhashx_t *self);
/dports/net/czmq/czmq-4.1.1/
H A DREADME.md3559 zhashx_dup (zhashx_t *self);
3700 zhashx_t *copy = zhashx_dup (hash);
/dports/net/czmq/czmq-4.1.1/bindings/nodejs/
H A Dbinding.cc3142 zhashx_t *result = zhashx_dup (zhashx->self); in NAN_METHOD()
/dports/net/czmq4/czmq-4.2.1/api/
H A Dpython_cffi.slurp1546 zhashx_dup (zhashx_t *self);

12