Home
last modified time | relevance | path

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

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