Home
last modified time | relevance | path

Searched refs:CHARPTR (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_config.c269 { CHARPTR, 0, NULL },
275 { CHARPTR, 0, NULL },
287 { CHARPTR, 0, NULL },
311 { CHARPTR, 0, NULL },
323 { CHARPTR, 0, NULL },
329 { CHARPTR, 0, NULL },
789 case CHARPTR: in destroy_param()
1737 case CHARPTR: in __ns_ldap_setParamValue()
2808 case CHARPTR: in dupParam()
2855 case CHARPTR: in dupParam()
[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()
937 if (curr_ptr->paramList[NS_LDAP_BINDDN_P].ns_ptype == CHARPTR) { in __ns_ldap_make_config()
943 CHARPTR) { in __ns_ldap_make_config()
957 CHARPTR) { in __ns_ldap_make_config()
964 CHARPTR) { in __ns_ldap_make_config()
972 CHARPTR) { in __ns_ldap_make_config()
H A Dns_internal.h271 CHARPTR = 1, /* Single character pointer */ enumerator