Searched refs:ber_alloc_t (Results 1 - 11 of 11) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libldap4/common/
H A Dextensions.c38 if ((ber = ber_alloc_t(LBER_USE_DER)) == NULLBER){
H A Dmapfile-vers49 ber_alloc_t;
H A Drequest.c86 if (( ber = ber_alloc_t( ld->ld_lberoptions )) == NULLBER ) {
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dspagectrl.c32 if ((ber = ber_alloc_t(LBER_USE_DER)) == NULLBER){
H A Dllib-lldap342 BerElement *ber_alloc_t(int options);
H A Drequest.c65 if (( *berp = ber_alloc_t( ld->ld_lberoptions )) == NULLBER ) {
/opensolaris-onvv-gate/usr/src/lib/libldap4/include/
H A Dlber.h113 extern BerElement *ber_alloc_t();
197 BerElement *ber_alloc_t(int options);
/opensolaris-onvv-gate/usr/src/lib/libldap5/
H A Dmapfile-vers54 ber_alloc_t;
/opensolaris-onvv-gate/usr/src/lib/libldap4/ber/
H A Dio.c418 ber_alloc_t( int options ) function
433 return( ber_alloc_t( 0 ) );
439 return( ber_alloc_t( LBER_USE_DER ) );
/opensolaris-onvv-gate/usr/src/head/
H A Dlber.h206 LDAP_API(BerElement*) LDAP_CALL ber_alloc_t(int options);
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dio.c418 ber_alloc_t( int options ) function
451 return( ber_alloc_t( 0 ) );
458 return( ber_alloc_t( LBER_OPT_USE_DER ) );
1278 if (( ber = ber_alloc_t( 0 )) != NULLBER ) {

Completed in 199 milliseconds