Home
last modified time | relevance | path

Searched refs:LDAP_CONTROL_POST_READ (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-wt/
H A Dinit.c231 LDAP_CONTROL_POST_READ, in wt_back_initialize()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-null/
H A Dnull.c413 LDAP_CONTROL_POST_READ, in null_back_initialize()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dinit.cpp359 LDAP_CONTROL_POST_READ, in ndb_back_initialize()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dinit.c400 LDAP_CONTROL_POST_READ, in mdb_back_initialize()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dcontrols.c66 const struct berval slap_post_read_bv = BER_BVC(LDAP_CONTROL_POST_READ);
142 { LDAP_CONTROL_POST_READ,
/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dcommon.c179 { LDAP_CONTROL_POST_READ, TOOL_ALL, print_postread },
1856 c[i].ldctl_oid = LDAP_CONTROL_POST_READ; in tool_server_controls()
/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap.h274 #define LDAP_CONTROL_POST_READ "1.3.6.1.1.13.2" /* RFC 4527 */ macro