Searched refs:__ns_ldap_setParamValue (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libsldap/common/ |
H A D | ns_confmgr.c | 179 ret = __ns_ldap_setParamValue(ptr, i, value, in read_file() 199 ret = __ns_ldap_setParamValue(ptr, i, value, in read_file() 272 return (__ns_ldap_setParamValue(config_struct, idx, attr_val, errorp)); in set_attr() 326 if (__ns_ldap_setParamValue(configStruct, in __s_api_create_config_door_str() 335 if (__ns_ldap_setParamValue(configStruct, in __s_api_create_config_door_str() 883 (void) __ns_ldap_setParamValue(ptr, NS_LDAP_FILE_VERSION_P, in __ns_ldap_make_config() 887 (void) __ns_ldap_setParamValue(ptr, NS_LDAP_FILE_VERSION_P, in __ns_ldap_make_config() 910 (void) __ns_ldap_setParamValue(ptr, index, in __ns_ldap_make_config() 926 (void) __ns_ldap_setParamValue(ptr, index, buffer.str, in __ns_ldap_make_config() 938 (void) __ns_ldap_setParamValue(ptr, NS_LDAP_BINDDN_P, in __ns_ldap_make_config() [all …]
|
H A D | mapfile-vers | 116 __ns_ldap_setParamValue;
|
H A D | ns_standalone.c | 1144 if (__ns_ldap_setParamValue(config_struct, NS_LDAP_SERVERS_P, buffer, in __ns_ldap_getConnectionInfoFromDUA() 1181 if (__ns_ldap_setParamValue(config_struct, NS_LDAP_SEARCH_BASEDN_P, in __ns_ldap_getConnectionInfoFromDUA() 2058 (ret_code = __ns_ldap_setParamValue(cfg, in __ns_ldap_initStandalone() 2092 if (__ns_ldap_setParamValue(cfg, in __ns_ldap_initStandalone() 2100 if (__ns_ldap_setParamValue(cfg, in __ns_ldap_initStandalone()
|
H A D | ns_internal.h | 809 int __ns_ldap_setParamValue(ns_config_t *ptr,
|
H A D | ns_config.c | 1399 ret = __ns_ldap_setParamValue(configptr, i, value, error); in set_default_value() 1633 __ns_ldap_setParamValue(ns_config_t *ptr, const ParamIndexType type, in __ns_ldap_setParamValue() function 2777 ret = __ns_ldap_setParamValue(cfg, type, data, error); in __ns_ldap_setParam()
|