Searched refs:ParamIndexType (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_internal.h | 318 #define INT2PARAMINDEXENUM(x) ((ParamIndexType)(x)) 458 ParamIndexType index; /* config file enum index */ 465 int (*ns_verify)(ParamIndexType i, 753 int __s_get_enum_value(ns_config_t *ptr, char *value, ParamIndexType i); 815 const ParamIndexType type, 817 int __s_api_get_type(const char *value, ParamIndexType *type); 819 ParamIndexType *type); 820 int __s_api_get_profiletype(char *value, ParamIndexType *type); 831 int __s_api_get_configtype(ParamIndexType type); 832 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() 1261 __s_api_get_type(const char *value, ParamIndexType *type) in __s_api_get_type() 1280 __ns_ldap_getParamType(const char *value, ParamIndexType *type) in __ns_ldap_getParamType() [all …]
|
H A D | ns_sldap.h | 231 } ParamIndexType; typedef 852 const ParamIndexType type, 857 const ParamIndexType type, 919 ParamIndexType *type);
|
H A D | ns_confmgr.c | 105 ParamIndexType i = 0; in read_file() 243 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 | ns_standalone.c | 2045 ParamIndexType type; in __ns_ldap_initStandalone()
|