Searched refs:DLLIMPORT (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/src/
H A Dconfuse.h55 # define DLLIMPORT __declspec (dllexport) macro
57 # define DLLIMPORT __declspec (dllimport) macro
60 # define DLLIMPORT macro
538 DLLIMPORT cfg_t * __export cfg_init(cfg_opt_t *opts, cfg_flag_t flags);
553 DLLIMPORT int __export cfg_parse(cfg_t *cfg, const char *filename);
565 DLLIMPORT int __export cfg_parse_fp(cfg_t *cfg, FILE *fp);
575 DLLIMPORT int __export cfg_parse_buf(cfg_t *cfg, const char *buf);
582 DLLIMPORT void __export cfg_free_value(cfg_opt_t *opt);
587 DLLIMPORT void __export cfg_free(cfg_t *cfg);
592 DLLIMPORT cfg_errfunc_
[all...]
H A Dconfuse.c131 DLLIMPORT cfg_opt_t *cfg_getopt(cfg_t *cfg, const char *name)
176 DLLIMPORT const char *cfg_title(cfg_t *cfg)
183 DLLIMPORT const char *cfg_name(cfg_t *cfg)
190 DLLIMPORT const char *cfg_opt_name(cfg_opt_t *opt)
197 DLLIMPORT unsigned int cfg_opt_size(cfg_opt_t *opt)
204 DLLIMPORT unsigned int cfg_size(cfg_t *cfg, const char *name)
209 DLLIMPORT signed long cfg_opt_getnint(cfg_opt_t *opt, unsigned int index)
220 DLLIMPORT signed long cfg_getnint(cfg_t *cfg, const char *name,
226 DLLIMPORT signed long cfg_getint(cfg_t *cfg, const char *name)
231 DLLIMPORT doubl
[all...]

Completed in 171 milliseconds