Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h445 void *ldap_x_calloc( size_t nelem, size_t elsize );
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dopen.c762 ldap_x_calloc( size_t nelem, size_t elsize ) in ldap_x_calloc() function
H A Dldap-int.h608 #define NSLDAPI_CALLOC( nelem, elsize ) ldap_x_calloc( nelem, elsize )