| 54 | } |
| 55 | |
| 56 | DAV_DECLARE(long) dav_get_liveprop_ns_index(const char *uri) |
| 57 | { |
| 58 | return (long)apr_hash_get(dav_liveprop_uris, uri, APR_HASH_KEY_STRING); |
| 59 | } |
| 60 | |
| 61 | DAV_DECLARE(long) dav_get_liveprop_ns_count(void) |
| 62 | { |
no outgoing calls
no test coverage detected