Searched refs:ldap_controls_code (Results 1 - 12 of 12) sorted by relevance
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | sbind.c | 73 if (ldap_controls_code(ber, serverctrls) != LDAP_SUCCESS){ 80 if (ldap_controls_code(ber, ld->ld_srvctrls) != LDAP_SUCCESS){
|
H A D | extop.c | 66 if (ldap_controls_code(ber, serverctrls) != LDAP_SUCCESS){ 73 if (ldap_controls_code(ber, ld->ld_srvctrls) != LDAP_SUCCESS){
|
H A D | abandon.c | 81 if (ldap_controls_code(ber, serverctrls) != LDAP_SUCCESS){ 87 if (ldap_controls_code(ber, ld->ld_srvctrls) != LDAP_SUCCESS){
|
H A D | add.c | 95 if (ldap_controls_code(ber, serverctrls) != LDAP_SUCCESS){ 102 if (ldap_controls_code(ber, ld->ld_srvctrls) != LDAP_SUCCESS){
|
H A D | delete.c | 59 if (ldap_controls_code(ber, serverctrls) != LDAP_SUCCESS){ 66 if (ldap_controls_code(ber, ld->ld_srvctrls) != LDAP_SUCCESS){
|
H A D | modify.c | 96 if (ldap_controls_code(ber, serverctrls) != LDAP_SUCCESS){ 103 if (ldap_controls_code(ber, ld->ld_srvctrls) != LDAP_SUCCESS){
|
H A D | rename.c | 73 if (ldap_controls_code(ber, serverctrls) != LDAP_SUCCESS){ 80 if (ldap_controls_code(ber, ld->ld_srvctrls) != LDAP_SUCCESS){
|
H A D | compare.c | 68 if (ldap_controls_code(ber, serverctrls) != LDAP_SUCCESS){ 74 if (ldap_controls_code(ber, ld->ld_srvctrls) != LDAP_SUCCESS){
|
H A D | saslbind.c | 72 if (ldap_controls_code(ber, serverctrls) != LDAP_SUCCESS){ 79 if (ldap_controls_code(ber, ld->ld_srvctrls) != LDAP_SUCCESS){
|
H A D | controls.c | 119 int ldap_controls_code (BerElement *ber, LDAPControl **ctrls) function
|
H A D | search.c | 179 if (ldap_controls_code(ber, serverctrls) != LDAP_SUCCESS) { 186 if (ldap_controls_code(ber, ld->ld_srvctrls) != LDAP_SUCCESS) {
|
/osnet-11/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 ();
|
Completed in 45 milliseconds