Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dcancel.c53 cancelidber = ber_alloc_t( LBER_USE_DER ); in ldap_cancel()
73 cancelidber = ber_alloc_t( LBER_USE_DER ); in ldap_cancel_s()
H A Dturn.c55 turnvalber = ber_alloc_t( LBER_USE_DER ); in ldap_turn()
85 turnvalber = ber_alloc_t( LBER_USE_DER ); in ldap_turn_s()
H A Dtxn.c80 txnber = ber_alloc_t( LBER_USE_DER ); in ldap_txn_end()
113 txnber = ber_alloc_t( LBER_USE_DER ); in ldap_txn_end_s()
H A Dftest.c99 ber = ber_alloc_t( LBER_USE_DER ); in filter2ber()
H A Dpasswd.c102 ber = ber_alloc_t( LBER_USE_DER ); in ldap_passwd()
H A Ddds.c107 ber = ber_alloc_t( LBER_USE_DER ); in ldap_refresh()
H A Dvc.c220 ber = ber_alloc_t(LBER_USE_DER); in ldap_verify_credentials()
H A Dldap_sync.c698 ber = ber_alloc_t( LBER_USE_DER ); in ldap_sync_init()
H A Drequest.c101 ber = ber_alloc_t( ld->ld_lberoptions ); in ldap_alloc_ber_with_options()
/netbsd-src/external/bsd/openldap/dist/libraries/liblber/
H A Dio.c270 ber_alloc_t( int options ) in ber_alloc_t() function
292 return ber_alloc_t( 0 ); in ber_alloc()
298 return ber_alloc_t( LBER_USE_DER ); in der_alloc()
309 if ( (new = ber_alloc_t( ber->ber_options )) == NULL ) { in ber_dup()
362 ber = ber_alloc_t( 0 ); in ber_init()
H A Ddtest.c88 ber = ber_alloc_t(LBER_USE_DER); in main()
H A Detest.c110 if ( (ber = ber_alloc_t( LBER_USE_DER )) == NULL ) { in main()
/netbsd-src/external/bsd/openldap/dist/doc/man/man3/
H A Dlber-encode.3.links1 ber_alloc_t.3
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinber.d70 BerElement* ber_alloc_t(int);
/netbsd-src/external/bsd/openldap/lib/liblber/
H A DMakefile36 MLINKS+= lber-encode.3 ber_alloc_t.3 \
/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dldappasswd.c259 ber = ber_alloc_t( LBER_USE_DER ); in main()
H A Dldapdelete.c363 if ((ber = ber_alloc_t(LBER_USE_DER)) == NULL) { in deletechildren()
H A Dldapsearch.c1208 if (( seber = ber_alloc_t(LBER_USE_DER)) == NULL ) { in main()
1233 if (( syncber = ber_alloc_t(LBER_USE_DER)) == NULL ) { in main()
1265 if (( vrber = ber_alloc_t(LBER_USE_DER)) == NULL ) { in main()
1875 msgidber = ber_alloc_t(LBER_USE_DER); in dosearch()
/netbsd-src/external/bsd/openldap/dist/include/
H A Dlber.h496 ber_alloc_t LDAP_P((
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-ietf-ldapext-ldap-c-api-xx.txt3340 ber_alloc_t() or ber_init(). Each BerElement SHOULD be freed by the
3349 BerElement *ber_alloc_t( int options );
3351 ber_alloc_t() constructs and returns BerElement. The NULL pointer is
3375 The BerElement returned by ber_alloc_t() is initially empty. Calls to
3376 ber_printf() will append bytes to the end of the ber_alloc_t().
3384 ment. ber MUST be a pointer to a BerElement returned by ber_alloc_t().
3531 ber = ber_alloc_t(LBER_USE_DER);
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dconnection.c1623 op->o_res_ber = ber_alloc_t( LBER_USE_DER ); in connection_input()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Drwm.c1090 ber = ber_alloc_t( LBER_USE_DER ); in rwm_exop_passwd()