Searched defs:dav_liveprop_uris (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/dav/main/
H A Dliveprop.c25 static apr_hash_t *dav_liveprop_uris = NULL; variable
31 dav_liveprop_uris = NULL;
40 if (dav_liveprop_uris == NULL) {
41 dav_liveprop_uris = apr_hash_make(p);
45 value = (long)apr_hash_get(dav_liveprop_uris, uri, APR_HASH_KEY_STRING);
52 apr_hash_set(dav_liveprop_uris, uri, APR_HASH_KEY_STRING,
58 return (long)apr_hash_get(dav_liveprop_uris, uri, APR_HASH_KEY_STRING);
69 apr_hash_index_t *idx = apr_hash_first(p, dav_liveprop_uris);

Completed in 1316 milliseconds