Searched refs:NS_LDAP_CACHETTL_P (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr_getldap.c | 1304 if ((__ns_ldap_getParam(NS_LDAP_CACHETTL_P, in getldap_get_refresh_stat() 1381 if ((rc = __ns_ldap_getParam(NS_LDAP_CACHETTL_P, in getldap_get_cacheTTL() 2322 if (ptr->paramList[NS_LDAP_CACHETTL_P].ns_pc) in update_from_profile() 2324 atol(ptr->paramList[NS_LDAP_CACHETTL_P].ns_pc); in update_from_profile() 2411 rc = __ns_ldap_getParam(NS_LDAP_CACHETTL_P, ¶mVal, &error); in perform_update() 2444 if (__ns_ldap_setParam(NS_LDAP_CACHETTL_P, in perform_update()
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_config.c | 362 {"NS_LDAP_CACHETTL", NS_LDAP_CACHETTL_P, 490 {"NS_LDAP_CACHETTL", NS_LDAP_CACHETTL_P, 1215 if (ptr->paramList[NS_LDAP_CACHETTL_P].ns_pc == NULL) { in __s_api_crosscheck() 1217 defconfig[NS_LDAP_CACHETTL_P].defval.ns_pc); in __s_api_crosscheck() 1524 case NS_LDAP_CACHETTL_P: in verify_value() 2672 } else if (type == NS_LDAP_CACHETTL_P) { in __ns_ldap_setParamValue()
|
H A D | ns_sldap.h | 210 NS_LDAP_CACHETTL_P = 17, enumerator
|
H A D | ns_confmgr.c | 1106 if ((i == NS_LDAP_CACHETTL_P) && (ptr->version == NS_LDAP_V1)) in __ns_ldap_print_config()
|
/illumos-gate/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldapclient.c | 839 LDAP_SET_PARAM(CACHETTL_OFF, NS_LDAP_CACHETTL_P); in client_manual() 1137 LDAP_SET_PARAM(arglist->profileTTL, NS_LDAP_CACHETTL_P); in client_mod() 1380 LDAP_SET_PARAM(arglist->profileTTL, NS_LDAP_CACHETTL_P); in client_genProfile() 3321 {"profileTTL", NS_LDAP_CACHETTL_P}, 3458 case NS_LDAP_CACHETTL_P: in clientSetParam()
|