Searched refs:nsldapi_put_controls (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | delete.c | 116 if (( lderr = nsldapi_put_controls( ld, serverctrls, 1, ber )) in ldap_delete_ext()
|
H A D | compare.c | 133 if (( lderr = nsldapi_put_controls( ld, serverctrls, 1, ber )) in ldap_compare_ext()
|
H A D | add.c | 173 if (( lderr = nsldapi_put_controls( ld, serverctrls, 1, ber )) in ldap_add_ext()
|
H A D | modify.c | 173 if (( lderr = nsldapi_put_controls( ld, serverctrls, 1, ber )) in ldap_modify_ext()
|
H A D | sbind.c | 128 if ( nsldapi_put_controls( ld, NULL, 1, ber ) != LDAP_SUCCESS ) { in simple_bind_nolock()
|
H A D | abandon.c | 213 ( lderr = nsldapi_put_controls( ld, serverctrls, in do_abandon()
|
H A D | extendop.c | 111 if (( rc = nsldapi_put_controls( ld, serverctrls, 1, ber )) in ldap_extended_operation()
|
H A D | rename.c | 168 if (( rc = nsldapi_put_controls( ld, serverctrls, 1, ber )) in ldap_rename()
|
H A D | saslbind.c | 146 if ( (rc = nsldapi_put_controls( ld, serverctrls, 1, ber )) in ldap_sasl_bind()
|
H A D | unbind.c | 216 if (( err = nsldapi_put_controls( ld, serverctrls, 1, ber )) in nsldapi_send_unbind()
|
H A D | control.c | 33 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 | 790 int nsldapi_put_controls( LDAP *ld, LDAPControl **ctrls, int closeseq,
|