Home
last modified time | relevance | path

Searched refs:ns_config_t (Results 1 – 11 of 11) sorted by relevance

/titanic_44/usr/src/lib/libsldap/common/
H A Dns_internal.h440 } ns_config_t; typedef
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 *ptr, char *value,
[all …]
H A Dns_config.c64 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) in timetorefresh()
583 __s_get_enum_value(ns_config_t *ptr, char *value, ParamIndexType i) in __s_get_enum_value()
[all …]
H A Dns_confmgr.c103 read_file(ns_config_t *ptr, int cred_file, ns_ldap_error_t **error) in read_file()
239 set_attr(ns_config_t *config_struct, in set_attr()
285 ns_config_t *
289 ns_config_t *configStruct = NULL; in __s_api_create_config_door_str()
371 ns_config_t *ptr = NULL; in __ns_ldap_LoadConfiguration()
472 ns_config_t *new, int cred_only) in __ns_ldap_LoadDoorInfo()
474 ns_config_t *ptr; in __ns_ldap_LoadDoorInfo()
574 ns_config_t *ptr; in __ns_ldap_DumpLdif()
677 ns_config_t *ptr; in __ns_ldap_DumpConfigFiles()
820 ns_config_t *
[all …]
H A Dns_connmgmt.h222 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 Dns_mapping.c79 ns_get_hash(const ns_config_t *config, in ns_get_hash()
147 __s_api_destroy_hash(ns_config_t *config) in __s_api_destroy_hash()
170 __s_api_add_map2hash(ns_config_t *config, ns_hashtype_t type, in __s_api_add_map2hash()
666 ns_config_t *cfg; in __ns_ldap_getSearchDescriptors()
870 ns_config_t *ptr = __s_api_loadrefresh_config(); in __ns_ldap_getMappedAttributes()
891 ns_config_t *ptr = __s_api_loadrefresh_config(); in __ns_ldap_getOrigAttribute()
950 ns_config_t *ptr = __s_api_loadrefresh_config(); in __ns_ldap_getMappedObjectClass()
971 ns_config_t *ptr = __s_api_loadrefresh_config(); in __ns_ldap_getOrigObjectClass()
H A Dns_standalone.c1108 ns_config_t *config_struct = __s_api_create_config(); in __ns_ldap_getConnectionInfoFromDUA()
1987 ns_config_t *cfg; in __ns_ldap_initStandalone()
H A Dns_connmgmt.c2245 __s_api_reinit_conn_mgmt_new_config(ns_config_t *new_cfg) in __s_api_reinit_conn_mgmt_new_config()
H A Dns_reads.c999 ns_config_t *cfg; in init_search_state_machine()
4433 ns_config_t *cfg; in __ns_ldap_getServiceAuthMethods()
/titanic_44/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.h124 extern void chg_test_config_change(ns_config_t *new, int *change_status);
H A Dcachemgr_change.c443 chg_test_config_change(ns_config_t *new, int *change_status) in chg_test_config_change()
H A Dcachemgr_getldap.c2218 ns_config_t *ptr = NULL; in update_from_profile()