Home
last modified time | relevance | path

Searched defs:cfg_section (Results 1 – 25 of 62) sorted by relevance

123

/dports/audio/schismtracker/schismtracker-20211116/include/
H A Dconfig-parser.h43 struct cfg_section { struct
44 struct cfg_section *next; /* NULL if this is the last section in the file */ argument
53 struct cfg_section *sections; /* NULL if file is empty */ argument
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dconfig.h50 struct cfg_section { struct
51 struct cfg_section *next; argument
70 extern const struct cfg_section *cfg_get_section(const char *section, const char *subsection); argument
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dcfgparse.h76 struct cfg_section { struct
77 struct list list;
78 char *section_name;
79 int (*section_parser)(const char *, int, char **, int);
80 int (*post_section_parser)();
/dports/net/haproxy21/haproxy-2.1.12/include/common/
H A Dcfgparse.h71 struct cfg_section { struct
72 struct list list;
73 char *section_name;
74 int (*section_parser)(const char *, int, char **, int);
75 int (*post_section_parser)();
/dports/net/haproxy19/haproxy-1.9.16/include/common/
H A Dcfgparse.h71 struct cfg_section { struct
72 struct list list;
73 char *section_name;
74 int (*section_parser)(const char *, int, char **, int);
75 int (*post_section_parser)();
/dports/net/haproxy20/haproxy-2.0.26/include/common/
H A Dcfgparse.h71 struct cfg_section { struct
72 struct list list;
73 char *section_name;
74 int (*section_parser)(const char *, int, char **, int);
75 int (*post_section_parser)();
/dports/net/nuster/nuster-5.0.4.21/include/common/
H A Dcfgparse.h71 struct cfg_section { struct
72 struct list list;
73 char *section_name;
74 int (*section_parser)(const char *, int, char **, int);
75 int (*post_section_parser)();
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Dcfgparse.h67 struct cfg_section { struct
68 struct list list;
69 char *section_name;
70 int (*section_parser)(const char *, int, char **, int);
71 int (*post_section_parser)();
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/
H A Dcfgparse.h67 struct cfg_section { struct
68 struct list list;
69 char *section_name;
70 int (*section_parser)(const char *, int, char **, int);
71 int (*post_section_parser)();
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/
H A Dcfg_xml.c32 bg_cfg_section_t * cfg_section) in load_item()
147 bg_cfg_section_t * cfg_section) in bg_cfg_xml_2_section()
201 bg_cfg_section_t * cfg_section; in bg_cfg_registry_load() local
/dports/multimedia/gmerlin/gmerlin-1.2.0/tests/
H A Dthumbnail.c35 bg_cfg_section_t * cfg_section; in main() local
H A Dplaytree.c40 bg_cfg_section_t * cfg_section; in main() local
H A Dtextrenderer.c36 bg_cfg_section_t * cfg_section; in main() local
H A Dgmerlin_imgdiff.c37 bg_cfg_section_t * cfg_section; in main() local
H A Docrtest.c34 bg_cfg_section_t * cfg_section; in main() local
H A Dgmerlin_psnr.c37 bg_cfg_section_t * cfg_section; in main() local
H A Daudioplayer1.c53 bg_cfg_section_t * cfg_section; in main() local
H A Dgmerlin_ssim.c40 bg_cfg_section_t * cfg_section; in main() local
H A Dinsertchannel.c49 bg_cfg_section_t * cfg_section; in main() local
H A Dvideoplayer1.c53 bg_cfg_section_t * cfg_section; in main() local
H A Dvisualization.c87 bg_cfg_section_t * cfg_section; in main() local
H A Dgmerlin_vpsnr.c82 bg_cfg_section_t * cfg_section; in main() local
H A Dvumeter.c57 bg_cfg_section_t * cfg_section; in main() local
H A Dextractchannel.c47 bg_cfg_section_t * cfg_section; in main() local
/dports/multimedia/gmerlin/gmerlin-1.2.0/apps/transcoder/
H A Dtranscoder_window.c446 bg_cfg_section_t * cfg_section; in start_transcode() local
606 bg_cfg_section_t * cfg_section; in button_callback() local
887 bg_cfg_section_t * cfg_section; in transcoder_window_create() local
1114 bg_cfg_section_t * cfg_section; in transcoder_window_destroy() local
1238 bg_cfg_section_t * cfg_section; in transcoder_window_preferences() local

123