Searched refs:LDAP_REQ_MODIFY (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | modify.c | 126 if ( (rc = (ld->ld_cache_modify)( ld, *msgidp, LDAP_REQ_MODIFY, in ldap_modify_ext() 141 if ( ber_printf( ber, "{it{s{", *msgidp, LDAP_REQ_MODIFY, dn ) in ldap_modify_ext() 182 rc = nsldapi_send_initial_request( ld, *msgidp, LDAP_REQ_MODIFY, in ldap_modify_ext()
|
/titanic_41/usr/src/lib/libldap5/include/ldap/ |
H A D | ldaprot.h | 103 #define LDAP_REQ_MODIFY 0x66L /* application + constructed + 6 */ macro
|
/titanic_41/usr/src/cmd/ldap/common/ |
H A D | ldapsearch.c | 1209 #define LDAP_REQ_MODIFY 0x66L /* application + constructed */ macro 1244 { LDAP_REQ_MODIFY, NULL }, 1271 { LDAP_REQ_MODIFY, "modify request" },
|
/titanic_41/usr/src/lib/libsldap/common/ |
H A D | ns_writes.c | 786 else if (ldap_op == LDAP_REQ_MODIFY) in write_state_machine() 794 else if (ldap_op == LDAP_REQ_MODIFY) in write_state_machine() 1140 rc = write_state_machine(LDAP_REQ_MODIFY, in __ns_ldap_addAttr() 1176 rc = write_state_machine(LDAP_REQ_MODIFY, in __ns_ldap_delAttr() 1344 rc = write_state_machine(LDAP_REQ_MODIFY, in __ns_ldap_repAttr()
|
/titanic_41/usr/src/head/ |
H A D | ldap.h | 1135 #define LDAP_REQ_MODIFY 0x66 /* application + constructed + 6 */ macro
|