Home
last modified time | relevance | path

Searched refs:gconffile (Results 1 – 10 of 10) sorted by relevance

/dports/net/radsecproxy/radsecproxy-1.8.2/
H A Dgconfig.h14 struct gconffile { struct
21 int getconfigline(struct gconffile **cf, char *block, char **opt, char **val, int *conftype); argument
22 int getgenericconfig(struct gconffile **cf, char *block, ...);
23 int pushgconfdata(struct gconffile **cf, const char *data);
24 FILE *pushgconfpath(struct gconffile **cf, const char *path);
25 FILE *pushgconffile(struct gconffile **cf, FILE *file, const char *description);
26 FILE *pushgconfpaths(struct gconffile **cf, const char *path);
27 int popgconf(struct gconffile **cf);
29 void freegconf(struct gconffile **cf);
30 struct gconffile *openconfigfile(const char *file);
H A Dgconfig.c51 struct gconffile *newcf; in pushgconfdata()
54 newcf = malloc(sizeof(struct gconffile) * 2); in pushgconfdata()
57 memset(newcf, 0, sizeof(struct gconffile) * 2); in pushgconfdata()
64 memset(newcf, 0, sizeof(struct gconffile)); in pushgconfdata()
73 struct gconffile *newcf; in pushgconffile()
87 newcf = malloc(sizeof(struct gconffile) * 2); in pushgconffile()
90 memset(newcf, 0, sizeof(struct gconffile) * 2); in pushgconffile()
97 memset(newcf, 0, sizeof(struct gconffile)); in pushgconffile()
165 int popgconf(struct gconffile **cf) { in popgconf()
197 void freegconf(struct gconffile **cf) { in freegconf()
[all …]
H A Dcatgconf.c12 int listconfig(struct gconffile **cf, char *block, int compact) { in listconfig()
54 struct gconffile *cfs; in main()
H A Dtlscommon.h37 int conftls_cb(struct gconffile **cf, void *arg, char *block, char *opt, char *val);
H A Dradsecproxy.c92 int confserver_cb(struct gconffile **cf, void *arg, char *block, char *opt, char *val);
2104 struct gconffile *cf = NULL; in dynamicconfig()
2308 int confclient_cb(struct gconffile **cf, void *arg, char *block, char *opt, char *val) { in confclient_cb()
2501 int confserver_cb(struct gconffile **cf, void *arg, char *block, char *opt, char *val) { in confserver_cb()
2679 int confrewrite_cb(struct gconffile **cf, void *arg, char *block, char *opt, char *val) { in confrewrite_cb()
2712 int confrealm_cb(struct gconffile **cf, void *arg, char *block, char *opt, char *val) { in confrealm_cb()
2746 struct gconffile *cfs; in getmainconfig()
H A Dtlscommon.c756 int conftls_cb(struct gconffile **cf, void *arg, char *block, char *opt, char *val) {
/dports/net/openslp/openslp-2.0.0/libslp/
H A Dlibslp_property.c64 int LIBSLPPropertyInit(char const * gconffile) in LIBSLPPropertyInit() argument
72 if ((rv = SLPPropertyInit(gconffile)) == 0) in LIBSLPPropertyInit()
H A Dlibslp.h271 int LIBSLPPropertyInit(char const * gconffile);
/dports/net/openslp/openslp-2.0.0/common/
H A Dslp_property.h67 int SLPPropertyInit(const char * gconffile);
H A Dslp_property.c842 int SLPPropertyInit(const char * gconffile) in SLPPropertyInit() argument
852 if (gconffile) in SLPPropertyInit()
854 strnenv(s_GlobalPropertyFile, gconffile, sizeof(s_GlobalPropertyFile)); in SLPPropertyInit()