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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetoption.c390 if (( aip->ldapai_vendor_name = nsldapi_strdup( LDAP_VENDOR_NAME ))
400 NSLDAPI_FREE( aip->ldapai_vendor_name );
401 aip->ldapai_vendor_name = NULL;
409 NSLDAPI_FREE( aip->ldapai_vendor_name );
411 aip->ldapai_vendor_name = NULL;
/illumos-gate/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,
/illumos-gate/usr/src/head/
H A Dldap.h183 char *ldapai_vendor_name; /* name of supplier */ member in struct:ldapapiinfo

Completed in 53 milliseconds