Searched refs:nsldapi_put_controls (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | delete.c | 118 if (( lderr = nsldapi_put_controls( ld, serverctrls, 1, ber )) in ldap_delete_ext()
|
H A D | compare.c | 135 if (( lderr = nsldapi_put_controls( ld, serverctrls, 1, ber )) in ldap_compare_ext()
|
H A D | add.c | 175 if (( lderr = nsldapi_put_controls( ld, serverctrls, 1, ber )) in ldap_add_ext()
|
H A D | modify.c | 175 if (( lderr = nsldapi_put_controls( ld, serverctrls, 1, ber )) in ldap_modify_ext()
|
H A D | sbind.c | 130 if ( nsldapi_put_controls( ld, NULL, 1, ber ) != LDAP_SUCCESS ) { in simple_bind_nolock()
|
H A D | abandon.c | 215 ( lderr = nsldapi_put_controls( ld, serverctrls, in do_abandon()
|
H A D | rename.c | 170 if (( rc = nsldapi_put_controls( ld, serverctrls, 1, ber )) in ldap_rename()
|
H A D | extendop.c | 113 if (( rc = nsldapi_put_controls( ld, serverctrls, 1, ber )) in ldap_extended_operation()
|
H A D | saslbind.c | 148 if ( (rc = nsldapi_put_controls( ld, serverctrls, 1, ber )) in ldap_sasl_bind()
|
H A D | unbind.c | 218 if (( err = nsldapi_put_controls( ld, serverctrls, 1, ber )) in nsldapi_send_unbind()
|
H A D | control.c | 35 nsldapi_put_controls( LDAP *ld, LDAPControl **ctrls, int closeseq, in nsldapi_put_controls() function
|
H A D | search.c | 371 if ( (err = nsldapi_put_controls( ld, serverctrls, 1, ber )) in nsldapi_build_search_req()
|
H A D | ldap-int.h | 792 int nsldapi_put_controls( LDAP *ld, LDAPControl **ctrls, int closeseq,
|