325 const pb_key *const pb_key_via = _create_key("via"); |
325 const pb_key *const pb_key_via = _create_key("via"); |
326 const pb_key *const pb_key_warning = _create_key("warning"); |
326 const pb_key *const pb_key_warning = _create_key("warning"); |
327 const pb_key *const pb_key_depth = _create_key("depth"); |
327 const pb_key *const pb_key_depth = _create_key("depth"); |
328 const pb_key *const pb_key_if = _create_key("if"); |
328 const pb_key *const pb_key_if = _create_key("if"); |
329 const pb_key *const pb_key_vfs = _create_key("vfs"); |
329 const pb_key *const pb_key_vfs = _create_key("vfs"); |
|
330 const pb_key *const pb_key_dav = _create_key("dav"); |
330 const pb_key *const pb_key_vfsclass = _create_key("vfsclass"); |
331 const pb_key *const pb_key_vfsclass = _create_key("vfsclass"); |
331 const pb_key *const pb_key_davclass = _create_key("davclass"); |
332 const pb_key *const pb_key_davclass = _create_key("davclass"); |
332 |
333 |
333 /* ------------------------------ _find_key ------------------------------- */ |
334 /* ------------------------------ _find_key ------------------------------- */ |
334 |
335 |