Home
last modified time | relevance | path

Searched refs:paramList (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_config.c574 if (cfg->paramList[NS_LDAP_EXP_P].ns_ptype == TIMET) in timetorefresh()
575 expire = cfg->paramList[NS_LDAP_EXP_P].ns_tm; in timetorefresh()
788 switch (ptr->paramList[type].ns_ptype) { in destroy_param()
790 if (ptr->paramList[type].ns_pc) { in destroy_param()
791 free(ptr->paramList[type].ns_pc); in destroy_param()
792 ptr->paramList[type].ns_pc = NULL; in destroy_param()
800 if (ptr->paramList[type].ns_ppc) { in destroy_param()
801 ppc = ptr->paramList[type].ns_ppc; in destroy_param()
802 j = ptr->paramList[type].ns_acnt; in destroy_param()
807 ptr->paramList[type].ns_ppc = NULL; in destroy_param()
[all …]
H A Dns_confmgr.c607 if (ptr->paramList[NS_LDAP_SEARCH_BASEDN_P].ns_ptype != CHARPTR || in __ns_ldap_DumpLdif()
608 ptr->paramList[NS_LDAP_PROFILE_P].ns_ptype != CHARPTR) { in __ns_ldap_DumpLdif()
618 profile = ptr->paramList[NS_LDAP_PROFILE_P].ns_pc; in __ns_ldap_DumpLdif()
619 base = ptr->paramList[NS_LDAP_SEARCH_BASEDN_P].ns_pc; in __ns_ldap_DumpLdif()
937 if (curr_ptr->paramList[NS_LDAP_BINDDN_P].ns_ptype == CHARPTR) { in __ns_ldap_make_config()
939 curr_ptr->paramList[NS_LDAP_BINDDN_P].ns_pc, in __ns_ldap_make_config()
942 if (curr_ptr->paramList[NS_LDAP_BINDPASSWD_P].ns_ptype == in __ns_ldap_make_config()
946 curr_ptr->paramList[NS_LDAP_BINDPASSWD_P].ns_pc, in __ns_ldap_make_config()
950 if (curr_ptr->paramList[i].ns_ptype == INT) { in __ns_ldap_make_config()
953 curr_ptr->paramList[i].ns_i); in __ns_ldap_make_config()
[all …]
H A Dns_internal.h436 ns_param_t paramList[NS_LDAP_MAX_PIT_P]; member
H A Dns_connmgmt.c579 (cmg->config)->paramList[NS_LDAP_EXP_P].ns_tm = 0; in init_conn_mgmt()
H A Dns_reads.c1009 cfg->paramList[NS_LDAP_SEARCH_TIME_P].ns_ptype == NS_UNKNOWN) { in init_search_state_machine()
1013 cfg->paramList[NS_LDAP_SEARCH_TIME_P].ns_i; in init_search_state_machine()
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c2322 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()
2332 ptr->paramList[NS_LDAP_EXP_P].ns_tm); in update_from_profile()