Searched refs:ldap_controls_code (Results 1 – 12 of 12) sorted by relevance
/onnv-gate/usr/src/lib/libldap4/common/ |
H A D | sbind.c | 73 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 D | extop.c | 66 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 D | rename.c | 73 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 D | delete.c | 59 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 D | modify.c | 96 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 D | add.c | 95 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 D | abandon.c | 81 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 D | compare.c | 68 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 D | saslbind.c | 72 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 D | search.c | 179 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 D | controls.c | 119 int ldap_controls_code (BerElement *ber, LDAPControl **ctrls) in ldap_controls_code() function
|
/onnv-gate/usr/src/lib/libldap4/include/ |
H A D | ldap-int.h | 321 int ldap_controls_code (BerElement *ber, LDAPControl **ctrls); 328 int ldap_controls_code ();
|