Home
last modified time | relevance | path

Searched refs:LDAP_REQ_ADD (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dadd.c126 if ( (rc = (ld->ld_cache_add)( ld, *msgidp, LDAP_REQ_ADD, dn, in ldap_add_ext()
141 if ( ber_printf( ber, "{it{s{", *msgidp, LDAP_REQ_ADD, dn ) in ldap_add_ext()
180 rc = nsldapi_send_initial_request( ld, *msgidp, LDAP_REQ_ADD, in ldap_add_ext()
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dldaprot.h102 #define LDAP_REQ_ADD 0x68L /* application + constructed + 8 */ macro
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapsearch.c1210 #define LDAP_REQ_ADD 0x68L /* application + constructed */ macro
1245 { LDAP_REQ_ADD, NULL },
1272 { LDAP_REQ_ADD, "add request" },
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_writes.c782 if (ldap_op == LDAP_REQ_ADD) in write_state_machine()
790 if (ldap_op == LDAP_REQ_ADD) in write_state_machine()
1393 rc = write_state_machine(LDAP_REQ_ADD, in __ns_ldap_addEntry()
/illumos-gate/usr/src/head/
H A Dldap.h1106 #define LDAP_REQ_ADD 0x68 /* application + constructed + 8 */ macro