Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libldap5/sources/ldap/common/
H A Ddelete.c118 if (( lderr = nsldapi_put_controls( ld, serverctrls, 1, ber )) in ldap_delete_ext()
H A Dcompare.c135 if (( lderr = nsldapi_put_controls( ld, serverctrls, 1, ber )) in ldap_compare_ext()
H A Dadd.c175 if (( lderr = nsldapi_put_controls( ld, serverctrls, 1, ber )) in ldap_add_ext()
H A Dmodify.c175 if (( lderr = nsldapi_put_controls( ld, serverctrls, 1, ber )) in ldap_modify_ext()
H A Dsbind.c130 if ( nsldapi_put_controls( ld, NULL, 1, ber ) != LDAP_SUCCESS ) { in simple_bind_nolock()
H A Dabandon.c215 ( lderr = nsldapi_put_controls( ld, serverctrls, in do_abandon()
H A Drename.c170 if (( rc = nsldapi_put_controls( ld, serverctrls, 1, ber )) in ldap_rename()
H A Dextendop.c113 if (( rc = nsldapi_put_controls( ld, serverctrls, 1, ber )) in ldap_extended_operation()
H A Dsaslbind.c148 if ( (rc = nsldapi_put_controls( ld, serverctrls, 1, ber )) in ldap_sasl_bind()
H A Dunbind.c218 if (( err = nsldapi_put_controls( ld, serverctrls, 1, ber )) in nsldapi_send_unbind()
H A Dcontrol.c35 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.h792 int nsldapi_put_controls( LDAP *ld, LDAPControl **ctrls, int closeseq,