Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetoption.c390 if (( aip->ldapai_vendor_name = nsldapi_strdup( LDAP_VENDOR_NAME )) in nsldapi_get_api_info()
400 NSLDAPI_FREE( aip->ldapai_vendor_name ); in nsldapi_get_api_info()
401 aip->ldapai_vendor_name = NULL; in nsldapi_get_api_info()
409 NSLDAPI_FREE( aip->ldapai_vendor_name ); in nsldapi_get_api_info()
411 aip->ldapai_vendor_name = NULL; in nsldapi_get_api_info()
/titanic_44/usr/src/cmd/ldap/common/
H A Dcommon.c368 } else if ( strcmp( ldai.ldapai_vendor_name, LDAP_VENDOR_NAME ) != 0) {
374 ldai.ldapai_vendor_name,
872 if ( ldai.ldapai_vendor_name != NULL ) {
873 ldap_memfree( ldai.ldapai_vendor_name );
901 aip->ldapai_vendor_name,
/titanic_44/usr/src/head/
H A Dldap.h183 char *ldapai_vendor_name; /* name of supplier */ member