Apache HTTPD
Functions | Variables
liveprop.c File Reference
#include "apr_pools.h"
#include "apr_hash.h"
#include "apr_errno.h"
#include "apr_strings.h"
#include "util_xml.h"
#include "mod_dav.h"

Go to the source code of this file.

Functions

static apr_status_t dav_cleanup_liveprops (void *ctx)
 
static void dav_register_liveprop_namespace (apr_pool_t *p, const char *uri)
 
long dav_get_liveprop_ns_index (const char *uri)
 
long dav_get_liveprop_ns_count (void)
 
void dav_add_all_liveprop_xmlns (apr_pool_t *p, apr_text_header *phdr)
 
int dav_do_find_liveprop (const char *ns_uri, const char *name, const dav_liveprop_group *group, const dav_hooks_liveprop **hooks)
 
long dav_get_liveprop_info (int propid, const dav_liveprop_group *group, const dav_liveprop_spec **info)
 
void dav_register_liveprop_group (apr_pool_t *p, const dav_liveprop_group *group)
 

Variables

static apr_hash_tdav_liveprop_uris = NULL
 
static long dav_liveprop_count = 0
 

Function Documentation

◆ dav_cleanup_liveprops()

static apr_status_t dav_cleanup_liveprops ( void *  ctx)
static

Definition at line 29 of file liveprop.c.

◆ dav_register_liveprop_namespace()

static void dav_register_liveprop_namespace ( apr_pool_t p,
const char uri 
)
static

Definition at line 36 of file liveprop.c.

Variable Documentation

◆ dav_liveprop_count

long dav_liveprop_count = 0
static

Definition at line 26 of file liveprop.c.

◆ dav_liveprop_uris

apr_hash_t* dav_liveprop_uris = NULL
static

Definition at line 25 of file liveprop.c.