Home
last modified time | relevance | path

Searched refs:ldap_memcalloc (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/doc/man/man3/
H A Dldap_memory.3.links4 ldap_memcalloc.3
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dfree.c62 ldap_memcalloc( ber_len_t n, ber_len_t s ) in ldap_memcalloc() function
H A Dopen.c384 ld->ld_options.ldo_peer = ldap_memcalloc( 1, sizeof( struct sockaddr_storage ) ); in ldap_init_fd()
H A Dos-ip.c436 ld->ld_options.ldo_peer=ldap_memcalloc(1, sizeof(struct sockaddr_storage)); in ldap_pvt_connect()
/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap.h2026 ldap_memcalloc LDAP_P((
/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dldapsearch.c673 ds = ldap_memcalloc( ispecs + 1, sizeof( LDAPDerefSpec ) ); in handle_private_option()