Go to the documentation of this file.
21 #ifndef APR_LDAP_URL_H
22 #define APR_LDAP_URL_H
56 #ifndef APR_LDAP_URL_SUCCESS
57 #define APR_LDAP_URL_SUCCESS 0x00
58 #define APR_LDAP_URL_ERR_MEM 0x01
59 #define APR_LDAP_URL_ERR_PARAM 0x02
60 #define APR_LDAP_URL_ERR_BADSCHEME 0x03
61 #define APR_LDAP_URL_ERR_BADENCLOSURE 0x04
62 #define APR_LDAP_URL_ERR_BADURL 0x05
63 #define APR_LDAP_URL_ERR_BADHOST 0x06
64 #define APR_LDAP_URL_ERR_BADATTRS 0x07
65 #define APR_LDAP_URL_ERR_BADSCOPE 0x08
66 #define APR_LDAP_URL_ERR_BADFILTER 0x09
67 #define APR_LDAP_URL_ERR_BADEXTS 0x0a