Searched refs:defhost (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/lib/libldap5/sources/ldap/prldap/ |
H A D | ldappr-public.c | 52 prldap_init( const char *defhost, int defport, int shared ) in prldap_init() argument 56 if (( ld = ldap_init( defhost, defport )) != NULL ) { in prldap_init()
|
/titanic_50/usr/src/lib/libldap5/include/ldap/ |
H A D | ldappr.h | 55 LDAP * LDAP_CALL prldap_init( const char *defhost, int defport, int shared );
|
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | open.c | 457 ldap_init( const char *defhost, int defport ) in ldap_init() argument 508 ( defhost != NULL && in ldap_init() 509 ( ld->ld_defhost = nsldapi_strdup( defhost )) == NULL ) || in ldap_init()
|
H A D | memcache.c | 591 char *tmp, *defhost, *binddn, *keystr, *tmpbase; in ldap_memcache_createkey() local 610 defhost = NSLDAPI_STR_NONNULL(ld->ld_defhost); in ldap_memcache_createkey() 622 NSLDAPI_SAFE_STRLEN(filter) + NSLDAPI_SAFE_STRLEN(defhost) + in ldap_memcache_createkey() 649 if (defhost != emptyStr) in ldap_memcache_createkey() 650 NSLDAPI_FREE(defhost); in ldap_memcache_createkey() 656 NSLDAPI_STR_NONNULL(defhost), NSLDAPI_STR_NONNULL(filter), in ldap_memcache_createkey()
|
H A D | llib-lldap | 122 LDAP *ldap_init( const char *defhost, int defport ); 468 LDAP * ldapssl_init( const char *defhost, int defport, int defsecure );
|
/titanic_50/usr/src/lib/libldap5/sources/ldap/ssldap/ |
H A D | ldapsinit.c | 201 ldapssl_init( const char *defhost, int defport, int defsecure ) in ldapssl_init() argument 212 if (( ld = ldap_init( defhost, defport )) == NULL ) { in ldapssl_init()
|
/titanic_50/usr/src/lib/libnisdb/ |
H A D | nis_parse_ldap_conf.h | 672 LDAP *ldapssl_init(const char *defhost, int defport, int defsecure);
|
/titanic_50/usr/src/head/ |
H A D | ldap.h | 477 LDAP_API(LDAP *) LDAP_CALL ldap_init(const char *defhost, int defport); 1465 LDAP * LDAP_CALL ldapssl_init(const char *defhost, int defport,
|