Home
last modified time | relevance | path

Searched refs:ldap_alloc_ber_with_options (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dmsctrl.c69 ber = ldap_alloc_ber_with_options( ld ); in ldap_create_dirsync_value()
219 ber = ldap_alloc_ber_with_options( ld ); in ldap_create_extended_dn_value()
H A Dassertion.c53 ber = ldap_alloc_ber_with_options( ld ); in ldap_create_assertion_control_value()
H A Ddelete.c51 if ( (ber = ldap_alloc_ber_with_options( ld )) == NULL ) { in ldap_build_delete_req()
H A Dgetattr.c53 ber = ldap_alloc_ber_with_options( ld ); in ldap_first_attribute()
H A Dcompare.c59 if ( (ber = ldap_alloc_ber_with_options( ld )) == NULL ) { in ldap_build_compare_req()
H A Dmodify.c72 if ( (ber = ldap_alloc_ber_with_options( ld )) == NULL ) { in ldap_build_modify_req()
H A Dpagectrl.c86 ber = ldap_alloc_ber_with_options( ld ); in ldap_create_page_control_value()
H A Dvlvctrl.c111 ber = ldap_alloc_ber_with_options( ld ); in ldap_create_vlv_control_value()
H A Dadd.c106 if ( (ber = ldap_alloc_ber_with_options( ld )) == NULL ) { in ldap_build_add_req()
H A Dmodrdn.c71 if ( (ber = ldap_alloc_ber_with_options( ld )) == NULL ) { in ldap_build_moddn_req()
H A Dpsearchctrl.c106 ber = ldap_alloc_ber_with_options( ld ); in ldap_create_persistentsearch_control_value()
H A Dstctrl.c109 ber = ldap_alloc_ber_with_options( ld ); in ldap_create_session_tracking_value()
H A Dresult.c483 lc->lconn_ber = ldap_alloc_ber_with_options( ld ); in try_read1msg()
1040 ber = ldap_alloc_ber_with_options( ld ); in try_read1msg()
1170 ber = ldap_alloc_ber_with_options( ld ); in build_result_ber()
H A Dderef.c58 ber = ldap_alloc_ber_with_options( ld ); in ldap_create_deref_control_value()
H A Dsortctrl.c314 ber = ldap_alloc_ber_with_options( ld ); in ldap_create_sort_control_value()
H A Dabandon.c200 } else if ( ( ber = ldap_alloc_ber_with_options( ld ) ) == NULL ) { in do_abandon()
H A Dunbind.c291 if ( (ber = ldap_alloc_ber_with_options( ld )) == NULL ) { in ldap_send_unbind()
H A Dextended.c46 if ( (ber = ldap_alloc_ber_with_options( ld )) == NULL ) { in ldap_build_extended_req()
H A Dsearch.c296 if ( (ber = ldap_alloc_ber_with_options( ld )) == NULL ) { in ldap_build_search_req()
H A Drequest.c97 ldap_alloc_ber_with_options( LDAP *ld ) in ldap_alloc_ber_with_options() function
1622 if (( ber = ldap_alloc_ber_with_options( ld )) == NULL ) { in re_encode_request()
H A Dsasl.c81 if ( (ber = ldap_alloc_ber_with_options( ld )) == NULL ) { in ldap_build_bind_req()
H A Dldap-int.h796 LDAP_F (BerElement *) ldap_alloc_ber_with_options( LDAP *ld );
H A Dgetdn.c133 ber = ldap_alloc_ber_with_options( ld ); in ldap_get_dn_ber()