Home | History | Annotate | Download | only in include

Lines Matching refs:__declspec

69  * indicated in header files with the __declspec(dllimport) directive.
104 * __declspec(dllexport) directive anywhere. This is because both
114 * __declspec(dllimport) directive. This is because neither slapd nor
120 * that the __declspec(dllimport) directive should be marked on back-ldap
135 # define LBER_F(type) extern __declspec(dllimport) type
136 # define LBER_V(type) extern __declspec(dllimport) type
146 # define LDAP_F(type) extern __declspec(dllimport) type
147 # define LDAP_V(type) extern __declspec(dllimport) type
155 # define LDAP_AVL_F(type) extern __declspec(dllimport) type
156 # define LDAP_AVL_V(type) extern __declspec(dllimport) type
164 # define LDAP_LDIF_F(type) extern __declspec(dllimport) type
165 # define LDAP_LDIF_V(type) extern __declspec(dllimport) type
173 # define LDAP_LUNICODE_F(type) extern __declspec(dllimport) type
174 # define LDAP_LUNICODE_V(type) extern __declspec(dllimport) type
182 # define LDAP_LUTIL_F(type) extern __declspec(dllimport) type
183 # define LDAP_LUTIL_V(type) extern __declspec(dllimport) type
191 # define LDAP_REWRITE_F(type) extern __declspec(dllimport) type
192 # define LDAP_REWRITE_V(type) extern __declspec(dllimport) type
200 # define LDAP_SLAPD_F(type) extern __declspec(dllimport) type
201 # define LDAP_SLAPD_V(type) extern __declspec(dllimport) type
209 # define LDAP_SLAPI_F(type) extern __declspec(dllimport) type
210 # define LDAP_SLAPI_V(type) extern __declspec(dllimport) type
218 # define SLAPI_F(type) extern __declspec(dllimport) type
219 # define SLAPI_V(type) extern __declspec(dllimport) type
243 # define LDAP_LIBC_F(type) extern __declspec(dllimport) type
244 # define LDAP_LIBC_V(type) extern __declspec(dllimport) type