/netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
H A D | slap-config.h | 43 typedef struct ConfigTable { struct 54 } ConfigTable; argument 132 ConfigTable *co_table; 203 int config_register_schema(ConfigTable *ct, ConfigOCs *co); 204 int config_del_vals(ConfigTable *cf, ConfigArgs *c); 205 int config_get_vals(ConfigTable *ct, ConfigArgs *c); 206 int config_add_vals(ConfigTable *ct, ConfigArgs *c); 212 int init_config_attrs(ConfigTable *ct); 215 int config_parse_vals(ConfigTable *ct, ConfigArgs *c, int valx); 216 int config_parse_add(ConfigTable *ct, ConfigArgs *c, int valx); [all …]
|
H A D | config.c | 131 ConfigTable *config_find_keyword(ConfigTable *Conf, ConfigArgs *c) { in config_find_keyword() 154 int config_check_vals(ConfigTable *Conf, ConfigArgs *c, int check_only ) { in config_check_vals() 374 int config_set_vals(ConfigTable *Conf, ConfigArgs *c) { in config_set_vals() 445 int config_add_vals(ConfigTable *Conf, ConfigArgs *c) { in config_add_vals() 460 config_del_vals(ConfigTable *cf, ConfigArgs *c) in config_del_vals() 522 config_get_vals(ConfigTable *cf, ConfigArgs *c) in config_get_vals() 650 init_config_attrs(ConfigTable *ct) { in init_config_attrs() 761 config_parse_vals(ConfigTable *ct, ConfigArgs *c, int valx) in config_parse_vals() 791 config_parse_add(ConfigTable *ct, ConfigArgs *c, int valx) in config_parse_add() 818 read_config_file(const char *fname, int depth, ConfigArgs *cf, ConfigTable *cft) in read_config_file() [all …]
|
H A D | bconfig.c | 298 static ConfigTable config_back_cf_table[] = { 937 ConfigTable olcDatabaseDummy[] = { 4498 ConfigTable *ct; in config_setup_ldif() 4651 config_register_schema(ConfigTable *ct, ConfigOCs *ocs) { in config_register_schema() 4811 static ConfigTable * 4888 check_vals( ConfigTable *ct, ConfigArgs *ca, void *ptr, int isAttr ) in check_vals() 5402 ConfigTable *ct; in schema_destroy_one() 5491 ConfigTable *ct; in config_add_internal() 6028 config_modify_add( ConfigTable *ct, ConfigArgs *ca, AttributeDescription *ad, in config_modify_add() 6064 ConfigTable *ct; in config_modify_internal() [all …]
|
/netbsd-src/external/bsd/openldap/dist/servers/lloadd/ |
H A D | lload-config.h | 29 int lload_config_get_vals( ConfigTable *ct, ConfigArgs *c ); 30 int lload_config_add_vals( ConfigTable *ct, ConfigArgs *c ); 33 int lload_read_config_file( const char *fname, int depth, ConfigArgs *cf, ConfigTable *cft ); 35 ConfigTable *lload_config_find_keyword( ConfigTable *ct, ConfigArgs *c );
|
H A D | config.c | 192 static ConfigTable config_back_cf_table[] = { 2105 ConfigTable * 2106 lload_config_find_keyword( ConfigTable *Conf, ConfigArgs *c ) in lload_config_find_keyword() 2133 lload_config_check_vals( ConfigTable *Conf, ConfigArgs *c, int check_only ) in lload_config_check_vals() 2316 lload_config_set_vals( ConfigTable *Conf, ConfigArgs *c ) in lload_config_set_vals() 2388 lload_config_add_vals( ConfigTable *Conf, ConfigArgs *c ) in lload_config_add_vals() 2408 ConfigTable *cft ) in lload_read_config_file() 2411 ConfigTable *ct; in lload_read_config_file()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | AnalyzerOptions.cpp | 124 ConfigTable::const_iterator E = Config.end(); in getCheckerStringOption() 126 ConfigTable::const_iterator I = in getCheckerStringOption()
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-passwd/ |
H A D | config.c | 48 static ConfigTable passwdcfg[] = {
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/ |
H A D | AnalyzerOptions.h | 165 using ConfigTable = llvm::StringMap<std::string>; 207 ConfigTable Config;
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-wt/ |
H A D | config.c | 45 static ConfigTable wtcfg[] = {
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-perl/ |
H A D | config.c | 31 static ConfigTable perlcfg[] = {
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
H A D | dyngroup.c | 128 static ConfigTable dgroupcfg[] = {
|
H A D | auditlog.c | 45 static ConfigTable auditlogcfg[] = {
|
H A D | collect.c | 59 static ConfigTable collectcfg[] = {
|
H A D | valsort.c | 63 static ConfigTable valsort_cfats[] = {
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-relay/ |
H A D | init.c | 38 static ConfigTable relaycfg[] = {
|
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/lastbind/ |
H A D | lastbind.c | 75 static ConfigTable lastbindcfg[] = {
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DebugCheckers.cpp | 260 typedef AnalyzerOptions::ConfigTable Table;
|
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/cloak/ |
H A D | cloak.c | 292 static ConfigTable cloakcfg[] = {
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ndb/ |
H A D | config.cpp | 39 static ConfigTable ndbcfg[] = {
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sock/ |
H A D | config.c | 51 static ConfigTable bscfg[] = {
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-null/ |
H A D | null.c | 41 static ConfigTable nullcfg[] = {
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/ |
H A D | config.c | 71 static ConfigTable sqlcfg[] = {
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
H A D | config.c | 55 static ConfigTable mdbcfg[] = {
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldap/ |
H A D | distproc.c | 331 static ConfigTable distproc_cfg[] = {
|
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/adremap/ |
H A D | adremap.c | 74 static ConfigTable adremapcfg[] = {
|