Home
last modified time | relevance | path

Searched refs:auto_use_fd (Results 1 – 19 of 19) sorted by relevance

/dports/net/czmq/czmq-4.1.1/bindings/ruby/lib/czmq/ffi/
H A Dzsys.rb748 def self.set_auto_use_fd(auto_use_fd) argument
749 auto_use_fd = Integer(auto_use_fd)
750 result = ::CZMQ::FFI.zsys_set_auto_use_fd(auto_use_fd)
757 def self.auto_use_fd() singletonMethod in CZMQ.FFI.Zsys
/dports/net/czmq4/czmq-4.2.1/bindings/ruby/lib/czmq/ffi/
H A Dzsys.rb881 def self.set_auto_use_fd(auto_use_fd) argument
882 auto_use_fd = Integer(auto_use_fd)
883 result = ::CZMQ::FFI.zsys_set_auto_use_fd(auto_use_fd)
890 def self.auto_use_fd() singletonMethod in CZMQ.FFI.Zsys
/dports/net/czmq/czmq-4.1.1/bindings/python_cffi/czmq_cffi/
H A DZsys.py471 def set_auto_use_fd(auto_use_fd): argument
480 utils.lib.zsys_set_auto_use_fd(auto_use_fd)
482 def auto_use_fd(): member in Zsys
H A D_cdefs.inc3866 zsys_set_auto_use_fd (int auto_use_fd);
/dports/net/czmq4/czmq-4.2.1/bindings/python_cffi/czmq_cffi/
H A DZsys.py636 def set_auto_use_fd(auto_use_fd): argument
645 utils.lib.zsys_set_auto_use_fd(auto_use_fd)
648 def auto_use_fd(): member in Zsys
/dports/net/czmq/czmq-4.1.1/include/
H A Dzsys.h348 zsys_set_auto_use_fd (int auto_use_fd);
/dports/net/czmq4/czmq-4.2.1/include/
H A Dzsys.h372 zsys_set_auto_use_fd (int auto_use_fd);
/dports/net/czmq/czmq-4.1.1/bindings/jni/src/main/c/
H A Dorg_zeromq_czmq_Zsys.c392 Java_org_zeromq_czmq_Zsys__1_1setAutoUseFd (JNIEnv *env, jclass c, jint auto_use_fd) in Java_org_zeromq_czmq_Zsys__1_1setAutoUseFd() argument
394 zsys_set_auto_use_fd ((int) auto_use_fd); in Java_org_zeromq_czmq_Zsys__1_1setAutoUseFd()
/dports/net/czmq4/czmq-4.2.1/bindings/jni/czmq-jni/src/main/c/
H A Dorg_zeromq_czmq_Zsys.c479 Java_org_zeromq_czmq_Zsys__1_1setAutoUseFd (JNIEnv *env, jclass c, jint auto_use_fd) in Java_org_zeromq_czmq_Zsys__1_1setAutoUseFd() argument
481 zsys_set_auto_use_fd ((int) auto_use_fd); in Java_org_zeromq_czmq_Zsys__1_1setAutoUseFd()
/dports/net/czmq/czmq-4.1.1/src/
H A Dzsys.c1811 zsys_set_auto_use_fd (int auto_use_fd) argument
1815 s_auto_use_fd = auto_use_fd;
/dports/net/czmq4/czmq-4.2.1/src/
H A Dzsys.c2249 zsys_set_auto_use_fd (int auto_use_fd) argument
2253 s_auto_use_fd = auto_use_fd;
/dports/net/czmq/czmq-4.1.1/bindings/python/czmq/
H A D_czmq_ctypes.py7691 def set_auto_use_fd(auto_use_fd): argument
7700 return lib.zsys_set_auto_use_fd(auto_use_fd)
7703 def auto_use_fd(): member in Zsys
/dports/net/czmq4/czmq-4.2.1/bindings/python/czmq/
H A D_czmq_ctypes.py8327 def set_auto_use_fd(auto_use_fd): argument
8336 return lib.zsys_set_auto_use_fd(auto_use_fd)
8339 def auto_use_fd(): member in Zsys
/dports/net/czmq/czmq-4.1.1/bindings/nodejs/
H A Dbinding.cc7483 int auto_use_fd; in NAN_METHOD() local
7488 auto_use_fd = Nan::To<int>(info [0]).FromJust (); in NAN_METHOD()
7492 zsys_set_auto_use_fd ((int) auto_use_fd); in NAN_METHOD()
/dports/net/czmq4/czmq-4.2.1/bindings/nodejs/
H A Dbinding.cc8224 int auto_use_fd; in NAN_METHOD() local
8229 auto_use_fd = Nan::To<int>(info [0]).FromJust (); in NAN_METHOD()
8233 zsys_set_auto_use_fd ((int) auto_use_fd); in NAN_METHOD()
/dports/net/czmq/czmq-4.1.1/api/
H A Dpython_cffi.slurp3791 zsys_set_auto_use_fd (int auto_use_fd);
/dports/net/czmq4/czmq-4.2.1/api/
H A Dpython_cffi.slurp4144 zsys_set_auto_use_fd (int auto_use_fd);
/dports/net/czmq/czmq-4.1.1/
H A DREADME.md8426 zsys_set_auto_use_fd (int auto_use_fd);
/dports/net/czmq4/czmq-4.2.1/
H A DREADME.md10104 zsys_set_auto_use_fd (int auto_use_fd);