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.c260 CLIENTCONFIG, CHARPTR, TRUE, NS_LDAP_V1,
262 { CHARPTR, 0, (void *)NS_LDAP_VERSION_1 },
267 CREDCONFIG, CHARPTR, TRUE, NS_LDAP_V1,
269 { CHARPTR, 0, NULL },
273 CREDCONFIG, CHARPTR, TRUE, NS_LDAP_V1,
275 { CHARPTR, 0, NULL },
285 SERVERCONFIG, CHARPTR, TRUE, NS_LDAP_V1,
287 { CHARPTR, 0, NULL },
309 CLIENTCONFIG, CHARPTR, TRUE, NS_LDAP_V1,
311 { CHARPTR, 0, NULL },
[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