Searched refs:CHARPTR (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libsldap/common/ |
H A D | ns_config.c | 260 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 D | ns_confmgr.c | 607 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 D | ns_internal.h | 267 CHARPTR = 1, /* Single character pointer */ enumerator
|