Searched refs:ldap_int_put_controls (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
H A D | delete.c | 66 if( ldap_int_put_controls( ld, sctrls, ber ) != LDAP_SUCCESS ) { in ldap_build_delete_req()
|
H A D | compare.c | 75 if( ldap_int_put_controls( ld, sctrls, ber ) != LDAP_SUCCESS ) { in ldap_build_compare_req()
|
H A D | modify.c | 113 if( ldap_int_put_controls( ld, sctrls, ber ) != LDAP_SUCCESS ) { in ldap_build_modify_req()
|
H A D | add.c | 169 if( ldap_int_put_controls( ld, sctrls, ber ) != LDAP_SUCCESS ) { in ldap_build_add_req()
|
H A D | modrdn.c | 101 if( ldap_int_put_controls( ld, sctrls, ber ) != LDAP_SUCCESS ) { in ldap_build_moddn_req()
|
H A D | abandon.c | 245 if ( ldap_int_put_controls( ld, sctrls, ber ) in do_abandon()
|
H A D | unbind.c | 306 if( ldap_int_put_controls( ld, sctrls, ber ) != LDAP_SUCCESS ) { in ldap_send_unbind()
|
H A D | extended.c | 70 if( ldap_int_put_controls( ld, sctrls, ber ) != LDAP_SUCCESS ) { in ldap_build_extended_req()
|
H A D | controls.c | 94 ldap_int_put_controls( in ldap_int_put_controls() function
|
H A D | search.c | 386 if( ldap_int_put_controls( ld, sctrls, ber ) != LDAP_SUCCESS ) { in ldap_build_search_req()
|
H A D | sasl.c | 115 if( ldap_int_put_controls( ld, sctrls, ber ) != LDAP_SUCCESS ) { in ldap_build_bind_req()
|
H A D | ldap-int.h | 723 LDAP_F (int) ldap_int_put_controls LDAP_P((
|