Searched refs:ldap_io_fns (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dos-ip.c1516 struct ldap_io_fns *iofns = csip->csi_ld->ld_io_fns_ptr;
1527 struct ldap_io_fns *iofns = csip->csi_ld->ld_io_fns_ptr;
1538 struct ldap_io_fns *iofns = csip->csi_ld->ld_io_fns_ptr;
1674 struct ldap_io_fns *iofns;
1747 struct ldap_io_fns *iofns = csip->csi_ld->ld_io_fns_ptr;
1762 nsldapi_install_compat_io_fns( LDAP *ld, struct ldap_io_fns *iofns )
1776 sizeof( struct ldap_io_fns ));
1777 } else if (( ld->ld_io_fns_ptr = (struct ldap_io_fns *)NSLDAPI_CALLOC(
1778 1, sizeof( struct ldap_io_fns ))) == NULL ) {
H A Dgetoption.c182 memset( optdata, 0, sizeof( struct ldap_io_fns ));
185 *((struct ldap_io_fns *)optdata) = *(ld->ld_io_fns_ptr);
H A Dopen.c486 if (( ld->ld_io_fns_ptr = (struct ldap_io_fns *)NSLDAPI_MALLOC(
487 sizeof( struct ldap_io_fns ))) == NULL ) {
H A Dldap-int.h321 struct ldap_io_fns *ld_io_fns_ptr;
695 int nsldapi_install_compat_io_fns( LDAP *ld, struct ldap_io_fns *iofns );
H A Dsetoption.c190 (struct ldap_io_fns *)optdata)) != LDAP_SUCCESS) {
/osnet-11/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h314 struct ldap_io_fns { struct

Completed in 34 milliseconds