Apache Portable Runtime Utility Library
Data Structures | Defines | Typedefs | Functions
include/apr_ldap_url.h File Reference

APR-UTIL LDAP ldap_init() functions. More...

#include "apr_ldap.h"
#include "apu.h"
#include "apr_pools.h"

Go to the source code of this file.

Data Structures

struct  apr_ldap_url_desc_t

Defines

#define APR_LDAP_URL_SUCCESS   0x00
#define APR_LDAP_URL_ERR_MEM   0x01
#define APR_LDAP_URL_ERR_PARAM   0x02
#define APR_LDAP_URL_ERR_BADSCHEME   0x03
#define APR_LDAP_URL_ERR_BADENCLOSURE   0x04
#define APR_LDAP_URL_ERR_BADURL   0x05
#define APR_LDAP_URL_ERR_BADHOST   0x06
#define APR_LDAP_URL_ERR_BADATTRS   0x07
#define APR_LDAP_URL_ERR_BADSCOPE   0x08
#define APR_LDAP_URL_ERR_BADFILTER   0x09
#define APR_LDAP_URL_ERR_BADEXTS   0x0a

Typedefs

typedef struct apr_ldap_url_desc_t apr_ldap_url_desc_t

Functions

int apr_ldap_is_ldap_url (const char *url)
int apr_ldap_is_ldaps_url (const char *url)
int apr_ldap_is_ldapi_url (const char *url)
int apr_ldap_url_parse_ext (apr_pool_t *pool, const char *url_in, apr_ldap_url_desc_t **ludpp, apr_ldap_err_t **result_err)
int apr_ldap_url_parse (apr_pool_t *pool, const char *url_in, apr_ldap_url_desc_t **ludpp, apr_ldap_err_t **result_err)

Detailed Description

APR-UTIL LDAP ldap_init() functions.

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines