Home
last modified time | relevance | path

Searched refs:ctxopt (Results 1 – 6 of 6) sorted by relevance

/dports/net/cppzmq/cppzmq-4.8.1/tests/
H A Dcontext.cpp71 context.set(zmq::ctxopt::blocky, false);
72 context.set(zmq::ctxopt::io_threads, 5);
73 CHECK(context.get(zmq::ctxopt::io_threads) == 5);
77 context.set(static_cast<zmq::ctxopt>(-42), 5),
81 context.get(static_cast<zmq::ctxopt>(-42)),
/dports/sysutils/smenu/smenu-0.9.18/
H A DMakefile.am4 utils.c utils.h usage.c usage.h ctxopt.h ctxopt.c
H A DMakefile.in109 usage.$(OBJEXT) ctxopt.$(OBJEXT)
127 am__depfiles_remade = ./$(DEPDIR)/ctxopt.Po ./$(DEPDIR)/fgetc.Po \
330 utils.c utils.h usage.c usage.h ctxopt.h ctxopt.c
445 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctxopt.Po@am__quote@ # am--include-marker
794 -rm -f ./$(DEPDIR)/ctxopt.Po
850 -rm -f ./$(DEPDIR)/ctxopt.Po
H A DREADME.rst153 These versions use a new options system called **ctxopt** which
156 or **ctxopt** (https://github.com/p-gen/ctxopt).
H A DChangeLog46 * github's ctxopt commit f779fb8 is now used.
64 flexible system called ctxopt (github.com/p-gen/ctxopt):
/dports/net/cppzmq/cppzmq-4.8.1/
H A Dzmq.hpp749 enum class ctxopt enum
841 void set(ctxopt option, int optval) in set()
848 ZMQ_NODISCARD int get(ctxopt option) in get()