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

/osnet-11/usr/src/lib/libldap4/common/
H A Dsbind.c73 if (ldap_controls_code(ber, serverctrls) != LDAP_SUCCESS){
80 if (ldap_controls_code(ber, ld->ld_srvctrls) != LDAP_SUCCESS){
H A Dextop.c66 if (ldap_controls_code(ber, serverctrls) != LDAP_SUCCESS){
73 if (ldap_controls_code(ber, ld->ld_srvctrls) != LDAP_SUCCESS){
H A Dabandon.c81 if (ldap_controls_code(ber, serverctrls) != LDAP_SUCCESS){
87 if (ldap_controls_code(ber, ld->ld_srvctrls) != LDAP_SUCCESS){
H A Dadd.c95 if (ldap_controls_code(ber, serverctrls) != LDAP_SUCCESS){
102 if (ldap_controls_code(ber, ld->ld_srvctrls) != LDAP_SUCCESS){
H A Ddelete.c59 if (ldap_controls_code(ber, serverctrls) != LDAP_SUCCESS){
66 if (ldap_controls_code(ber, ld->ld_srvctrls) != LDAP_SUCCESS){
H A Dmodify.c96 if (ldap_controls_code(ber, serverctrls) != LDAP_SUCCESS){
103 if (ldap_controls_code(ber, ld->ld_srvctrls) != LDAP_SUCCESS){
H A Drename.c73 if (ldap_controls_code(ber, serverctrls) != LDAP_SUCCESS){
80 if (ldap_controls_code(ber, ld->ld_srvctrls) != LDAP_SUCCESS){
H A Dcompare.c68 if (ldap_controls_code(ber, serverctrls) != LDAP_SUCCESS){
74 if (ldap_controls_code(ber, ld->ld_srvctrls) != LDAP_SUCCESS){
H A Dsaslbind.c72 if (ldap_controls_code(ber, serverctrls) != LDAP_SUCCESS){
79 if (ldap_controls_code(ber, ld->ld_srvctrls) != LDAP_SUCCESS){
H A Dcontrols.c119 int ldap_controls_code (BerElement *ber, LDAPControl **ctrls) function
H A Dsearch.c179 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 Dldap-int.h321 int ldap_controls_code (BerElement *ber, LDAPControl **ctrls);
328 int ldap_controls_code ();

Completed in 22 milliseconds