Home
last modified time | relevance | path

Searched refs:ldap_controls_code (Results 1 – 12 of 12) sorted by relevance

/onnv-gate/usr/src/lib/libldap4/common/
H A Dsbind.c73 if (ldap_controls_code(ber, serverctrls) != LDAP_SUCCESS){ in ldap_build_simple_bind_req()
80 if (ldap_controls_code(ber, ld->ld_srvctrls) != LDAP_SUCCESS){ in ldap_build_simple_bind_req()
H A Dextop.c66 if (ldap_controls_code(ber, serverctrls) != LDAP_SUCCESS){ in ldap_build_extended_operation_req()
73 if (ldap_controls_code(ber, ld->ld_srvctrls) != LDAP_SUCCESS){ in ldap_build_extended_operation_req()
H A Drename.c73 if (ldap_controls_code(ber, serverctrls) != LDAP_SUCCESS){ in ldap_build_rename_req()
80 if (ldap_controls_code(ber, ld->ld_srvctrls) != LDAP_SUCCESS){ in ldap_build_rename_req()
H A Ddelete.c59 if (ldap_controls_code(ber, serverctrls) != LDAP_SUCCESS){ in ldap_build_delete_req()
66 if (ldap_controls_code(ber, ld->ld_srvctrls) != LDAP_SUCCESS){ in ldap_build_delete_req()
H A Dmodify.c96 if (ldap_controls_code(ber, serverctrls) != LDAP_SUCCESS){ in ldap_build_modify_req()
103 if (ldap_controls_code(ber, ld->ld_srvctrls) != LDAP_SUCCESS){ in ldap_build_modify_req()
H A Dadd.c95 if (ldap_controls_code(ber, serverctrls) != LDAP_SUCCESS){ in ldap_build_add_req()
102 if (ldap_controls_code(ber, ld->ld_srvctrls) != LDAP_SUCCESS){ in ldap_build_add_req()
H A Dabandon.c81 if (ldap_controls_code(ber, serverctrls) != LDAP_SUCCESS){ in ldap_build_abandon_req()
87 if (ldap_controls_code(ber, ld->ld_srvctrls) != LDAP_SUCCESS){ in ldap_build_abandon_req()
H A Dcompare.c68 if (ldap_controls_code(ber, serverctrls) != LDAP_SUCCESS){ in ldap_build_compare_req()
74 if (ldap_controls_code(ber, ld->ld_srvctrls) != LDAP_SUCCESS){ in ldap_build_compare_req()
H A Dsaslbind.c72 if (ldap_controls_code(ber, serverctrls) != LDAP_SUCCESS){ in ldap_build_sasl_bind_req()
79 if (ldap_controls_code(ber, ld->ld_srvctrls) != LDAP_SUCCESS){ in ldap_build_sasl_bind_req()
H A Dsearch.c179 if (ldap_controls_code(ber, serverctrls) != LDAP_SUCCESS) { in ldap_build_search_req()
186 if (ldap_controls_code(ber, ld->ld_srvctrls) != LDAP_SUCCESS) { in ldap_build_search_req()
H A Dcontrols.c119 int ldap_controls_code (BerElement *ber, LDAPControl **ctrls) in ldap_controls_code() function
/onnv-gate/usr/src/lib/libldap4/include/
H A Dldap-int.h321 int ldap_controls_code (BerElement *ber, LDAPControl **ctrls);
328 int ldap_controls_code ();