Home
last modified time | relevance | path

Searched refs:nsldapi_put_controls (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddelete.c116 if (( lderr = nsldapi_put_controls( ld, serverctrls, 1, ber )) in ldap_delete_ext()
H A Dcompare.c133 if (( lderr = nsldapi_put_controls( ld, serverctrls, 1, ber )) in ldap_compare_ext()
H A Dadd.c173 if (( lderr = nsldapi_put_controls( ld, serverctrls, 1, ber )) in ldap_add_ext()
H A Dmodify.c173 if (( lderr = nsldapi_put_controls( ld, serverctrls, 1, ber )) in ldap_modify_ext()
H A Dsbind.c128 if ( nsldapi_put_controls( ld, NULL, 1, ber ) != LDAP_SUCCESS ) { in simple_bind_nolock()
H A Dabandon.c213 ( lderr = nsldapi_put_controls( ld, serverctrls, in do_abandon()
H A Dextendop.c111 if (( rc = nsldapi_put_controls( ld, serverctrls, 1, ber )) in ldap_extended_operation()
H A Drename.c168 if (( rc = nsldapi_put_controls( ld, serverctrls, 1, ber )) in ldap_rename()
H A Dsaslbind.c146 if ( (rc = nsldapi_put_controls( ld, serverctrls, 1, ber )) in ldap_sasl_bind()
H A Dunbind.c216 if (( err = nsldapi_put_controls( ld, serverctrls, 1, ber )) in nsldapi_send_unbind()
H A Dcontrol.c33 nsldapi_put_controls( LDAP *ld, LDAPControl **ctrls, int closeseq, in nsldapi_put_controls() function
H A Dsearch.c371 if ( (err = nsldapi_put_controls( ld, serverctrls, 1, ber )) in nsldapi_build_search_req()
H A Dldap-int.h790 int nsldapi_put_controls( LDAP *ld, LDAPControl **ctrls, int closeseq,