Home
last modified time | relevance | path

Searched refs:config_t (Results 1 – 25 of 513) sorted by relevance

12345678910>>...21

/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/util/
H A Dconfig-file.h33 typedef struct config_data config_t; typedef
44 EXPORT config_t *config_create(const char *file);
45 EXPORT int config_open(config_t **config, const char *file,
47 EXPORT int config_open_string(config_t **config, const char *str);
48 EXPORT int config_save(config_t *config);
51 EXPORT void config_close(config_t *config);
53 EXPORT size_t config_num_sections(config_t *config);
58 EXPORT void config_set_int(config_t *config, const char *section,
60 EXPORT void config_set_uint(config_t *config, const char *section,
62 EXPORT void config_set_bool(config_t *config, const char *section,
[all …]
/dports/graphics/quickqanava/QuickQanava-ab88d77ec62175b9fd499a154ffaf92f7bf23989/GTpo/src/gtpo/
H A Dgraph.hpp38 template <class config_t>
39 graph<config_t>::~graph() in ~graph()
44 template <class config_t>
67 template < class config_t >
77 template < class config_t >
93 template < class config_t >
131 template < class config_t >
141 template < class config_t >
151 template < class config_t >
163 template < class config_t >
[all …]
H A Dgraph_behaviour.h47 template < class config_t >
48 class graph_behaviour : public gtpo::behaviour<gtpo::graph<config_t>>
51 graph_behaviour() noexcept : gtpo::behaviour<gtpo::graph<config_t>>{} {} in graph_behaviour()
53 graph_behaviour( const graph_behaviour<config_t>& ) = delete;
85 template < class config_t >
86 class dynamic_graph_behaviour : public graph_behaviour<config_t>
89 dynamic_graph_behaviour() noexcept : graph_behaviour<config_t>{} {} in dynamic_graph_behaviour()
136 template < class config_t >
194 template <class config_t>
204 using dynamic_graph_behaviour_t = dynamic_graph_behaviour<config_t>;
[all …]
H A Dnode_behaviour.h44 template <class config_t>
47 template <class config_t>
53 template <class config_t>
54 class node_behaviour : public gtpo::behaviour<gtpo::node<config_t>>
61 node_behaviour( const node_behaviour<config_t>& ) = delete;
105 template <class config_t>
106 class dynamic_node_behaviour : public node_behaviour<config_t>
157 template <class config_t>
166 template < class config_t >
175 using base_t = gtpo::node_behaviour<config_t>;
[all …]
H A Dnode.hpp38 template < class config_t >
39 auto node<config_t>::add_out_edge( weak_edge_t outEdgePtr ) -> void in add_out_edge()
56 template <class config_t>
57 auto node<config_t>::add_in_edge( weak_edge_t inEdgePtr ) -> void in add_in_edge()
75 template < class config_t >
76 auto node<config_t>::remove_out_edge( const weak_edge_t outEdge ) -> void in remove_out_edge()
90 config_t::template container_adapter<weak_edges_t>::remove( outEdge, _out_edges ); in remove_out_edge()
100 template < class config_t >
101 auto node<config_t>::remove_in_edge( const weak_edge_t inEdge ) -> void in remove_in_edge()
125 template < class config_t >
[all …]
H A Dgraph.h57 template <class config_t>
70 template < class config_t = gtpo::default_config >
71 class graph : public config_t::graph_base,
72 public gtpo::behaviourable_graph< config_t >
77 using graph_t = graph<config_t>;
80 using final_config_t = config_t;
82 using node_t = typename config_t::final_node_t;
95 using group_t = typename config_t::final_group_t;
101 using behaviour = graph_behaviour< config_t >;
109 config_t::graph_base{}, in graph()
[all …]
H A Dnode.h54 template <class config_t>
57 template <class config_t>
60 template <class config_t>
67 template <class config_t = gtpo::config<>>
68 class node : public config_t::node_base,
69 public graph_property_impl<gtpo::graph<config_t>>,
70 public gtpo::behaviourable_node< config_t >,
71 public std::enable_shared_from_this<node<config_t>>
80 using graph_t = gtpo::graph<config_t>;
86 using behaviourable_base = gtpo::behaviourable_node< config_t >;
[all …]
H A Dgraph_behaviour.hpp40 template < class config_t >
42 auto behaviourable_graph< config_t >::notify_node_inserted( node_t& node ) noexcept -> void in notify_node_inserted()
47 template < class config_t >
49 auto behaviourable_graph< config_t >::notify_node_removed( node_t& node ) noexcept -> void in notify_node_removed()
54 template < class config_t >
56 auto behaviourable_graph< config_t >::notify_edge_inserted( edge_t& edge ) noexcept -> void in notify_edge_inserted()
61 template < class config_t >
63 auto behaviourable_graph< config_t >::notify_edge_removed( edge_t& edge ) noexcept -> void in notify_edge_removed()
68 template < class config_t >
75 template < class config_t >
[all …]
H A Dnode_behaviour.hpp40 template < class config_t >
42 auto behaviourable_node< config_t >::notify_in_node_inserted( node_t target, node_t node, const … in notify_in_node_inserted()
47 template < class config_t >
49 auto behaviourable_node< config_t >::notify_in_node_removed( node_t target, node_t node, const e… in notify_in_node_removed()
54 template < class config_t >
56 auto behaviourable_node< config_t >::notify_in_node_removed( node_t target ) noexcept -> void in notify_in_node_removed()
61 template < class config_t >
68 template < class config_t >
70 auto behaviourable_node< config_t >::notify_out_node_removed( node_t target, node_t node, const … in notify_out_node_removed()
75 template < class config_t >
[all …]
/dports/security/gvmd/gvmd-21.4.4/src/
H A Dmanage_configs.h26 typedef resource_t config_t; typedef
67 config_uuid (config_t);
70 config_type (config_t);
73 config_nvt_timeout (config_t, const char *);
112 config_nvt_selector (config_t);
115 config_in_use (config_t);
118 config_writable (config_t);
124 trash_config_in_use (config_t);
127 trash_config_writable (config_t);
133 config_families_growing (config_t);
[all …]
/dports/audio/cpige/cpige-1.5/
H A Dconfiglib.h11 typedef struct config_t struct
14 struct config_t *next; argument
15 } config_t; typedef
17 config_t *parseConfig ( char *filename );
18 config_t *_conf_setValue( config_t *start, confObj_t *confObj );
21 config_t *_conf_getValue( config_t *start, char *var, char **dest);
22 void _conf_freeConfig( config_t *start );
23 void _conf_printConfig ( config_t *start );
24 void _conf_writeConfig( FILE *stream, config_t *config );
32 void set_int_from_conf(config_t *config, char *type, int *value, int def, char *errMsg, int exit_n);
[all …]
/dports/audio/cpige/cpige-1.5/gui/
H A Dconfiglib.h11 typedef struct config_t struct
14 struct config_t *next; argument
15 } config_t; typedef
17 config_t *parseConfig ( char *filename );
18 config_t *_conf_setValue( config_t *start, confObj_t *confObj );
21 config_t *_conf_getValue( config_t *start, char *var, char **dest);
22 void _conf_freeConfig( config_t *start );
23 void _conf_printConfig ( config_t *start );
24 void _conf_writeConfig( FILE *stream, config_t *config );
32 void set_int_from_conf(config_t *config, char *type, int *value, int def, char *errMsg, int exit_n);
[all …]
/dports/net/arataga/arataga-0.5.1/tests/config_parser/
H A Dmain.cpp25 config_t cfg;
70 config_t cfg;
85 config_t cfg;
105 config_t cfg;
132 config_t cfg;
145 config_t cfg;
158 config_t cfg;
171 config_t cfg;
190 config_t cfg;
203 config_t cfg;
[all …]
/dports/net/mlvpn/MLVPN-2.3.1/src/
H A Dconfiglib.h19 typedef struct config_t struct
23 struct config_t *next; argument
24 } config_t; typedef
26 config_t *
38 config_t *
42 conf_setValue(config_t **start,
47 config_t *
48 _conf_getValue(config_t *start,
54 _conf_printConfig(config_t *start);
57 _conf_freeConfig(config_t *start);
[all …]
/dports/security/tinc-devel/tinc-1.1pre18/src/
H A Dconf.h28 typedef struct config_t { struct
33 } config_t; argument
46 extern config_t *new_config(void) __attribute__((__malloc__));
47 extern void free_config(config_t *config);
48 extern void config_add(splay_tree_t *config_tree, config_t *config);
49 extern config_t *lookup_config(splay_tree_t *config_tree, char *variable);
50 extern config_t *lookup_config_next(splay_tree_t *config_tree, const config_t *config);
51 extern bool get_config_bool(const config_t *config, bool *result);
52 extern bool get_config_int(const config_t *config, int *result);
53 extern bool get_config_string(const config_t *config, char **result);
[all …]
/dports/security/tinc/tinc-1.0.36/src/
H A Dconf.h27 typedef struct config_t { struct
32 } config_t; argument
49 extern config_t *new_config(void) __attribute__((__malloc__));
50 extern void free_config(config_t *cfg);
51 extern void config_add(avl_tree_t *config_tree, config_t *cfg);
52 extern config_t *lookup_config(const avl_tree_t *config_tree, char *variable);
53 extern config_t *lookup_config_next(const avl_tree_t *config_tree, const config_t *cfg);
54 extern bool get_config_bool(const config_t *cfg, bool *result);
55 extern bool get_config_int(const config_t *cfg, int *result);
56 extern bool get_config_string(const config_t *cfg, char **result);
[all …]
/dports/devel/libconfig/libconfig-1.7.2/lib/
H A Dlibconfig.h88 struct config_t *config;
107 typedef const char ** (*config_include_fn_t)(struct config_t *,
112 typedef struct config_t struct
128 } config_t; argument
145 extern LIBCONFIG_API int config_read_file(config_t *config,
147 extern LIBCONFIG_API int config_write_file(config_t *config,
160 const config_t *config);
165 const config_t *config);
171 extern LIBCONFIG_API void config_init(config_t *config);
172 extern LIBCONFIG_API void config_destroy(config_t *config);
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/zstd-sys-1.4.19+zstd.1.4.8/zstd/tests/regression/
H A Dconfig.c55 static config_t no_pledged_src_size = {
66 static config_t ldm = {
76 static config_t mt = {
87 static config_t mt_ldm = {
98 static config_t mt_advanced = {
108 static config_t small_wlog = {
119 static config_t small_hlog = {
130 static config_t small_clog = {
163 static config_t huffman_literals = {
180 static config_t explicit_params = {
[all …]
/dports/archivers/p5-Compress-Zstd/Compress-Zstd-0.20/ext/zstd/tests/regression/
H A Dconfig.c55 static config_t no_pledged_src_size = {
66 static config_t ldm = {
76 static config_t mt = {
87 static config_t mt_ldm = {
98 static config_t mt_advanced = {
108 static config_t small_wlog = {
119 static config_t small_hlog = {
130 static config_t small_clog = {
163 static config_t huffman_literals = {
180 static config_t explicit_params = {
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/tests/regression/
H A Dconfig.c55 static config_t no_pledged_src_size = {
66 static config_t ldm = {
76 static config_t mt = {
87 static config_t mt_ldm = {
98 static config_t mt_advanced = {
108 static config_t small_wlog = {
119 static config_t small_hlog = {
130 static config_t small_clog = {
163 static config_t huffman_literals = {
180 static config_t explicit_params = {
[all …]
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/zstd-sys-1.4.15+zstd.1.4.4/zstd/tests/regression/
H A Dconfig.c55 static config_t no_pledged_src_size = {
66 static config_t ldm = {
76 static config_t mt = {
87 static config_t mt_ldm = {
98 static config_t mt_advanced = {
108 static config_t small_wlog = {
119 static config_t small_hlog = {
130 static config_t small_clog = {
163 static config_t huffman_literals = {
180 static config_t explicit_params = {
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/zstd-sys-1.4.15+zstd.1.4.4/zstd/tests/regression/
H A Dconfig.c55 static config_t no_pledged_src_size = {
66 static config_t ldm = {
76 static config_t mt = {
87 static config_t mt_ldm = {
98 static config_t mt_advanced = {
108 static config_t small_wlog = {
119 static config_t small_hlog = {
130 static config_t small_clog = {
163 static config_t huffman_literals = {
180 static config_t explicit_params = {
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/tests/regression/
H A Dconfig.c55 static config_t no_pledged_src_size = {
66 static config_t ldm = {
76 static config_t mt = {
87 static config_t mt_ldm = {
98 static config_t mt_advanced = {
108 static config_t small_wlog = {
119 static config_t small_hlog = {
130 static config_t small_clog = {
163 static config_t huffman_literals = {
180 static config_t explicit_params = {
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/tests/regression/
H A Dconfig.c55 static config_t no_pledged_src_size = {
66 static config_t ldm = {
76 static config_t mt = {
87 static config_t mt_ldm = {
98 static config_t mt_advanced = {
108 static config_t small_wlog = {
119 static config_t small_hlog = {
130 static config_t small_clog = {
163 static config_t huffman_literals = {
180 static config_t explicit_params = {
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/zstd/tests/regression/
H A Dconfig.c55 static config_t no_pledged_src_size = {
66 static config_t ldm = {
76 static config_t mt = {
87 static config_t mt_ldm = {
98 static config_t mt_advanced = {
108 static config_t small_wlog = {
119 static config_t small_hlog = {
130 static config_t small_clog = {
163 static config_t huffman_literals = {
180 static config_t explicit_params = {
[all …]

12345678910>>...21