Searched refs:ParamIndexType (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libsldap/common/ |
H A D | ns_internal.h | 314 #define INT2PARAMINDEXENUM(x) ((ParamIndexType)(x)) 454 ParamIndexType index; /* config file enum index */ 461 int (*ns_verify)(ParamIndexType i, 749 int __s_get_enum_value(ns_config_t *ptr, char *value, ParamIndexType i); 810 const ParamIndexType type, 812 int __s_api_get_type(const char *value, ParamIndexType *type); 814 ParamIndexType *type); 815 int __s_api_get_profiletype(char *value, ParamIndexType *type); 826 int __s_api_get_configtype(ParamIndexType type); 827 const char *__s_api_get_configname(ParamIndexType type); [all …]
|
H A D | ns_config.c | 73 __s_val_postime(ParamIndexType i, ns_default_config *def, 76 __s_val_basedn(ParamIndexType i, ns_default_config *def, 80 __s_val_binddn(ParamIndexType i, ns_default_config *def, 84 __s_val_bindpw(ParamIndexType i, ns_default_config *def, 88 __s_val_serverList(ParamIndexType i, ns_default_config *def, 583 __s_get_enum_value(ns_config_t *ptr, char *value, ParamIndexType i) in __s_get_enum_value() 775 destroy_param(ns_config_t *ptr, ParamIndexType type) in destroy_param() 833 ParamIndexType i; in destroy_config() 1262 __s_api_get_type(const char *value, ParamIndexType *type) in __s_api_get_type() 1281 __ns_ldap_getParamType(const char *value, ParamIndexType *type) in __ns_ldap_getParamType() [all …]
|
H A D | ns_sldap.h | 230 } ParamIndexType; typedef 845 const ParamIndexType type, 850 const ParamIndexType type, 912 ParamIndexType *type);
|
H A D | ns_confmgr.c | 105 ParamIndexType i = 0; in read_file() 244 ParamIndexType idx; in set_attr() 478 ParamIndexType i = 0; in __ns_ldap_LoadDoorInfo() 579 ParamIndexType i = 0; in __ns_ldap_DumpLdif() 680 ParamIndexType i = 0; in __ns_ldap_DumpConfigFiles() 829 ParamIndexType index; in __ns_ldap_make_config() 936 ParamIndexType i; in __ns_ldap_make_config()
|
H A D | llib-lsldap | 176 const ParamIndexType type, 181 const ParamIndexType type,
|
H A D | ns_standalone.c | 2044 ParamIndexType type; in __ns_ldap_initStandalone()
|