Searched refs:ns_config_t (Results 1 - 11 of 11) sorted by relevance
| /illumos-gate/usr/src/lib/libsldap/common/ |
| H A D | ns_internal.h | 440 } ns_config_t; typedef in typeref:struct:ns_config 749 int __s_get_enum_value(ns_config_t *ptr, char *value, ParamIndexType i); 750 char *__s_get_auth_name(ns_config_t *ptr, AuthType_t type); 751 char *__s_get_security_name(ns_config_t *ptr, TlsType_t type); 752 char *__s_get_scope_name(ns_config_t *ptr, ScopeType_t type); 754 char *__s_get_searchref_name(ns_config_t *ptr, SearchRef_t type); 778 ns_config_t *__ns_ldap_make_config(ns_ldap_result_t *result); 803 ns_config_t *__s_api_create_config_door_str(char *config, 809 int __ns_ldap_setParamValue(ns_config_t *ptr, 813 int __s_api_get_versiontype(ns_config_t *pt [all...] |
| H A D | ns_connmgmt.h | 222 ns_config_t *config; /* the native LDAP config being used */ 284 void __s_api_use_prev_conn_mgmt(int, ns_config_t *); 295 void __s_api_reinit_conn_mgmt_new_config(ns_config_t *);
|
| H A D | ns_config.c | 64 static ns_config_t *current_config = NULL; 96 verify_value(ns_config_t *cfg, char *name, char *value, char *errstr); 99 set_default_value(ns_config_t *configptr, char *name, char *value, 103 set_curr_config(ns_config_t *ptr); 108 static ns_config_t * 112 timetorefresh(ns_config_t *cfg); 114 static ns_config_t * 115 LoadCacheConfiguration(ns_config_t *, ns_ldap_error_t **error); 566 timetorefresh(ns_config_t *cfg) 583 __s_get_enum_value(ns_config_t *pt [all...] |
| H A D | ns_confmgr.c | 103 read_file(ns_config_t *ptr, int cred_file, ns_ldap_error_t **error) 239 set_attr(ns_config_t *config_struct, 285 ns_config_t * 289 ns_config_t *configStruct = NULL; 371 ns_config_t *ptr = NULL; 472 ns_config_t *new, int cred_only) 474 ns_config_t *ptr; 574 ns_config_t *ptr; 677 ns_config_t *ptr; 820 ns_config_t * [all...] |
| H A D | ns_mapping.c | 79 ns_get_hash(const ns_config_t *config, 147 __s_api_destroy_hash(ns_config_t *config) 170 __s_api_add_map2hash(ns_config_t *config, ns_hashtype_t type, 666 ns_config_t *cfg; 870 ns_config_t *ptr = __s_api_loadrefresh_config(); 891 ns_config_t *ptr = __s_api_loadrefresh_config(); 950 ns_config_t *ptr = __s_api_loadrefresh_config(); 971 ns_config_t *ptr = __s_api_loadrefresh_config();
|
| H A D | ns_standalone.c | 1108 ns_config_t *config_struct = __s_api_create_config(); 1987 ns_config_t *cfg;
|
| H A D | ns_connmgmt.c | 2245 __s_api_reinit_conn_mgmt_new_config(ns_config_t *new_cfg)
|
| H A D | ns_reads.c | 999 ns_config_t *cfg; 4433 ns_config_t *cfg;
|
| /illumos-gate/usr/src/cmd/ldapcachemgr/ |
| H A D | cachemgr.h | 124 extern void chg_test_config_change(ns_config_t *new, int *change_status);
|
| H A D | cachemgr_change.c | 443 chg_test_config_change(ns_config_t *new, int *change_status)
|
| H A D | cachemgr_getldap.c | 2218 ns_config_t *ptr = NULL;
|
Completed in 103 milliseconds