Home
last modified time | relevance | path

Searched refs:LDAP_API_VERSION (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dapitest.c58 #ifdef LDAP_API_VERSION in main()
59 printf(" API version: %d\n", (int) LDAP_API_VERSION); in main()
H A Doptions.c147 info->ldapai_api_version = LDAP_API_VERSION; in ldap_get_option()
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Ddict_ldap.c94 #if !defined(LDAP_API_VERSION) || (LDAP_API_VERSION < 2000)
222 #if LDAP_API_VERSION >= 3000
/netbsd-src/external/bsd/openldap/dist/contrib/ldaptcl/
H A DneoXldap.c237 #if LDAP_API_VERSION >= 2004
1022 #if defined(UMICH_LDAP) || (defined(OPEN_LDAP) && !defined(LDAP_API_VERSION))
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-zeilenga-ldap-c-api-concurrency-xx.txt624 6.1. LDAP_API_VERSION
626 LDAP_API_VERSION should be set to the RFC number of this extension if
H A Ddraft-ietf-ldapext-ldap-c-api-xx.txt513 #define LDAP_API_VERSION level
544 #define LDAP_API_VERSION 88888 /* RFC 88888 compliant */
553 #if (LDAP_API_VERSION >= 88888)
567 LDAP_API_VERSION. For example, the correct value for LDAP_API_VERSION
653 of the LDAP_API_VERSION macro defined earlier.
/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dcommon.c1082 if( api.ldapai_api_version != LDAP_API_VERSION ) { in tool_args()
1085 api.ldapai_api_version, LDAP_API_VERSION ); in tool_args()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinldap.d53 enum LDAP_API_VERSION = 2004; variable
/netbsd-src/crypto/dist/ipsec-tools/
H A Dconfigure.ac450 #if LDAP_API_VERSION < 2004
/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap.h53 #define LDAP_API_VERSION 3001 macro