Searched refs:ldo_peer (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dunbind.c191 if ( ld->ld_options.ldo_peer != NULL ) {
192 LDAP_FREE( ld->ld_options.ldo_peer );
193 ld->ld_options.ldo_peer = NULL;
H A Dos-ip.c432 if (ld->ld_options.ldo_peer)
433 ldap_memfree(ld->ld_options.ldo_peer);
434 ld->ld_options.ldo_peer=ldap_memalloc(sizeof(struct sockaddr));
435 AC_MEMCPY(ld->ld_options.ldo_peer,sin,sizeof(struct sockaddr));
H A Dinit.c620 gopts->ldo_peer = NULL;
H A Dldap-int.h216 void* ldo_peer; /* struct sockaddr* */ member in struct:ldapoptions
H A Drequest.c313 rc = ber_write( &tmpber, ld->ld_options.ldo_peer,

Completed in 74 milliseconds